HEX: #D74D96
RGB: (215,77,150)
#D74D96 enthält hauptsächlich rote Farbe. Für #D74D96 ist eine «websichere» Webfarbe #CC3399 (oder kurz #C39).
Die Farbe #D74D96 wird in RGB als (215,77,150) definiert.
RGB: (215,77,150)
(84%, 30%, 59%)
R 215 von 255 = 84%
G 77 von 255 = 30%
B 150 von 255 = 59%
R + G + B ~ 58%. #D74D96 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 215 + 77 + 150 = 442 (100%)
R 215 von 442 ~ 48.64%
G 77 von 442 ~ 17.42%
B 150 von 442 ~ 33.94'%
Die Farbe #D74D96 wird in CMYK als (0,64,30,16) definiert.
CMYK: (0,64,30,16)
C0M64Y30K16 (0%, 64%, 30%, 16%)
(0.00 / 0.64 / 0.30 / 0.16)
Farbe #D74D96 in den populären Farbmodellen.
D7 | 4D | 96 | |
---|---|---|---|
RGB | 215 | 77 | 150 |
HSL | 328° | 63.30% | 57.25% |
HSB/HSV | 328° | 64.19% | 84.31% |
CMYK | 0.00% | 64.19% | 30.23% |
15.69% |
Die Farbe #D74D96 in den populären Zahlensystemen.
Hexadezimal | D7 | 4D | 96 |
Dezimal | 215 | 77 | 150 |
Binär | 11010111 | 1001101 | 10010110 |
Oktal | 327 | 115 | 226 |
Dunkle Töne der Farbe #D74D96
Helle Töne der Farbe #D74D96
Beispiele css- und html für Elemente in der Farbe #D74D96. Bitte benutzen Sie auch rgb(215,77,150) statt hex-Code.
.myTextColor { color: #D74D96; }
<p style="color:#D74D96">This sample text font color is #D74D96.</p>
Die Farbe dieses Textes ist #D74D96.
.myBgColor { background-color: #D74D96; }
<div style="background-color:#D74D96">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D74D96.
.myBorderColor { border: 1px solid #D74D96; }
<div style="border:3px solid #D74D96">Div</div>
Die Grenzen von diesem div sind in Farbe #D74D96.
.myOpacity80 { color: #D74D96; opacity: 0.8; }
<p style="color:#D74D96;opacity:0.8;">80%</p>
Text in Farbe #D74D96 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D74D96;}
<p style="text-shadow: 3px 3px 1px #D74D96">Text here.</p>
Dieser Text hat den Schatten in Farbe #D74D96.
.textShadow {text-shadow: 3px 3px 1px #D74D96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D74D96, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D74D96 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D74D96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D74D96, Direction=45, Strength=4)">Text</p>
This text has shadow with #D74D96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D74D96;
-webkit-box-shadow: 1px 1px 3px 2px #D74D96;
box-shadow: 1px 1px 3px 2px #D74D96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D74D96; -webkit-box-shadow: 1px 1px 3px 2px #D74D96; box-shadow:1px 1px 3px 2px #D74D96;">
Div content here
</div>
Dieser Text ist in der Farbe #D74D96 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D74D96 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D74D96.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D74D96.
Kontrastfarbe für #hex ist #28B269.