HEX: #D689CE
RGB: (214,137,206)
#D689CE enthält hauptsächlich rote und blaue Farbe. Für #D689CE ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D689CE wird in RGB als (214,137,206) definiert.
RGB: (214,137,206)
(84%, 54%, 81%)
R 214 von 255 = 84%
G 137 von 255 = 54%
B 206 von 255 = 81%
R + G + B ~ 73%. #D689CE ziemlich helle Farbe.
R + G + B = 214 + 137 + 206 = 557 (100%)
R 214 von 557 ~ 38.42%
G 137 von 557 ~ 24.6%
B 206 von 557 ~ 36.98'%
Die Farbe #D689CE wird in CMYK als (0,36,4,16) definiert.
CMYK: (0,36,4,16)
C0M36Y4K16 (0%, 36%, 4%, 16%)
(0.00 / 0.36 / 0.04 / 0.16)
Farbe #D689CE in den populären Farbmodellen.
D6 | 89 | CE | |
---|---|---|---|
RGB | 214 | 137 | 206 |
HSL | 306° | 48.43% | 68.82% |
HSB/HSV | 306° | 35.98% | 83.92% |
CMYK | 0.00% | 35.98% | 3.74% |
16.08% |
Die Farbe #D689CE in den populären Zahlensystemen.
Hexadezimal | D6 | 89 | CE |
Dezimal | 214 | 137 | 206 |
Binär | 11010110 | 10001001 | 11001110 |
Oktal | 326 | 211 | 316 |
Dunkle Töne der Farbe #D689CE
Helle Töne der Farbe #D689CE
Beispiele css- und html für Elemente in der Farbe #D689CE. Bitte benutzen Sie auch rgb(214,137,206) statt hex-Code.
.myTextColor { color: #D689CE; }
<p style="color:#D689CE">This sample text font color is #D689CE.</p>
Die Farbe dieses Textes ist #D689CE.
.myBgColor { background-color: #D689CE; }
<div style="background-color:#D689CE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D689CE.
.myBorderColor { border: 1px solid #D689CE; }
<div style="border:3px solid #D689CE">Div</div>
Die Grenzen von diesem div sind in Farbe #D689CE.
.myOpacity80 { color: #D689CE; opacity: 0.8; }
<p style="color:#D689CE;opacity:0.8;">80%</p>
Text in Farbe #D689CE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D689CE;}
<p style="text-shadow: 3px 3px 1px #D689CE">Text here.</p>
Dieser Text hat den Schatten in Farbe #D689CE.
.textShadow {text-shadow: 3px 3px 1px #D689CE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D689CE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D689CE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D689CE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D689CE, Direction=45, Strength=4)">Text</p>
This text has shadow with #D689CE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D689CE;
-webkit-box-shadow: 1px 1px 3px 2px #D689CE;
box-shadow: 1px 1px 3px 2px #D689CE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D689CE; -webkit-box-shadow: 1px 1px 3px 2px #D689CE; box-shadow:1px 1px 3px 2px #D689CE;">
Div content here
</div>
Dieser Text ist in der Farbe #D689CE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D689CE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D689CE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D689CE.
Kontrastfarbe für #hex ist #297631.