Shades of Deep Magenta #D20CC9
Tints of Deep Magenta #D20CC9
RGB
CMYK
RGB Variations
Color information
#D20CC9 (or 0xD20CC9) is known color: Deep Magenta. HEX triplet: D2, 0C and C9. RGB value is (210,12,201). Sum of RGB (Red+Green+Blue) = 210+12+201=423 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.65% from 423); Green value is 12 (5.08% from 255 or 2.84% from 423); Blue value is 201 (78.91% from 255 or 47.52% from 423); Max value from RGB is 210 - color contains mainly: red. Hex color #D20CC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D20CC9 is #2DF336. Grayscale: #5C5C5C. Windows color (decimal): -3011383 or 13176018. OLE color: 13176018.
HSL color Cylindrical-coordinate representation of color #D20CC9: hue angle of 302.73º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20CC9 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 12 | 201 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.18 |
| HSL | 302.73º | 0.89% | 0.44% | - |
| HSV(B) | 302.73º | 0.94% | 0.82% | - |
| XYZ | 37.25 | 18.18 | 56.8 | - |
| YUV | 92.75 | 189.1 | 211.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 12 | 201 | 0 | 0.94 | 0.04 | 0.18 | 302.73 | 0.89 | 0.44 |
| Hex | D2 | C | C9 | 0 | 5E | 4 | 12 | 12F | 59 | 2C |
| Octal | 322 | 14 | 311 | 0 | 136 | 4 | 22 | 457 | 131 | 54 |
| Binary | 11010010 | 1100 | 11001001 | 0 | 1011110 | 100 | 10010 | 100101111 | 1011001 | 101100 |
Color Harmonies of #D20CC9
Complementary color
Monochromatic Colors of #D20CC9
Black with #D20CC9
Text Example
Text Example
White with #D20CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D20CC9; }
p { color: rgb(210,12,201); }
H1.HeaderClassName
{
color: #D20CC9;
}
.AnyTagClassName
{
color: #D20CC9;
}
</style>
background-color css
<style>
a { background-color: #D20CC9; }
a { background-color: rgb(210,12,201); }
div.DivClassName
{
background-color: #D20CC9;
}
.BgClassName
{
background-color: #D20CC9;
}
</style>
border-color css
<style>
span { border-color: #D20CC9; }
span { border-color: rgb(210,12,201); }
td.TdClassName
{
border-color: #D20CC9;
}
.TagClassName
{
border-color: #D20CC9;
}
</style>