HEX: #D599EB
RGB: (213,153,235)
#D599EB enthält hauptsächlich rote und blaue Farbe. Für #D599EB ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #D599EB wird in RGB als (213,153,235) definiert.
RGB: (213,153,235)
(84%, 60%, 92%)
R 213 von 255 = 84%
G 153 von 255 = 60%
B 235 von 255 = 92%
R + G + B ~ 79%. #D599EB ziemlich helle Farbe.
R + G + B = 213 + 153 + 235 = 601 (100%)
R 213 von 601 ~ 35.44%
G 153 von 601 ~ 25.46%
B 235 von 601 ~ 39.1'%
Die Farbe #D599EB wird in CMYK als (9,35,0,8) definiert.
CMYK: (9,35,0,8)
C9M35Y0K8 (9%, 35%, 0%, 8%)
(0.09 / 0.35 / 0.00 / 0.08)
Farbe #D599EB in den populären Farbmodellen.
D5 | 99 | EB | |
---|---|---|---|
RGB | 213 | 153 | 235 |
HSL | 284° | 67.21% | 76.08% |
HSB/HSV | 284° | 34.89% | 92.16% |
CMYK | 9.36% | 34.89% | 0.00% |
7.84% |
Die Farbe #D599EB in den populären Zahlensystemen.
Hexadezimal | D5 | 99 | EB |
Dezimal | 213 | 153 | 235 |
Binär | 11010101 | 10011001 | 11101011 |
Oktal | 325 | 231 | 353 |
Dunkle Töne der Farbe #D599EB
Helle Töne der Farbe #D599EB
Beispiele css- und html für Elemente in der Farbe #D599EB. Bitte benutzen Sie auch rgb(213,153,235) statt hex-Code.
.myTextColor { color: #D599EB; }
<p style="color:#D599EB">This sample text font color is #D599EB.</p>
Die Farbe dieses Textes ist #D599EB.
.myBgColor { background-color: #D599EB; }
<div style="background-color:#D599EB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D599EB.
.myBorderColor { border: 1px solid #D599EB; }
<div style="border:3px solid #D599EB">Div</div>
Die Grenzen von diesem div sind in Farbe #D599EB.
.myOpacity80 { color: #D599EB; opacity: 0.8; }
<p style="color:#D599EB;opacity:0.8;">80%</p>
Text in Farbe #D599EB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D599EB;}
<p style="text-shadow: 3px 3px 1px #D599EB">Text here.</p>
Dieser Text hat den Schatten in Farbe #D599EB.
.textShadow {text-shadow: 3px 3px 1px #D599EB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D599EB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D599EB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D599EB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D599EB, Direction=45, Strength=4)">Text</p>
This text has shadow with #D599EB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D599EB;
-webkit-box-shadow: 1px 1px 3px 2px #D599EB;
box-shadow: 1px 1px 3px 2px #D599EB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D599EB; -webkit-box-shadow: 1px 1px 3px 2px #D599EB; box-shadow:1px 1px 3px 2px #D599EB;">
Div content here
</div>
Dieser Text ist in der Farbe #D599EB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D599EB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D599EB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D599EB.
Kontrastfarbe für #D599EB ist #2A6614.