HEX: #D59CDA
RGB: (213,156,218)
#D59CDA enthält hauptsächlich rote und blaue Farbe. Für #D59CDA ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #D59CDA wird in RGB als (213,156,218) definiert.
RGB: (213,156,218) (84%,61%,85%)
R 213 von 255 = 84%
G 156 von 255 = 61%
B 218 von 255 = 85%
R + G + B ~ 77%. #D59CDA ziemlich helle Farbe.
R + G + B =
213 + 156 + 218 = 587 (100%)
R 213 von 587 ~ 36.29%
G 156 von 587 ~ 26.58%
B 218 von 587 ~ 37.14%
Die Farbe #D59CDA wird in CMYK als (2,28,0,15) definiert.
CMYK: (2,28,0,15) C2M28Y0K15 (2%,28%,0%,15%) (0.02/0.28/0.00/0.15)
D5 | 9C | DA | |
---|---|---|---|
RGB | 213 | 156 | 218 |
HSL | 295° | 45.59% | 73.33% |
HSB/HSV | 295° | 28.44% | 85.49% |
CMYK | 2.29% | 28.44% | 0.00% |
14.51% |
Hexadezimal | D5 | 9C | DA |
Dezimal | 213 | 156 | 218 |
Binär | 11010101 | 10011100 | 11011010 |
Oktal | 325 | 234 | 332 |
Beispiele css- und html für Elemente in der Farbe #D59CDA. Bitte benutzen Sie auch rgb(213,156,218) statt hex-Code.
.myTextColor { color: #D59CDA; }
<p style="color:#D59CDA">This sample text font color is #D59CDA.</p>
Die Farbe dieses Textes ist #D59CDA.
.myBgColor { background-color: #D59CDA; }
<div style="background-color:#D59CDA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D59CDA.
.myBorderColor { border: 1px solid #D59CDA; }
<div style="border:3px solid #D59CDA">Div</div>
Die Grenzen von diesem div sind in Farbe #D59CDA.
.myOpacity80 { color: #D59CDA; opacity: 0.8; }
<p style="color:#D59CDA;opacity:0.8;">80%</p>
Text in Farbe #D59CDA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D59CDA;}
<p style="text-shadow: 3px 3px 1px #D59CDA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D59CDA.
.textShadow {text-shadow: 3px 3px 1px #D59CDA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D59CDA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D59CDA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D59CDA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D59CDA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D59CDA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D59CDA; -webkit-box-shadow: 1px 1px 3px 2px #D59CDA; box-shadow: 1px 1px 3px 2px #D59CDA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D59CDA; -webkit-box-shadow: 1px 1px 3px 2px #D59CDA; box-shadow:1px 1px 3px 2px #D59CDA;">
Div content here</div>
Dieser Text ist in der Farbe #D59CDA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D59CDA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D59CDA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D59CDA.