HEX: #DD89EE
RGB: (221,137,238)
#DD89EE enthält hauptsächlich rote und blaue Farbe. Für #DD89EE ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #DD89EE wird in RGB als (221,137,238) definiert.
RGB: (221,137,238)
(87%, 54%, 93%)
R 221 von 255 = 87%
G 137 von 255 = 54%
B 238 von 255 = 93%
R + G + B ~ 78%. #DD89EE ziemlich helle Farbe.
R + G + B = 221 + 137 + 238 = 596 (100%)
R 221 von 596 ~ 37.08%
G 137 von 596 ~ 22.99%
B 238 von 596 ~ 39.93'%
Die Farbe #DD89EE wird in CMYK als (7,42,0,7) definiert.
CMYK: (7,42,0,7) C7M42Y0K7 (7%,42%,0%,7%) (0.07/0.42/0.00/0.07)
Farbe #DD89EE in den populären Farbmodellen.
DD | 89 | EE | |
---|---|---|---|
RGB | 221 | 137 | 238 |
HSL | 290° | 74.81% | 73.53% |
HSB/HSV | 290° | 42.44% | 93.33% |
CMYK | 7.14% | 42.44% | 0.00% |
6.67% |
Die Farbe #DD89EE in den populären Zahlensystemen.
Hexadezimal | DD | 89 | EE |
Dezimal | 221 | 137 | 238 |
Binär | 11011101 | 10001001 | 11101110 |
Oktal | 335 | 211 | 356 |
Dunkle Töne der Farbe #DD89EE
Helle Töne der Farbe #DD89EE
Beispiele css- und html für Elemente in der Farbe #DD89EE. Bitte benutzen Sie auch rgb(221,137,238) statt hex-Code.
.myTextColor { color: #DD89EE; }
<p style="color:#DD89EE">This sample text font color is #DD89EE.</p>
Die Farbe dieses Textes ist #DD89EE.
.myBgColor { background-color: #DD89EE; }
<div style="background-color:#DD89EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #DD89EE.
.myBorderColor { border: 1px solid #DD89EE; }
<div style="border:3px solid #DD89EE">Div</div>
Die Grenzen von diesem div sind in Farbe #DD89EE.
.myOpacity80 { color: #DD89EE; opacity: 0.8; }
<p style="color:#DD89EE;opacity:0.8;">80%</p>
Text in Farbe #DD89EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #DD89EE;}
<p style="text-shadow: 3px 3px 1px #DD89EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #DD89EE.
.textShadow {text-shadow: 3px 3px 1px #DD89EE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #DD89EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #DD89EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DD89EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#DD89EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #DD89EE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DD89EE;
-webkit-box-shadow: 1px 1px 3px 2px #DD89EE;
box-shadow: 1px 1px 3px 2px #DD89EE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DD89EE; -webkit-box-shadow: 1px 1px 3px 2px #DD89EE; box-shadow:1px 1px 3px 2px #DD89EE;">
Div content here
</div>
Dieser Text ist in der Farbe #DD89EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #DD89EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #DD89EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #DD89EE.
Kontrastfarbe für #hex ist #227611.