HEX: #D496C5
RGB: (212,150,197)
#D496C5 enthält hauptsächlich rote und blaue Farbe. Für #D496C5 ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D496C5 wird in RGB als (212,150,197) definiert.
RGB: (212,150,197)
(83%, 59%, 77%)
R 212 von 255 = 83%
G 150 von 255 = 59%
B 197 von 255 = 77%
R + G + B ~ 73%. #D496C5 ziemlich helle Farbe.
R + G + B = 212 + 150 + 197 = 559 (100%)
R 212 von 559 ~ 37.92%
G 150 von 559 ~ 26.83%
B 197 von 559 ~ 35.24'%
Die Farbe #D496C5 wird in CMYK als (0,29,7,17) definiert.
CMYK: (0,29,7,17)
C0M29Y7K17 (0%, 29%, 7%, 17%)
(0.00 / 0.29 / 0.07 / 0.17)
Farbe #D496C5 in den populären Farbmodellen.
D4 | 96 | C5 | |
---|---|---|---|
RGB | 212 | 150 | 197 |
HSL | 315° | 41.89% | 70.98% |
HSB/HSV | 315° | 29.25% | 83.14% |
CMYK | 0.00% | 29.25% | 7.08% |
16.86% |
Die Farbe #D496C5 in den populären Zahlensystemen.
Hexadezimal | D4 | 96 | C5 |
Dezimal | 212 | 150 | 197 |
Binär | 11010100 | 10010110 | 11000101 |
Oktal | 324 | 226 | 305 |
Dunkle Töne der Farbe #D496C5
Helle Töne der Farbe #D496C5
Beispiele css- und html für Elemente in der Farbe #D496C5. Bitte benutzen Sie auch rgb(212,150,197) statt hex-Code.
.myTextColor { color: #D496C5; }
<p style="color:#D496C5">This sample text font color is #D496C5.</p>
Die Farbe dieses Textes ist #D496C5.
.myBgColor { background-color: #D496C5; }
<div style="background-color:#D496C5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D496C5.
.myBorderColor { border: 1px solid #D496C5; }
<div style="border:3px solid #D496C5">Div</div>
Die Grenzen von diesem div sind in Farbe #D496C5.
.myOpacity80 { color: #D496C5; opacity: 0.8; }
<p style="color:#D496C5;opacity:0.8;">80%</p>
Text in Farbe #D496C5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D496C5;}
<p style="text-shadow: 3px 3px 1px #D496C5">Text here.</p>
Dieser Text hat den Schatten in Farbe #D496C5.
.textShadow {text-shadow: 3px 3px 1px #D496C5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D496C5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D496C5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D496C5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D496C5, Direction=45, Strength=4)">Text</p>
This text has shadow with #D496C5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D496C5;
-webkit-box-shadow: 1px 1px 3px 2px #D496C5;
box-shadow: 1px 1px 3px 2px #D496C5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D496C5; -webkit-box-shadow: 1px 1px 3px 2px #D496C5; box-shadow:1px 1px 3px 2px #D496C5;">
Div content here
</div>
Dieser Text ist in der Farbe #D496C5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D496C5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D496C5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D496C5.
Kontrastfarbe für #hex ist #2B693A.