HEX: #D276DA
RGB: (210,118,218)
#D276DA enthält hauptsächlich rote und blaue Farbe. Für #D276DA ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #D276DA wird in RGB als (210,118,218) definiert.
RGB: (210,118,218) (82%,46%,85%)
R 210 von 255 = 82%
G 118 von 255 = 46%
B 218 von 255 = 85%
R + G + B ~ 71%. #D276DA ziemlich helle Farbe.
R + G + B =
210 + 118 + 218 = 546 (100%)
R 210 von 546 ~ 38.46%
G 118 von 546 ~ 21.61%
B 218 von 546 ~ 39.93%
Die Farbe #D276DA wird in CMYK als (4,46,0,15) definiert.
CMYK: (4,46,0,15) C4M46Y0K15 (4%,46%,0%,15%) (0.04/0.46/0.00/0.15)
D2 | 76 | DA | |
---|---|---|---|
RGB | 210 | 118 | 218 |
HSL | 295° | 57.47% | 65.88% |
HSB/HSV | 295° | 45.87% | 85.49% |
CMYK | 3.67% | 45.87% | 0.00% |
14.51% |
Hexadezimal | D2 | 76 | DA |
Dezimal | 210 | 118 | 218 |
Binär | 11010010 | 1110110 | 11011010 |
Oktal | 322 | 166 | 332 |
Beispiele css- und html für Elemente in der Farbe #D276DA. Bitte benutzen Sie auch rgb(210,118,218) statt hex-Code.
.myTextColor { color: #D276DA; }
<p style="color:#D276DA">This sample text font color is #D276DA.</p>
Die Farbe dieses Textes ist #D276DA.
.myBgColor { background-color: #D276DA; }
<div style="background-color:#D276DA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D276DA.
.myBorderColor { border: 1px solid #D276DA; }
<div style="border:3px solid #D276DA">Div</div>
Die Grenzen von diesem div sind in Farbe #D276DA.
.myOpacity80 { color: #D276DA; opacity: 0.8; }
<p style="color:#D276DA;opacity:0.8;">80%</p>
Text in Farbe #D276DA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D276DA;}
<p style="text-shadow: 3px 3px 1px #D276DA">Text here.</p>
Dieser Text hat den Schatten in Farbe #D276DA.
.textShadow {text-shadow: 3px 3px 1px #D276DA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D276DA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D276DA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D276DA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D276DA, Direction=45, Strength=4)">Text</p>
This text has shadow with #D276DA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D276DA; -webkit-box-shadow: 1px 1px 3px 2px #D276DA; box-shadow: 1px 1px 3px 2px #D276DA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D276DA; -webkit-box-shadow: 1px 1px 3px 2px #D276DA; box-shadow:1px 1px 3px 2px #D276DA;">
Div content here</div>
Dieser Text ist in der Farbe #D276DA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D276DA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D276DA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D276DA.