Shades of Deep Magenta #D90ACD
Tints of Deep Magenta #D90ACD
RGB
CMYK
RGB Variations
Color information
#D90ACD (or 0xD90ACD) is known color: Deep Magenta. HEX triplet: D9, 0A and CD. RGB value is (217,10,205). Sum of RGB (Red+Green+Blue) = 217+10+205=432 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.23% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 217 - color contains mainly: red. Hex color #D90ACD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90ACD is #26F532. Grayscale: #5D5D5D. Windows color (decimal): -2553139 or 13437657. OLE color: 13437657.
HSL color Cylindrical-coordinate representation of color #D90ACD: hue angle of 303.48º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D90ACD is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 10 | 205 | - |
| CMYK | 0 | 0.95 | 0.06 | 0.15 |
| HSL | 303.48º | 0.91% | 0.45% | - |
| HSV(B) | 303.48º | 0.95% | 0.85% | - |
| XYZ | 39.74 | 19.38 | 59.4 | - |
| YUV | 94.12 | 190.58 | 215.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 10 | 205 | 0 | 0.95 | 0.06 | 0.15 | 303.48 | 0.91 | 0.45 |
| Hex | D9 | A | CD | 0 | 5F | 6 | F | 12F | 5B | 2D |
| Octal | 331 | 12 | 315 | 0 | 137 | 6 | 17 | 457 | 133 | 55 |
| Binary | 11011001 | 1010 | 11001101 | 0 | 1011111 | 110 | 1111 | 100101111 | 1011011 | 101101 |
Color Harmonies of #D90ACD
Complementary color
Monochromatic Colors of #D90ACD
Black with #D90ACD
Text Example
Text Example
White with #D90ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90ACD; }
p { color: rgb(217,10,205); }
H1.HeaderClassName
{
color: #D90ACD;
}
.AnyTagClassName
{
color: #D90ACD;
}
</style>
background-color css
<style>
a { background-color: #D90ACD; }
a { background-color: rgb(217,10,205); }
div.DivClassName
{
background-color: #D90ACD;
}
.BgClassName
{
background-color: #D90ACD;
}
</style>
border-color css
<style>
span { border-color: #D90ACD; }
span { border-color: rgb(217,10,205); }
td.TdClassName
{
border-color: #D90ACD;
}
.TagClassName
{
border-color: #D90ACD;
}
</style>