HEX: #D39BDB
RGB: (211,155,219)
#D39BDB enthält hauptsächlich rote und blaue Farbe. Für #D39BDB ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D39BDB wird in RGB als (211,155,219) definiert.
RGB: (211,155,219)
(83%, 61%, 86%)
R 211 von 255 = 83%
G 155 von 255 = 61%
B 219 von 255 = 86%
R + G + B ~ 77%. #D39BDB ziemlich helle Farbe.
R + G + B = 211 + 155 + 219 = 585 (100%)
R 211 von 585 ~ 36.07%
G 155 von 585 ~ 26.5%
B 219 von 585 ~ 37.44'%
Die Farbe #D39BDB wird in CMYK als (4,29,0,14) definiert.
CMYK: (4,29,0,14)
C4M29Y0K14 (4%, 29%, 0%, 14%)
(0.04 / 0.29 / 0.00 / 0.14)
Farbe #D39BDB in den populären Farbmodellen.
D3 | 9B | DB | |
---|---|---|---|
RGB | 211 | 155 | 219 |
HSL | 293° | 47.06% | 73.33% |
HSB/HSV | 293° | 29.22% | 85.88% |
CMYK | 3.65% | 29.22% | 0.00% |
14.12% |
Die Farbe #D39BDB in den populären Zahlensystemen.
Hexadezimal | D3 | 9B | DB |
Dezimal | 211 | 155 | 219 |
Binär | 11010011 | 10011011 | 11011011 |
Oktal | 323 | 233 | 333 |
Dunkle Töne der Farbe #D39BDB
Helle Töne der Farbe #D39BDB
Beispiele css- und html für Elemente in der Farbe #D39BDB. Bitte benutzen Sie auch rgb(211,155,219) statt hex-Code.
.myTextColor { color: #D39BDB; }
<p style="color:#D39BDB">This sample text font color is #D39BDB.</p>
Die Farbe dieses Textes ist #D39BDB.
.myBgColor { background-color: #D39BDB; }
<div style="background-color:#D39BDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D39BDB.
.myBorderColor { border: 1px solid #D39BDB; }
<div style="border:3px solid #D39BDB">Div</div>
Die Grenzen von diesem div sind in Farbe #D39BDB.
.myOpacity80 { color: #D39BDB; opacity: 0.8; }
<p style="color:#D39BDB;opacity:0.8;">80%</p>
Text in Farbe #D39BDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D39BDB;}
<p style="text-shadow: 3px 3px 1px #D39BDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D39BDB.
.textShadow {text-shadow: 3px 3px 1px #D39BDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D39BDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D39BDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D39BDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D39BDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D39BDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D39BDB;
-webkit-box-shadow: 1px 1px 3px 2px #D39BDB;
box-shadow: 1px 1px 3px 2px #D39BDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D39BDB; -webkit-box-shadow: 1px 1px 3px 2px #D39BDB; box-shadow:1px 1px 3px 2px #D39BDB;">
Div content here
</div>
Dieser Text ist in der Farbe #D39BDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D39BDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D39BDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D39BDB.
Kontrastfarbe für #hex ist #2C6424.