HEX: #D363AC
RGB: (211,99,172)
#D363AC enthält hauptsächlich rote und blaue Farbe. Für #D363AC ist eine «websichere» Webfarbe #CC6699 (oder kurz #C69).
Die Farbe #D363AC wird in RGB als (211,99,172) definiert.
RGB: (211,99,172)
(83%, 39%, 67%)
R 211 von 255 = 83%
G 99 von 255 = 39%
B 172 von 255 = 67%
R + G + B ~ 63%. #D363AC ziemlich helle Farbe.
R + G + B = 211 + 99 + 172 = 482 (100%)
R 211 von 482 ~ 43.78%
G 99 von 482 ~ 20.54%
B 172 von 482 ~ 35.68'%
Die Farbe #D363AC wird in CMYK als (0,53,18,17) definiert.
CMYK: (0,53,18,17)
C0M53Y18K17 (0%, 53%, 18%, 17%)
(0.00 / 0.53 / 0.18 / 0.17)
Farbe #D363AC in den populären Farbmodellen.
D3 | 63 | AC | |
---|---|---|---|
RGB | 211 | 99 | 172 |
HSL | 321° | 56.00% | 60.78% |
HSB/HSV | 321° | 53.08% | 82.75% |
CMYK | 0.00% | 53.08% | 18.48% |
17.25% |
Die Farbe #D363AC in den populären Zahlensystemen.
Hexadezimal | D3 | 63 | AC |
Dezimal | 211 | 99 | 172 |
Binär | 11010011 | 1100011 | 10101100 |
Oktal | 323 | 143 | 254 |
Dunkle Töne der Farbe #D363AC
Helle Töne der Farbe #D363AC
Beispiele css- und html für Elemente in der Farbe #D363AC. Bitte benutzen Sie auch rgb(211,99,172) statt hex-Code.
.myTextColor { color: #D363AC; }
<p style="color:#D363AC">This sample text font color is #D363AC.</p>
Die Farbe dieses Textes ist #D363AC.
.myBgColor { background-color: #D363AC; }
<div style="background-color:#D363AC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #D363AC.
.myBorderColor { border: 1px solid #D363AC; }
<div style="border:3px solid #D363AC">Div</div>
Die Grenzen von diesem div sind in Farbe #D363AC.
.myOpacity80 { color: #D363AC; opacity: 0.8; }
<p style="color:#D363AC;opacity:0.8;">80%</p>
Text in Farbe #D363AC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #D363AC;}
<p style="text-shadow: 3px 3px 1px #D363AC">Text here.</p>
Dieser Text hat den Schatten in Farbe #D363AC.
.textShadow {text-shadow: 3px 3px 1px #D363AC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #D363AC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #D363AC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D363AC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#D363AC, Direction=45, Strength=4)">Text</p>
This text has shadow with #D363AC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #D363AC;
-webkit-box-shadow: 1px 1px 3px 2px #D363AC;
box-shadow: 1px 1px 3px 2px #D363AC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D363AC; -webkit-box-shadow: 1px 1px 3px 2px #D363AC; box-shadow:1px 1px 3px 2px #D363AC;">
Div content here
</div>
Dieser Text ist in der Farbe #D363AC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #D363AC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #D363AC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #D363AC.
Kontrastfarbe für #hex ist #2C9C53.