HEX: #D6517C
RGB: (214,81,124)
#D6517C enthält hauptsächlich rote Farbe. Für #D6517C ist eine «websichere» Webfarbe #CC6666 (oder kurz #C66).
Die Farbe #D6517C wird in RGB als (214,81,124) definiert.
RGB: (214,81,124) (84%,32%,49%)
R 214 von 255 = 84%
G 81 von 255 = 32%
B 124 von 255 = 49%
R + G + B ~ 55%. #D6517C mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
214 + 81 + 124 = 419 (100%)
R 214 von 419 ~ 51.07%
G 81 von 419 ~ 19.33%
B 124 von 419 ~ 29.59%
Die Farbe #D6517C wird in CMYK als (0,62,42,16) definiert.
CMYK: (0,62,42,16) C0M62Y42K16 (0%,62%,42%,16%) (0.00/0.62/0.42/0.16)
D6 | 51 | 7C | |
---|---|---|---|
RGB | 214 | 81 | 124 |
HSL | 341° | 61.86% | 57.84% |
HSB/HSV | 341° | 62.15% | 83.92% |
CMYK | 0.00% | 62.15% | 42.06% |
16.08% |
Hexadezimal | D6 | 51 | 7C |
Dezimal | 214 | 81 | 124 |
Binär | 11010110 | 1010001 | 1111100 |
Oktal | 326 | 121 | 174 |
Beispiele css- und html für Elemente in der Farbe #D6517C. Bitte benutzen Sie auch rgb(214,81,124) statt hex-Code.
.myTextColor { color: #D6517C; }
<p style="color:#D6517C">This sample text font color is #D6517C.</p>
Die Farbe dieses Textes ist #D6517C.
.myBgColor { background-color: #D6517C; }
<div style="background-color:#D6517C">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D6517C.
.myBorderColor { border: 1px solid #D6517C; }
<div style="border:3px solid #D6517C">Div</div>
Die Grenzen von diesem div sind in Farbe #D6517C.
.myOpacity80 { color: #D6517C; opacity: 0.8; }
<p style="color:#D6517C;opacity:0.8;">80%</p>
Text in Farbe #D6517C und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D6517C;}
<p style="text-shadow: 3px 3px 1px #D6517C">Text here.</p>
Dieser Text hat den Schatten in Farbe #D6517C.
.textShadow {text-shadow: 3px 3px 1px #D6517C, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D6517C, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D6517C und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D6517C, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D6517C, Direction=45, Strength=4)">Text</p>
This text has shadow with #D6517C and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D6517C; -webkit-box-shadow: 1px 1px 3px 2px #D6517C; box-shadow: 1px 1px 3px 2px #D6517C; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D6517C; -webkit-box-shadow: 1px 1px 3px 2px #D6517C; box-shadow:1px 1px 3px 2px #D6517C;">
Div content here</div>
Dieser Text ist in der Farbe #D6517C auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D6517C auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D6517C.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D6517C.