HEX: #D55175
RGB: (213,81,117)
#D55175 enthält hauptsächlich rote Farbe. Für #D55175 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #D55175 wird in RGB als (213,81,117) definiert.
RGB: (213,81,117)
(84%, 32%, 46%)
R 213 von 255 = 84%
G 81 von 255 = 32%
B 117 von 255 = 46%
R + G + B ~ 54%. #D55175 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 213 + 81 + 117 = 411 (100%)
R 213 von 411 ~ 51.82%
G 81 von 411 ~ 19.71%
B 117 von 411 ~ 28.47'%
Die Farbe #D55175 wird in CMYK als (0,62,45,16) definiert.
CMYK: (0,62,45,16)
C0M62Y45K16 (0%, 62%, 45%, 16%)
(0.00 / 0.62 / 0.45 / 0.16)
Farbe #D55175 in den populären Farbmodellen.
D5 | 51 | 75 | |
---|---|---|---|
RGB | 213 | 81 | 117 |
HSL | 344° | 61.11% | 57.65% |
HSB/HSV | 344° | 61.97% | 83.53% |
CMYK | 0.00% | 61.97% | 45.07% |
16.47% |
Die Farbe #D55175 in den populären Zahlensystemen.
Hexadezimal | D5 | 51 | 75 |
Dezimal | 213 | 81 | 117 |
Binär | 11010101 | 1010001 | 1110101 |
Oktal | 325 | 121 | 165 |
Dunkle Töne der Farbe #D55175
Helle Töne der Farbe #D55175
Beispiele css- und html für Elemente in der Farbe #D55175. Bitte benutzen Sie auch rgb(213,81,117) statt hex-Code.
.myTextColor { color: #D55175; }
<p style="color:#D55175">This sample text font color is #D55175.</p>
Die Farbe dieses Textes ist #D55175.
.myBgColor { background-color: #D55175; }
<div style="background-color:#D55175">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D55175.
.myBorderColor { border: 1px solid #D55175; }
<div style="border:3px solid #D55175">Div</div>
Die Grenzen von diesem div sind in Farbe #D55175.
.myOpacity80 { color: #D55175; opacity: 0.8; }
<p style="color:#D55175;opacity:0.8;">80%</p>
Text in Farbe #D55175 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D55175;}
<p style="text-shadow: 3px 3px 1px #D55175">Text here.</p>
Dieser Text hat den Schatten in Farbe #D55175.
.textShadow {text-shadow: 3px 3px 1px #D55175', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D55175, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D55175 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D55175, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D55175, Direction=45, Strength=4)">Text</p>
This text has shadow with #D55175 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D55175;
-webkit-box-shadow: 1px 1px 3px 2px #D55175;
box-shadow: 1px 1px 3px 2px #D55175;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D55175; -webkit-box-shadow: 1px 1px 3px 2px #D55175; box-shadow:1px 1px 3px 2px #D55175;">
Div content here
</div>
Dieser Text ist in der Farbe #D55175 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D55175 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D55175.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D55175.
Kontrastfarbe für #D55175 ist #2AAE8A.