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