HEX: #DB8588
RGB: (219,133,136)
#DB8588 enthält hauptsächlich rote Farbe. Für #DB8588 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #DB8588 wird in RGB als (219,133,136) definiert.
RGB: (219,133,136) (86%,52%,53%)
R 219 von 255 = 86%
G 133 von 255 = 52%
B 136 von 255 = 53%
R + G + B ~ 64%. #DB8588 ziemlich helle Farbe.
R + G + B =
219 + 133 + 136 = 488 (100%)
R 219 von 488 ~ 44.88%
G 133 von 488 ~ 27.25%
B 136 von 488 ~ 27.87%
Die Farbe #DB8588 wird in CMYK als (0,39,38,14) definiert.
CMYK: (0,39,38,14) C0M39Y38K14 (0%,39%,38%,14%) (0.00/0.39/0.38/0.14)
DB | 85 | 88 | |
---|---|---|---|
RGB | 219 | 133 | 136 |
HSL | 358° | 54.43% | 69.02% |
HSB/HSV | 358° | 39.27% | 85.88% |
CMYK | 0.00% | 39.27% | 37.90% |
14.12% |
Hexadezimal | DB | 85 | 88 |
Dezimal | 219 | 133 | 136 |
Binär | 11011011 | 10000101 | 10001000 |
Oktal | 333 | 205 | 210 |
Beispiele css- und html für Elemente in der Farbe #DB8588. Bitte benutzen Sie auch rgb(219,133,136) statt hex-Code.
.myTextColor { color: #DB8588; }
<p style="color:#DB8588">This sample text font color is #DB8588.</p>
Die Farbe dieses Textes ist #DB8588.
.myBgColor { background-color: #DB8588; }
<div style="background-color:#DB8588">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DB8588.
.myBorderColor { border: 1px solid #DB8588; }
<div style="border:3px solid #DB8588">Div</div>
Die Grenzen von diesem div sind in Farbe #DB8588.
.myOpacity80 { color: #DB8588; opacity: 0.8; }
<p style="color:#DB8588;opacity:0.8;">80%</p>
Text in Farbe #DB8588 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DB8588;}
<p style="text-shadow: 3px 3px 1px #DB8588">Text here.</p>
Dieser Text hat den Schatten in Farbe #DB8588.
.textShadow {text-shadow: 3px 3px 1px #DB8588, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DB8588, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DB8588 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DB8588, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DB8588, Direction=45, Strength=4)">Text</p>
This text has shadow with #DB8588 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DB8588; -webkit-box-shadow: 1px 1px 3px 2px #DB8588; box-shadow: 1px 1px 3px 2px #DB8588; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DB8588; -webkit-box-shadow: 1px 1px 3px 2px #DB8588; box-shadow:1px 1px 3px 2px #DB8588;">
Div content here</div>
Dieser Text ist in der Farbe #DB8588 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DB8588 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DB8588.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DB8588.