Shades of Deep Magenta #D90DC0
Tints of Deep Magenta #D90DC0
RGB
CMYK
RGB Variations
Color information
#D90DC0 (or 0xD90DC0) is known color: Deep Magenta. HEX triplet: D9, 0D and C0. RGB value is (217,13,192). Sum of RGB (Red+Green+Blue) = 217+13+192=422 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.42% from 422); Green value is 13 (5.47% from 255 or 3.08% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 217 - color contains mainly: red. Hex color #D90DC0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90DC0 is #26F23F. Grayscale: #5D5D5D. Windows color (decimal): -2552384 or 12586457. OLE color: 12586457.
HSL color Cylindrical-coordinate representation of color #D90DC0: hue angle of 307.35º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D90DC0 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 13 | 192 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.15 |
| HSL | 307.35º | 0.89% | 0.45% | - |
| HSV(B) | 307.35º | 0.94% | 0.85% | - |
| XYZ | 38.27 | 18.85 | 51.49 | - |
| YUV | 94.4 | 183.09 | 215.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 13 | 192 | 0 | 0.94 | 0.12 | 0.15 | 307.35 | 0.89 | 0.45 |
| Hex | D9 | D | C0 | 0 | 5E | C | F | 133 | 59 | 2D |
| Octal | 331 | 15 | 300 | 0 | 136 | 14 | 17 | 463 | 131 | 55 |
| Binary | 11011001 | 1101 | 11000000 | 0 | 1011110 | 1100 | 1111 | 100110011 | 1011001 | 101101 |
Color Harmonies of #D90DC0
Complementary color
Monochromatic Colors of #D90DC0
Black with #D90DC0
Text Example
Text Example
White with #D90DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90DC0; }
p { color: rgb(217,13,192); }
H1.HeaderClassName
{
color: #D90DC0;
}
.AnyTagClassName
{
color: #D90DC0;
}
</style>
background-color css
<style>
a { background-color: #D90DC0; }
a { background-color: rgb(217,13,192); }
div.DivClassName
{
background-color: #D90DC0;
}
.BgClassName
{
background-color: #D90DC0;
}
</style>
border-color css
<style>
span { border-color: #D90DC0; }
span { border-color: rgb(217,13,192); }
td.TdClassName
{
border-color: #D90DC0;
}
.TagClassName
{
border-color: #D90DC0;
}
</style>