HEX: #DB7170
RGB: (219,113,112)
#DB7170 enthält hauptsächlich rote Farbe. Für #DB7170 ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #DB7170 wird in RGB als (219,113,112) definiert.
RGB: (219,113,112) (86%,44%,44%)
R 219 von 255 = 86%
G 113 von 255 = 44%
B 112 von 255 = 44%
R + G + B ~ 58%. #DB7170 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
219 + 113 + 112 = 444 (100%)
R 219 von 444 ~ 49.32%
G 113 von 444 ~ 25.45%
B 112 von 444 ~ 25.23%
Die Farbe #DB7170 wird in CMYK als (0,48,49,14) definiert.
CMYK: (0,48,49,14) C0M48Y49K14 (0%,48%,49%,14%) (0.00/0.48/0.49/0.14)
DB | 71 | 70 | |
---|---|---|---|
RGB | 219 | 113 | 112 |
HSL | 1° | 59.78% | 64.90% |
HSB/HSV | 1° | 48.86% | 85.88% |
CMYK | 0.00% | 48.40% | 48.86% |
14.12% |
Hexadezimal | DB | 71 | 70 |
Dezimal | 219 | 113 | 112 |
Binär | 11011011 | 1110001 | 1110000 |
Oktal | 333 | 161 | 160 |
Beispiele css- und html für Elemente in der Farbe #DB7170. Bitte benutzen Sie auch rgb(219,113,112) statt hex-Code.
.myTextColor { color: #DB7170; }
<p style="color:#DB7170">This sample text font color is #DB7170.</p>
Die Farbe dieses Textes ist #DB7170.
.myBgColor { background-color: #DB7170; }
<div style="background-color:#DB7170">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DB7170.
.myBorderColor { border: 1px solid #DB7170; }
<div style="border:3px solid #DB7170">Div</div>
Die Grenzen von diesem div sind in Farbe #DB7170.
.myOpacity80 { color: #DB7170; opacity: 0.8; }
<p style="color:#DB7170;opacity:0.8;">80%</p>
Text in Farbe #DB7170 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DB7170;}
<p style="text-shadow: 3px 3px 1px #DB7170">Text here.</p>
Dieser Text hat den Schatten in Farbe #DB7170.
.textShadow {text-shadow: 3px 3px 1px #DB7170, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DB7170, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DB7170 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DB7170, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DB7170, Direction=45, Strength=4)">Text</p>
This text has shadow with #DB7170 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DB7170; -webkit-box-shadow: 1px 1px 3px 2px #DB7170; box-shadow: 1px 1px 3px 2px #DB7170; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DB7170; -webkit-box-shadow: 1px 1px 3px 2px #DB7170; box-shadow:1px 1px 3px 2px #DB7170;">
Div content here</div>
Dieser Text ist in der Farbe #DB7170 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DB7170 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DB7170.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DB7170.