HEX: #D15584
RGB: (209,85,132)
#D15584 enthält hauptsächlich rote Farbe. Für #D15584 ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #D15584 wird in RGB als (209,85,132) definiert.
RGB: (209,85,132) (82%,33%,52%)
R 209 von 255 = 82%
G 85 von 255 = 33%
B 132 von 255 = 52%
R + G + B ~ 56%. #D15584 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
209 + 85 + 132 = 426 (100%)
R 209 von 426 ~ 49.06%
G 85 von 426 ~ 19.95%
B 132 von 426 ~ 30.99%
Die Farbe #D15584 wird in CMYK als (0,59,37,18) definiert.
CMYK: (0,59,37,18) C0M59Y37K18 (0%,59%,37%,18%) (0.00/0.59/0.37/0.18)
D1 | 55 | 84 | |
---|---|---|---|
RGB | 209 | 85 | 132 |
HSL | 337° | 57.41% | 57.65% |
HSB/HSV | 337° | 59.33% | 81.96% |
CMYK | 0.00% | 59.33% | 36.84% |
18.04% |
Hexadezimal | D1 | 55 | 84 |
Dezimal | 209 | 85 | 132 |
Binär | 11010001 | 1010101 | 10000100 |
Oktal | 321 | 125 | 204 |
Beispiele css- und html für Elemente in der Farbe #D15584. Bitte benutzen Sie auch rgb(209,85,132) statt hex-Code.
.myTextColor { color: #D15584; }
<p style="color:#D15584">This sample text font color is #D15584.</p>
Die Farbe dieses Textes ist #D15584.
.myBgColor { background-color: #D15584; }
<div style="background-color:#D15584">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D15584.
.myBorderColor { border: 1px solid #D15584; }
<div style="border:3px solid #D15584">Div</div>
Die Grenzen von diesem div sind in Farbe #D15584.
.myOpacity80 { color: #D15584; opacity: 0.8; }
<p style="color:#D15584;opacity:0.8;">80%</p>
Text in Farbe #D15584 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D15584;}
<p style="text-shadow: 3px 3px 1px #D15584">Text here.</p>
Dieser Text hat den Schatten in Farbe #D15584.
.textShadow {text-shadow: 3px 3px 1px #D15584, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D15584, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D15584 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D15584, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D15584, Direction=45, Strength=4)">Text</p>
This text has shadow with #D15584 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D15584; -webkit-box-shadow: 1px 1px 3px 2px #D15584; box-shadow: 1px 1px 3px 2px #D15584; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D15584; -webkit-box-shadow: 1px 1px 3px 2px #D15584; box-shadow:1px 1px 3px 2px #D15584;">
Div content here</div>
Dieser Text ist in der Farbe #D15584 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D15584 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D15584.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D15584.