HEX: #D380DD
RGB: (211,128,221)
#D380DD enthält hauptsächlich rote und blaue Farbe. Für #D380DD ist eine «websichere» Webfarbe #CC66CC (oder kurz #C6C).
Die Farbe #D380DD wird in RGB als (211,128,221) definiert.
RGB: (211,128,221) (83%,50%,87%)
R 211 von 255 = 83%
G 128 von 255 = 50%
B 221 von 255 = 87%
R + G + B ~ 73%. #D380DD ziemlich helle Farbe.
R + G + B =
211 + 128 + 221 = 560 (100%)
R 211 von 560 ~ 37.68%
G 128 von 560 ~ 22.86%
B 221 von 560 ~ 39.46%
Die Farbe #D380DD wird in CMYK als (5,42,0,13) definiert.
CMYK: (5,42,0,13) C5M42Y0K13 (5%,42%,0%,13%) (0.05/0.42/0.00/0.13)
D3 | 80 | DD | |
---|---|---|---|
RGB | 211 | 128 | 221 |
HSL | 294° | 57.76% | 68.43% |
HSB/HSV | 294° | 42.08% | 86.67% |
CMYK | 4.52% | 42.08% | 0.00% |
13.33% |
Hexadezimal | D3 | 80 | DD |
Dezimal | 211 | 128 | 221 |
Binär | 11010011 | 10000000 | 11011101 |
Oktal | 323 | 200 | 335 |
Beispiele css- und html für Elemente in der Farbe #D380DD. Bitte benutzen Sie auch rgb(211,128,221) statt hex-Code.
.myTextColor { color: #D380DD; }
<p style="color:#D380DD">This sample text font color is #D380DD.</p>
Die Farbe dieses Textes ist #D380DD.
.myBgColor { background-color: #D380DD; }
<div style="background-color:#D380DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D380DD.
.myBorderColor { border: 1px solid #D380DD; }
<div style="border:3px solid #D380DD">Div</div>
Die Grenzen von diesem div sind in Farbe #D380DD.
.myOpacity80 { color: #D380DD; opacity: 0.8; }
<p style="color:#D380DD;opacity:0.8;">80%</p>
Text in Farbe #D380DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D380DD;}
<p style="text-shadow: 3px 3px 1px #D380DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #D380DD.
.textShadow {text-shadow: 3px 3px 1px #D380DD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D380DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D380DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D380DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D380DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #D380DD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #D380DD; -webkit-box-shadow: 1px 1px 3px 2px #D380DD; box-shadow: 1px 1px 3px 2px #D380DD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #D380DD; -webkit-box-shadow: 1px 1px 3px 2px #D380DD; box-shadow:1px 1px 3px 2px #D380DD;">
Div content here</div>
Dieser Text ist in der Farbe #D380DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D380DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D380DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D380DD.