HEX: #D55571
RGB: (213,85,113)
#D55571 enthält hauptsächlich rote Farbe. Für #D55571 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #D55571 wird in RGB als (213,85,113) definiert.
RGB: (213,85,113)
(84%, 33%, 44%)
R 213 von 255 = 84%
G 85 von 255 = 33%
B 113 von 255 = 44%
R + G + B ~ 54%. #D55571 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 213 + 85 + 113 = 411 (100%)
R 213 von 411 ~ 51.82%
G 85 von 411 ~ 20.68%
B 113 von 411 ~ 27.49'%
Die Farbe #D55571 wird in CMYK als (0,60,47,16) definiert.
CMYK: (0,60,47,16)
C0M60Y47K16 (0%, 60%, 47%, 16%)
(0.00 / 0.60 / 0.47 / 0.16)
Farbe #D55571 in den populären Farbmodellen.
D5 | 55 | 71 | |
---|---|---|---|
RGB | 213 | 85 | 113 |
HSL | 347° | 60.38% | 58.43% |
HSB/HSV | 347° | 60.09% | 83.53% |
CMYK | 0.00% | 60.09% | 46.95% |
16.47% |
Die Farbe #D55571 in den populären Zahlensystemen.
Hexadezimal | D5 | 55 | 71 |
Dezimal | 213 | 85 | 113 |
Binär | 11010101 | 1010101 | 1110001 |
Oktal | 325 | 125 | 161 |
Dunkle Töne der Farbe #D55571
Helle Töne der Farbe #D55571
Beispiele css- und html für Elemente in der Farbe #D55571. Bitte benutzen Sie auch rgb(213,85,113) statt hex-Code.
.myTextColor { color: #D55571; }
<p style="color:#D55571">This sample text font color is #D55571.</p>
Die Farbe dieses Textes ist #D55571.
.myBgColor { background-color: #D55571; }
<div style="background-color:#D55571">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D55571.
.myBorderColor { border: 1px solid #D55571; }
<div style="border:3px solid #D55571">Div</div>
Die Grenzen von diesem div sind in Farbe #D55571.
.myOpacity80 { color: #D55571; opacity: 0.8; }
<p style="color:#D55571;opacity:0.8;">80%</p>
Text in Farbe #D55571 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D55571;}
<p style="text-shadow: 3px 3px 1px #D55571">Text here.</p>
Dieser Text hat den Schatten in Farbe #D55571.
.textShadow {text-shadow: 3px 3px 1px #D55571', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D55571, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D55571 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D55571, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D55571, Direction=45, Strength=4)">Text</p>
This text has shadow with #D55571 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D55571;
-webkit-box-shadow: 1px 1px 3px 2px #D55571;
box-shadow: 1px 1px 3px 2px #D55571;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D55571; -webkit-box-shadow: 1px 1px 3px 2px #D55571; box-shadow:1px 1px 3px 2px #D55571;">
Div content here
</div>
Dieser Text ist in der Farbe #D55571 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D55571 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D55571.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D55571.
Kontrastfarbe für #hex ist #2AAA8E.