Shades of Deep Magenta #DC02D9
Tints of Deep Magenta #DC02D9
RGB
CMYK
RGB Variations
Color information
#DC02D9 (or 0xDC02D9) is known color: Deep Magenta. HEX triplet: DC, 02 and D9. RGB value is (220,2,217). Sum of RGB (Red+Green+Blue) = 220+2+217=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 2 (1.17% from 255 or 0.46% from 439); Blue value is 217 (85.16% from 255 or 49.43% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02D9 is #23FD26. Grayscale: #5B5B5B. Windows color (decimal): -2358567 or 14222044. OLE color: 14222044.
HSL color Cylindrical-coordinate representation of color #DC02D9: hue angle of 300.83º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02D9 is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 217 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.14 |
| HSL | 300.83º | 0.98% | 0.44% | - |
| HSV(B) | 300.83º | 0.99% | 0.86% | - |
| XYZ | 42.06 | 20.27 | 67.34 | - |
| YUV | 91.69 | 198.72 | 219.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 217 | 0 | 0.99 | 0.01 | 0.14 | 300.83 | 0.98 | 0.44 |
| Hex | DC | 2 | D9 | 0 | 63 | 1 | E | 12D | 62 | 2C |
| Octal | 334 | 2 | 331 | 0 | 143 | 1 | 16 | 455 | 142 | 54 |
| Binary | 11011100 | 10 | 11011001 | 0 | 1100011 | 1 | 1110 | 100101101 | 1100010 | 101100 |
Color Harmonies of #DC02D9
Complementary color
Monochromatic Colors of #DC02D9
Black with #DC02D9
Text Example
Text Example
White with #DC02D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02D9; }
p { color: rgb(220,2,217); }
H1.HeaderClassName
{
color: #DC02D9;
}
.AnyTagClassName
{
color: #DC02D9;
}
</style>
background-color css
<style>
a { background-color: #DC02D9; }
a { background-color: rgb(220,2,217); }
div.DivClassName
{
background-color: #DC02D9;
}
.BgClassName
{
background-color: #DC02D9;
}
</style>
border-color css
<style>
span { border-color: #DC02D9; }
span { border-color: rgb(220,2,217); }
td.TdClassName
{
border-color: #DC02D9;
}
.TagClassName
{
border-color: #DC02D9;
}
</style>