HEX: #D47D90
RGB: (212,125,144)
#D47D90 enthält hauptsächlich rote Farbe. Für #D47D90 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #D47D90 wird in RGB als (212,125,144) definiert.
RGB: (212,125,144) (83%,49%,56%)
R 212 von 255 = 83%
G 125 von 255 = 49%
B 144 von 255 = 56%
R + G + B ~ 63%. #D47D90 ziemlich helle Farbe.
R + G + B =
212 + 125 + 144 = 481 (100%)
R 212 von 481 ~ 44.07%
G 125 von 481 ~ 25.99%
B 144 von 481 ~ 29.94%
Die Farbe #D47D90 wird in CMYK als (0,41,32,17) definiert.
CMYK: (0,41,32,17) C0M41Y32K17 (0%,41%,32%,17%) (0.00/0.41/0.32/0.17)
D4 | 7D | 90 | |
---|---|---|---|
RGB | 212 | 125 | 144 |
HSL | 347° | 50.29% | 66.08% |
HSB/HSV | 347° | 41.04% | 83.14% |
CMYK | 0.00% | 41.04% | 32.08% |
16.86% |
Hexadezimal | D4 | 7D | 90 |
Dezimal | 212 | 125 | 144 |
Binär | 11010100 | 1111101 | 10010000 |
Oktal | 324 | 175 | 220 |
Beispiele css- und html für Elemente in der Farbe #D47D90. Bitte benutzen Sie auch rgb(212,125,144) statt hex-Code.
.myTextColor { color: #D47D90; }
<p style="color:#D47D90">This sample text font color is #D47D90.</p>
Die Farbe dieses Textes ist #D47D90.
.myBgColor { background-color: #D47D90; }
<div style="background-color:#D47D90">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D47D90.
.myBorderColor { border: 1px solid #D47D90; }
<div style="border:3px solid #D47D90">Div</div>
Die Grenzen von diesem div sind in Farbe #D47D90.
.myOpacity80 { color: #D47D90; opacity: 0.8; }
<p style="color:#D47D90;opacity:0.8;">80%</p>
Text in Farbe #D47D90 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D47D90;}
<p style="text-shadow: 3px 3px 1px #D47D90">Text here.</p>
Dieser Text hat den Schatten in Farbe #D47D90.
.textShadow {text-shadow: 3px 3px 1px #D47D90, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D47D90, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D47D90 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D47D90, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D47D90, Direction=45, Strength=4)">Text</p>
This text has shadow with #D47D90 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D47D90; -webkit-box-shadow: 1px 1px 3px 2px #D47D90; box-shadow: 1px 1px 3px 2px #D47D90; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D47D90; -webkit-box-shadow: 1px 1px 3px 2px #D47D90; box-shadow:1px 1px 3px 2px #D47D90;">
Div content here</div>
Dieser Text ist in der Farbe #D47D90 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D47D90 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D47D90.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D47D90.