HEX: #DB8993
RGB: (219,137,147)
#DB8993 enthält hauptsächlich rote Farbe. Für #DB8993 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #DB8993 wird in RGB als (219,137,147) definiert.
RGB: (219,137,147)
(86%, 54%, 58%)
R 219 von 255 = 86%
G 137 von 255 = 54%
B 147 von 255 = 58%
R + G + B ~ 66%. #DB8993 ziemlich helle Farbe.
R + G + B = 219 + 137 + 147 = 503 (100%)
R 219 von 503 ~ 43.54%
G 137 von 503 ~ 27.24%
B 147 von 503 ~ 29.22'%
Die Farbe #DB8993 wird in CMYK als (0,37,33,14) definiert.
CMYK: (0,37,33,14)
C0M37Y33K14 (0%, 37%, 33%, 14%)
(0.00 / 0.37 / 0.33 / 0.14)
Farbe #DB8993 in den populären Farbmodellen.
DB | 89 | 93 | |
---|---|---|---|
RGB | 219 | 137 | 147 |
HSL | 353° | 53.25% | 69.80% |
HSB/HSV | 353° | 37.44% | 85.88% |
CMYK | 0.00% | 37.44% | 32.88% |
14.12% |
Die Farbe #DB8993 in den populären Zahlensystemen.
Hexadezimal | DB | 89 | 93 |
Dezimal | 219 | 137 | 147 |
Binär | 11011011 | 10001001 | 10010011 |
Oktal | 333 | 211 | 223 |
Dunkle Töne der Farbe #DB8993
Helle Töne der Farbe #DB8993
Beispiele css- und html für Elemente in der Farbe #DB8993. Bitte benutzen Sie auch rgb(219,137,147) statt hex-Code.
.myTextColor { color: #DB8993; }
<p style="color:#DB8993">This sample text font color is #DB8993.</p>
Die Farbe dieses Textes ist #DB8993.
.myBgColor { background-color: #DB8993; }
<div style="background-color:#DB8993">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DB8993.
.myBorderColor { border: 1px solid #DB8993; }
<div style="border:3px solid #DB8993">Div</div>
Die Grenzen von diesem div sind in Farbe #DB8993.
.myOpacity80 { color: #DB8993; opacity: 0.8; }
<p style="color:#DB8993;opacity:0.8;">80%</p>
Text in Farbe #DB8993 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DB8993;}
<p style="text-shadow: 3px 3px 1px #DB8993">Text here.</p>
Dieser Text hat den Schatten in Farbe #DB8993.
.textShadow {text-shadow: 3px 3px 1px #DB8993', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DB8993, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DB8993 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DB8993, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DB8993, Direction=45, Strength=4)">Text</p>
This text has shadow with #DB8993 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DB8993;
-webkit-box-shadow: 1px 1px 3px 2px #DB8993;
box-shadow: 1px 1px 3px 2px #DB8993;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DB8993; -webkit-box-shadow: 1px 1px 3px 2px #DB8993; box-shadow:1px 1px 3px 2px #DB8993;">
Div content here
</div>
Dieser Text ist in der Farbe #DB8993 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DB8993 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DB8993.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DB8993.
Kontrastfarbe für #hex ist #24766C.