Shades of Deep Magenta #D90CC2
Tints of Deep Magenta #D90CC2
RGB
CMYK
RGB Variations
Color information
#D90CC2 (or 0xD90CC2) is known color: Deep Magenta. HEX triplet: D9, 0C and C2. RGB value is (217,12,194). Sum of RGB (Red+Green+Blue) = 217+12+194=423 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.30% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 217 - color contains mainly: red. Hex color #D90CC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90CC2 is #26F33D. Grayscale: #5D5D5D. Windows color (decimal): -2552638 or 12717273. OLE color: 12717273.
HSL color Cylindrical-coordinate representation of color #D90CC2: hue angle of 306.73º 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 #D90CC2 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 12 | 194 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.15 |
| HSL | 306.73º | 0.9% | 0.45% | - |
| HSV(B) | 306.73º | 0.94% | 0.85% | - |
| XYZ | 38.48 | 18.91 | 52.66 | - |
| YUV | 94.04 | 184.42 | 215.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 12 | 194 | 0 | 0.94 | 0.11 | 0.15 | 306.73 | 0.9 | 0.45 |
| Hex | D9 | C | C2 | 0 | 5E | B | F | 133 | 5A | 2D |
| Octal | 331 | 14 | 302 | 0 | 136 | 13 | 17 | 463 | 132 | 55 |
| Binary | 11011001 | 1100 | 11000010 | 0 | 1011110 | 1011 | 1111 | 100110011 | 1011010 | 101101 |
Color Harmonies of #D90CC2
Complementary color
Monochromatic Colors of #D90CC2
Black with #D90CC2
Text Example
Text Example
White with #D90CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D90CC2; }
p { color: rgb(217,12,194); }
H1.HeaderClassName
{
color: #D90CC2;
}
.AnyTagClassName
{
color: #D90CC2;
}
</style>
background-color css
<style>
a { background-color: #D90CC2; }
a { background-color: rgb(217,12,194); }
div.DivClassName
{
background-color: #D90CC2;
}
.BgClassName
{
background-color: #D90CC2;
}
</style>
border-color css
<style>
span { border-color: #D90CC2; }
span { border-color: rgb(217,12,194); }
td.TdClassName
{
border-color: #D90CC2;
}
.TagClassName
{
border-color: #D90CC2;
}
</style>