HEX: #D0519F
RGB: (208,81,159)
#D0519F enthält hauptsächlich rote und blaue Farbe. Für #D0519F ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #D0519F wird in RGB als (208,81,159) definiert.
RGB: (208,81,159)
(82%, 32%, 62%)
R 208 von 255 = 82%
G 81 von 255 = 32%
B 159 von 255 = 62%
R + G + B ~ 59%. #D0519F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 208 + 81 + 159 = 448 (100%)
R 208 von 448 ~ 46.43%
G 81 von 448 ~ 18.08%
B 159 von 448 ~ 35.49'%
Die Farbe #D0519F wird in CMYK als (0,61,24,18) definiert.
CMYK: (0,61,24,18)
C0M61Y24K18 (0%, 61%, 24%, 18%)
(0.00 / 0.61 / 0.24 / 0.18)
Farbe #D0519F in den populären Farbmodellen.
D0 | 51 | 9F | |
---|---|---|---|
RGB | 208 | 81 | 159 |
HSL | 323° | 57.47% | 56.67% |
HSB/HSV | 323° | 61.06% | 81.57% |
CMYK | 0.00% | 61.06% | 23.56% |
18.43% |
Die Farbe #D0519F in den populären Zahlensystemen.
Hexadezimal | D0 | 51 | 9F |
Dezimal | 208 | 81 | 159 |
Binär | 11010000 | 1010001 | 10011111 |
Oktal | 320 | 121 | 237 |
Dunkle Töne der Farbe #D0519F
Helle Töne der Farbe #D0519F
Beispiele css- und html für Elemente in der Farbe #D0519F. Bitte benutzen Sie auch rgb(208,81,159) statt hex-Code.
.myTextColor { color: #D0519F; }
<p style="color:#D0519F">This sample text font color is #D0519F.</p>
Die Farbe dieses Textes ist #D0519F.
.myBgColor { background-color: #D0519F; }
<div style="background-color:#D0519F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D0519F.
.myBorderColor { border: 1px solid #D0519F; }
<div style="border:3px solid #D0519F">Div</div>
Die Grenzen von diesem div sind in Farbe #D0519F.
.myOpacity80 { color: #D0519F; opacity: 0.8; }
<p style="color:#D0519F;opacity:0.8;">80%</p>
Text in Farbe #D0519F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D0519F;}
<p style="text-shadow: 3px 3px 1px #D0519F">Text here.</p>
Dieser Text hat den Schatten in Farbe #D0519F.
.textShadow {text-shadow: 3px 3px 1px #D0519F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D0519F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D0519F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D0519F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D0519F, Direction=45, Strength=4)">Text</p>
This text has shadow with #D0519F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D0519F;
-webkit-box-shadow: 1px 1px 3px 2px #D0519F;
box-shadow: 1px 1px 3px 2px #D0519F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D0519F; -webkit-box-shadow: 1px 1px 3px 2px #D0519F; box-shadow:1px 1px 3px 2px #D0519F;">
Div content here
</div>
Dieser Text ist in der Farbe #D0519F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D0519F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D0519F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D0519F.
Kontrastfarbe für #hex ist #2FAE60.