HEX: #D993F6
RGB: (217,147,246)
#D993F6 enthält hauptsächlich rote und blaue Farbe. Für #D993F6 ist eine «websichere» Webfarbe #CC99FF (oder kurz #C9F).
Die Farbe #D993F6 wird in RGB als (217,147,246) definiert.
RGB: (217,147,246)
(85%, 58%, 96%)
R 217 von 255 = 85%
G 147 von 255 = 58%
B 246 von 255 = 96%
R + G + B ~ 80%. #D993F6 ziemlich helle Farbe.
R + G + B = 217 + 147 + 246 = 610 (100%)
R 217 von 610 ~ 35.57%
G 147 von 610 ~ 24.1%
B 246 von 610 ~ 40.33'%
Die Farbe #D993F6 wird in CMYK als (12,40,0,4) definiert.
CMYK: (12,40,0,4)
C12M40Y0K4 (12%, 40%, 0%, 4%)
(0.12 / 0.40 / 0.00 / 0.04)
Farbe #D993F6 in den populären Farbmodellen.
D9 | 93 | F6 | |
---|---|---|---|
RGB | 217 | 147 | 246 |
HSL | 282° | 84.62% | 77.06% |
HSB/HSV | 282° | 40.24% | 96.47% |
CMYK | 11.79% | 40.24% | 0.00% |
3.53% |
Die Farbe #D993F6 in den populären Zahlensystemen.
Hexadezimal | D9 | 93 | F6 |
Dezimal | 217 | 147 | 246 |
Binär | 11011001 | 10010011 | 11110110 |
Oktal | 331 | 223 | 366 |
Dunkle Töne der Farbe #D993F6
Helle Töne der Farbe #D993F6
Beispiele css- und html für Elemente in der Farbe #D993F6. Bitte benutzen Sie auch rgb(217,147,246) statt hex-Code.
.myTextColor { color: #D993F6; }
<p style="color:#D993F6">This sample text font color is #D993F6.</p>
Die Farbe dieses Textes ist #D993F6.
.myBgColor { background-color: #D993F6; }
<div style="background-color:#D993F6">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D993F6.
.myBorderColor { border: 1px solid #D993F6; }
<div style="border:3px solid #D993F6">Div</div>
Die Grenzen von diesem div sind in Farbe #D993F6.
.myOpacity80 { color: #D993F6; opacity: 0.8; }
<p style="color:#D993F6;opacity:0.8;">80%</p>
Text in Farbe #D993F6 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D993F6;}
<p style="text-shadow: 3px 3px 1px #D993F6">Text here.</p>
Dieser Text hat den Schatten in Farbe #D993F6.
.textShadow {text-shadow: 3px 3px 1px #D993F6', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D993F6, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D993F6 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D993F6, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D993F6, Direction=45, Strength=4)">Text</p>
This text has shadow with #D993F6 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D993F6;
-webkit-box-shadow: 1px 1px 3px 2px #D993F6;
box-shadow: 1px 1px 3px 2px #D993F6;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D993F6; -webkit-box-shadow: 1px 1px 3px 2px #D993F6; box-shadow:1px 1px 3px 2px #D993F6;">
Div content here
</div>
Dieser Text ist in der Farbe #D993F6 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D993F6 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D993F6.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D993F6.
Kontrastfarbe für #hex ist #266C09.