HEX: #CC225D
RGB: (204,34,93)
#CC225D enthält hauptsächlich rote Farbe. Für #CC225D ist eine «websichere» Webfarbe #CC3366 (oder kurz #C36).
Die Farbe #CC225D wird in RGB als (204,34,93) definiert.
RGB: (204,34,93)
(80%, 13%, 36%)
R 204 von 255 = 80%
G 34 von 255 = 13%
B 93 von 255 = 36%
R + G + B ~ 43%. #CC225D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 204 + 34 + 93 = 331 (100%)
R 204 von 331 ~ 61.63%
G 34 von 331 ~ 10.27%
B 93 von 331 ~ 28.1'%
Die Farbe #CC225D wird in CMYK als (0,83,54,20) definiert.
CMYK: (0,83,54,20)
C0M83Y54K20 (0%, 83%, 54%, 20%)
(0.00 / 0.83 / 0.54 / 0.20)
Farbe #CC225D in den populären Farbmodellen.
CC | 22 | 5D | |
---|---|---|---|
RGB | 204 | 34 | 93 |
HSL | 339° | 71.43% | 46.67% |
HSB/HSV | 339° | 83.33% | 80.00% |
CMYK | 0.00% | 83.33% | 54.41% |
20.00% |
Die Farbe #CC225D in den populären Zahlensystemen.
Hexadezimal | CC | 22 | 5D |
Dezimal | 204 | 34 | 93 |
Binär | 11001100 | 100010 | 1011101 |
Oktal | 314 | 42 | 135 |
Dunkle Töne der Farbe #CC225D
Helle Töne der Farbe #CC225D
Beispiele css- und html für Elemente in der Farbe #CC225D. Bitte benutzen Sie auch rgb(204,34,93) statt hex-Code.
.myTextColor { color: #CC225D; }
<p style="color:#CC225D">This sample text font color is #CC225D.</p>
Die Farbe dieses Textes ist #CC225D.
.myBgColor { background-color: #CC225D; }
<div style="background-color:#CC225D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #CC225D.
.myBorderColor { border: 1px solid #CC225D; }
<div style="border:3px solid #CC225D">Div</div>
Die Grenzen von diesem div sind in Farbe #CC225D.
.myOpacity80 { color: #CC225D; opacity: 0.8; }
<p style="color:#CC225D;opacity:0.8;">80%</p>
Text in Farbe #CC225D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #CC225D;}
<p style="text-shadow: 3px 3px 1px #CC225D">Text here.</p>
Dieser Text hat den Schatten in Farbe #CC225D.
.textShadow {text-shadow: 3px 3px 1px #CC225D', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #CC225D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #CC225D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC225D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#CC225D, Direction=45, Strength=4)">Text</p>
This text has shadow with #CC225D and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CC225D;
-webkit-box-shadow: 1px 1px 3px 2px #CC225D;
box-shadow: 1px 1px 3px 2px #CC225D;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC225D; -webkit-box-shadow: 1px 1px 3px 2px #CC225D; box-shadow:1px 1px 3px 2px #CC225D;">
Div content here
</div>
Dieser Text ist in der Farbe #CC225D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #CC225D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #CC225D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #CC225D.
Kontrastfarbe für #hex ist #33DDA2.