HEX: #D199DA
RGB: (209,153,218)
#D199DA enthält hauptsächlich rote und blaue Farbe. Für #D199DA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D199DA wird in RGB als (209,153,218) definiert.
RGB: (209,153,218) (82%,60%,85%)
R 209 von 255 = 82%
G 153 von 255 = 60%
B 218 von 255 = 85%
R + G + B ~ 76%. #D199DA ziemlich helle Farbe.
R + G + B =
209 + 153 + 218 = 580 (100%)
R 209 von 580 ~ 36.03%
G 153 von 580 ~ 26.38%
B 218 von 580 ~ 37.59%
Die Farbe #D199DA wird in CMYK als (4,30,0,15) definiert.
CMYK: (4,30,0,15) C4M30Y0K15 (4%,30%,0%,15%) (0.04/0.30/0.00/0.15)
D1 | 99 | DA | |
---|---|---|---|
RGB | 209 | 153 | 218 |
HSL | 292° | 46.76% | 72.75% |
HSB/HSV | 292° | 29.82% | 85.49% |
CMYK | 4.13% | 29.82% | 0.00% |
14.51% |
Hexadezimal | D1 | 99 | DA |
Dezimal | 209 | 153 | 218 |
Binär | 11010001 | 10011001 | 11011010 |
Oktal | 321 | 231 | 332 |
Beispiele css- und html für Elemente in der Farbe #D199DA. Bitte benutzen Sie auch rgb(209,153,218) statt hex-Code.
.myTextColor { color: #D199DA; }
<p style="color:#D199DA">This sample text font color is #D199DA.</p>
Die Farbe dieses Textes ist #D199DA.
.myBgColor { background-color: #D199DA; }
<div style="background-color:#D199DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D199DA.
.myBorderColor { border: 1px solid #D199DA; }
<div style="border:3px solid #D199DA">Div</div>
Die Grenzen von diesem div sind in Farbe #D199DA.
.myOpacity80 { color: #D199DA; opacity: 0.8; }
<p style="color:#D199DA;opacity:0.8;">80%</p>
Text in Farbe #D199DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D199DA;}
<p style="text-shadow: 3px 3px 1px #D199DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D199DA.
.textShadow {text-shadow: 3px 3px 1px #D199DA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D199DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D199DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D199DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D199DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D199DA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D199DA; -webkit-box-shadow: 1px 1px 3px 2px #D199DA; box-shadow: 1px 1px 3px 2px #D199DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D199DA; -webkit-box-shadow: 1px 1px 3px 2px #D199DA; box-shadow:1px 1px 3px 2px #D199DA;">
Div content here</div>
Dieser Text ist in der Farbe #D199DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D199DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D199DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D199DA.