HEX: #DB6EB4
RGB: (219,110,180)
#DB6EB4 enthält hauptsächlich rote und blaue Farbe. Für #DB6EB4 ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #DB6EB4 wird in RGB als (219,110,180) definiert.
RGB: (219,110,180) (86%,43%,71%)
R 219 von 255 = 86%
G 110 von 255 = 43%
B 180 von 255 = 71%
R + G + B ~ 67%. #DB6EB4 ziemlich helle Farbe.
R + G + B =
219 + 110 + 180 = 509 (100%)
R 219 von 509 ~ 43.03%
G 110 von 509 ~ 21.61%
B 180 von 509 ~ 35.36%
Die Farbe #DB6EB4 wird in CMYK als (0,50,18,14) definiert.
CMYK: (0,50,18,14) C0M50Y18K14 (0%,50%,18%,14%) (0.00/0.50/0.18/0.14)
DB | 6E | B4 | |
---|---|---|---|
RGB | 219 | 110 | 180 |
HSL | 321° | 60.22% | 64.51% |
HSB/HSV | 321° | 49.77% | 85.88% |
CMYK | 0.00% | 49.77% | 17.81% |
14.12% |
Hexadezimal | DB | 6E | B4 |
Dezimal | 219 | 110 | 180 |
Binär | 11011011 | 1101110 | 10110100 |
Oktal | 333 | 156 | 264 |
Beispiele css- und html für Elemente in der Farbe #DB6EB4. Bitte benutzen Sie auch rgb(219,110,180) statt hex-Code.
.myTextColor { color: #DB6EB4; }
<p style="color:#DB6EB4">This sample text font color is #DB6EB4.</p>
Die Farbe dieses Textes ist #DB6EB4.
.myBgColor { background-color: #DB6EB4; }
<div style="background-color:#DB6EB4">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DB6EB4.
.myBorderColor { border: 1px solid #DB6EB4; }
<div style="border:3px solid #DB6EB4">Div</div>
Die Grenzen von diesem div sind in Farbe #DB6EB4.
.myOpacity80 { color: #DB6EB4; opacity: 0.8; }
<p style="color:#DB6EB4;opacity:0.8;">80%</p>
Text in Farbe #DB6EB4 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DB6EB4;}
<p style="text-shadow: 3px 3px 1px #DB6EB4">Text here.</p>
Dieser Text hat den Schatten in Farbe #DB6EB4.
.textShadow {text-shadow: 3px 3px 1px #DB6EB4, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DB6EB4, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DB6EB4 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DB6EB4, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DB6EB4, Direction=45, Strength=4)">Text</p>
This text has shadow with #DB6EB4 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DB6EB4; -webkit-box-shadow: 1px 1px 3px 2px #DB6EB4; box-shadow: 1px 1px 3px 2px #DB6EB4; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DB6EB4; -webkit-box-shadow: 1px 1px 3px 2px #DB6EB4; box-shadow:1px 1px 3px 2px #DB6EB4;">
Div content here</div>
Dieser Text ist in der Farbe #DB6EB4 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DB6EB4 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DB6EB4.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DB6EB4.