Shades of Deep Magenta #D90CC9
Tints of Deep Magenta #D90CC9
RGB
CMYK
RGB Variations
Color information
#D90CC9 (or 0xD90CC9) is known color: Deep Magenta. HEX triplet: D9, 0C and C9. RGB value is (217,12,201). Sum of RGB (Red+Green+Blue) = 217+12+201=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 12 (5.08% from 255 or 2.79% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CC9 is #26F336. Grayscale: #5E5E5E. Windows color (decimal): -2552631 or 13176025. OLE color: 13176025.
HSL color Cylindrical-coordinate representation of color #D90CC9: hue angle of 304.68º degrees, saturation: 0.9, 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 #D90CC9 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 201 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.15 |
| HSL | 304.68º | 0.9% | 0.45% | - |
| HSV(B) | 304.68º | 0.94% | 0.85% | - |
| XYZ | 39.29 | 19.23 | 56.9 | - |
| YUV | 94.84 | 187.92 | 215.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 201 | 0 | 0.94 | 0.07 | 0.15 | 304.68 | 0.9 | 0.45 |
| Hex | D9 | C | C9 | 0 | 5E | 7 | F | 131 | 5A | 2D |
| Octal | 331 | 14 | 311 | 0 | 136 | 7 | 17 | 461 | 132 | 55 |
| Binary | 11011001 | 1100 | 11001001 | 0 | 1011110 | 111 | 1111 | 100110001 | 1011010 | 101101 |
Color Harmonies of #D90CC9
Complementary color
Monochromatic Colors of #D90CC9
Black with #D90CC9
Text Example
Text Example
White with #D90CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CC9; }
p { color: rgb(217,12,201); }
H1.HeaderClassName
{
color: #D90CC9;
}
.AnyTagClassName
{
color: #D90CC9;
}
</style>
background-color css
<style>
a { background-color: #D90CC9; }
a { background-color: rgb(217,12,201); }
div.DivClassName
{
background-color: #D90CC9;
}
.BgClassName
{
background-color: #D90CC9;
}
</style>
border-color css
<style>
span { border-color: #D90CC9; }
span { border-color: rgb(217,12,201); }
td.TdClassName
{
border-color: #D90CC9;
}
.TagClassName
{
border-color: #D90CC9;
}
</style>