Shades of Deep Magenta #D90EC8
Tints of Deep Magenta #D90EC8
RGB
CMYK
RGB Variations
Color information
#D90EC8 (or 0xD90EC8) is known color: Deep Magenta. HEX triplet: D9, 0E and C8. RGB value is (217,14,200). Sum of RGB (Red+Green+Blue) = 217+14+200=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 14 (5.86% from 255 or 3.25% from 431); Blue value is 200 (78.52% from 255 or 46.40% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D90EC8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90EC8 is #26F137. Grayscale: #5F5F5F. Windows color (decimal): -2552120 or 13111001. OLE color: 13111001.
HSL color Cylindrical-coordinate representation of color #D90EC8: hue angle of 305.02º degrees, saturation: 0.88, 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 #D90EC8 is Cyan = 0, Magento = 0.94, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 14 | 200 | - |
| CMYK | 0 | 0.94 | 0.08 | 0.15 |
| HSL | 305.02º | 0.88% | 0.45% | - |
| HSV(B) | 305.02º | 0.94% | 0.85% | - |
| XYZ | 39.2 | 19.24 | 56.29 | - |
| YUV | 95.9 | 186.75 | 214.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 14 | 200 | 0 | 0.94 | 0.08 | 0.15 | 305.02 | 0.88 | 0.45 |
| Hex | D9 | E | C8 | 0 | 5E | 8 | F | 131 | 58 | 2D |
| Octal | 331 | 16 | 310 | 0 | 136 | 10 | 17 | 461 | 130 | 55 |
| Binary | 11011001 | 1110 | 11001000 | 0 | 1011110 | 1000 | 1111 | 100110001 | 1011000 | 101101 |
Color Harmonies of #D90EC8
Complementary color
Monochromatic Colors of #D90EC8
Black with #D90EC8
Text Example
Text Example
White with #D90EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90EC8; }
p { color: rgb(217,14,200); }
H1.HeaderClassName
{
color: #D90EC8;
}
.AnyTagClassName
{
color: #D90EC8;
}
</style>
background-color css
<style>
a { background-color: #D90EC8; }
a { background-color: rgb(217,14,200); }
div.DivClassName
{
background-color: #D90EC8;
}
.BgClassName
{
background-color: #D90EC8;
}
</style>
border-color css
<style>
span { border-color: #D90EC8; }
span { border-color: rgb(217,14,200); }
td.TdClassName
{
border-color: #D90EC8;
}
.TagClassName
{
border-color: #D90EC8;
}
</style>