HEX: #D587BD
RGB: (213,135,189)
#D587BD enthält hauptsächlich rote und blaue Farbe. Für #D587BD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D587BD wird in RGB als (213,135,189) definiert.
RGB: (213,135,189) (84%,53%,74%)
R 213 von 255 = 84%
G 135 von 255 = 53%
B 189 von 255 = 74%
R + G + B ~ 70%. #D587BD ziemlich helle Farbe.
R + G + B =
213 + 135 + 189 = 537 (100%)
R 213 von 537 ~ 39.66%
G 135 von 537 ~ 25.14%
B 189 von 537 ~ 35.2%
Die Farbe #D587BD wird in CMYK als (0,37,11,16) definiert.
CMYK: (0,37,11,16) C0M37Y11K16 (0%,37%,11%,16%) (0.00/0.37/0.11/0.16)
D5 | 87 | BD | |
---|---|---|---|
RGB | 213 | 135 | 189 |
HSL | 318° | 48.15% | 68.24% |
HSB/HSV | 318° | 36.62% | 83.53% |
CMYK | 0.00% | 36.62% | 11.27% |
16.47% |
Hexadezimal | D5 | 87 | BD |
Dezimal | 213 | 135 | 189 |
Binär | 11010101 | 10000111 | 10111101 |
Oktal | 325 | 207 | 275 |
Beispiele css- und html für Elemente in der Farbe #D587BD. Bitte benutzen Sie auch rgb(213,135,189) statt hex-Code.
.myTextColor { color: #D587BD; }
<p style="color:#D587BD">This sample text font color is #D587BD.</p>
Die Farbe dieses Textes ist #D587BD.
.myBgColor { background-color: #D587BD; }
<div style="background-color:#D587BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D587BD.
.myBorderColor { border: 1px solid #D587BD; }
<div style="border:3px solid #D587BD">Div</div>
Die Grenzen von diesem div sind in Farbe #D587BD.
.myOpacity80 { color: #D587BD; opacity: 0.8; }
<p style="color:#D587BD;opacity:0.8;">80%</p>
Text in Farbe #D587BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D587BD;}
<p style="text-shadow: 3px 3px 1px #D587BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D587BD.
.textShadow {text-shadow: 3px 3px 1px #D587BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D587BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D587BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D587BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D587BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D587BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D587BD; -webkit-box-shadow: 1px 1px 3px 2px #D587BD; box-shadow: 1px 1px 3px 2px #D587BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D587BD; -webkit-box-shadow: 1px 1px 3px 2px #D587BD; box-shadow:1px 1px 3px 2px #D587BD;">
Div content here</div>
Dieser Text ist in der Farbe #D587BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D587BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D587BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D587BD.