HEX: #DDA0DD
RGB: (221,160,221)
Die Farbenname ist Plum. #DDA0DD enthält hauptsächlich rote und blaue Farbe. Für #DDA0DD ist eine «websichere» Webfarbe #CC99CC (oder kurz #C9C).
Die Farbe #DDA0DD wird in RGB als (221,160,221) definiert.
RGB: (221,160,221) (87%,63%,87%)
R 221 von 255 = 87%
G 160 von 255 = 63%
B 221 von 255 = 87%
R + G + B ~ 79%. #DDA0DD ziemlich helle Farbe.
R + G + B =
221 + 160 + 221 = 602 (100%)
R 221 von 602 ~ 36.71%
G 160 von 602 ~ 26.58%
B 221 von 602 ~ 36.71%
Die Farbe #DDA0DD wird in CMYK als (0,28,0,13) definiert.
CMYK: (0,28,0,13) C0M28Y0K13 (0%,28%,0%,13%) (0.00/0.28/0.00/0.13)
DD | A0 | DD | |
---|---|---|---|
RGB | 221 | 160 | 221 |
HSL | 300° | 47.29% | 74.71% |
HSB/HSV | 300° | 27.60% | 86.67% |
CMYK | 0.00% | 27.60% | 0.00% |
13.33% |
Hexadezimal | DD | A0 | DD |
Dezimal | 221 | 160 | 221 |
Binär | 11011101 | 10100000 | 11011101 |
Oktal | 335 | 240 | 335 |
Beispiele css- und html für Elemente in der Farbe #DDA0DD. Bitte benutzen Sie auch rgb(221,160,221) statt hex-Code.
.myTextColor { color: #DDA0DD; }
<p style="color:#DDA0DD">This sample text font color is #DDA0DD.</p>
Die Farbe dieses Textes ist #DDA0DD.
.myBgColor { background-color: #DDA0DD; }
<div style="background-color:#DDA0DD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DDA0DD.
.myBorderColor { border: 1px solid #DDA0DD; }
<div style="border:3px solid #DDA0DD">Div</div>
Die Grenzen von diesem div sind in Farbe #DDA0DD.
.myOpacity80 { color: #DDA0DD; opacity: 0.8; }
<p style="color:#DDA0DD;opacity:0.8;">80%</p>
Text in Farbe #DDA0DD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DDA0DD;}
<p style="text-shadow: 3px 3px 1px #DDA0DD">Text here.</p>
Dieser Text hat den Schatten in Farbe #DDA0DD.
.textShadow {text-shadow: 3px 3px 1px #DDA0DD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DDA0DD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DDA0DD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DDA0DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DDA0DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #DDA0DD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #DDA0DD; -webkit-box-shadow: 1px 1px 3px 2px #DDA0DD; box-shadow: 1px 1px 3px 2px #DDA0DD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #DDA0DD; -webkit-box-shadow: 1px 1px 3px 2px #DDA0DD; box-shadow:1px 1px 3px 2px #DDA0DD;">
Div content here</div>
Dieser Text ist in der Farbe #DDA0DD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DDA0DD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DDA0DD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DDA0DD.