HEX: #D588A6
RGB: (213,136,166)
#D588A6 enthält hauptsächlich rote und blaue Farbe. Für #D588A6 ist eine «websichere» Webfarbe #CC9999 (oder kurz #C99).
Die Farbe #D588A6 wird in RGB als (213,136,166) definiert.
RGB: (213,136,166) (84%,53%,65%)
R 213 von 255 = 84%
G 136 von 255 = 53%
B 166 von 255 = 65%
R + G + B ~ 67%. #D588A6 ziemlich helle Farbe.
R + G + B =
213 + 136 + 166 = 515 (100%)
R 213 von 515 ~ 41.36%
G 136 von 515 ~ 26.41%
B 166 von 515 ~ 32.23%
Die Farbe #D588A6 wird in CMYK als (0,36,22,16) definiert.
CMYK: (0,36,22,16) C0M36Y22K16 (0%,36%,22%,16%) (0.00/0.36/0.22/0.16)
D5 | 88 | A6 | |
---|---|---|---|
RGB | 213 | 136 | 166 |
HSL | 337° | 47.83% | 68.43% |
HSB/HSV | 337° | 36.15% | 83.53% |
CMYK | 0.00% | 36.15% | 22.07% |
16.47% |
Hexadezimal | D5 | 88 | A6 |
Dezimal | 213 | 136 | 166 |
Binär | 11010101 | 10001000 | 10100110 |
Oktal | 325 | 210 | 246 |
Beispiele css- und html für Elemente in der Farbe #D588A6. Bitte benutzen Sie auch rgb(213,136,166) statt hex-Code.
.myTextColor { color: #D588A6; }
<p style="color:#D588A6">This sample text font color is #D588A6.</p>
Die Farbe dieses Textes ist #D588A6.
.myBgColor { background-color: #D588A6; }
<div style="background-color:#D588A6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D588A6.
.myBorderColor { border: 1px solid #D588A6; }
<div style="border:3px solid #D588A6">Div</div>
Die Grenzen von diesem div sind in Farbe #D588A6.
.myOpacity80 { color: #D588A6; opacity: 0.8; }
<p style="color:#D588A6;opacity:0.8;">80%</p>
Text in Farbe #D588A6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D588A6;}
<p style="text-shadow: 3px 3px 1px #D588A6">Text here.</p>
Dieser Text hat den Schatten in Farbe #D588A6.
.textShadow {text-shadow: 3px 3px 1px #D588A6, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D588A6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D588A6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D588A6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D588A6, Direction=45, Strength=4)">Text</p>
This text has shadow with #D588A6 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D588A6; -webkit-box-shadow: 1px 1px 3px 2px #D588A6; box-shadow: 1px 1px 3px 2px #D588A6; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D588A6; -webkit-box-shadow: 1px 1px 3px 2px #D588A6; box-shadow:1px 1px 3px 2px #D588A6;">
Div content here</div>
Dieser Text ist in der Farbe #D588A6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D588A6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D588A6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D588A6.