Shades of Deep Magenta #DC02D6
Tints of Deep Magenta #DC02D6
RGB
CMYK
RGB Variations
Color information
#DC02D6 (or 0xDC02D6) is known color: Deep Magenta. HEX triplet: DC, 02 and D6. RGB value is (220,2,214). Sum of RGB (Red+Green+Blue) = 220+2+214=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 2 (1.17% from 255 or 0.46% from 436); Blue value is 214 (83.98% from 255 or 49.08% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02D6 is #23FD29. Grayscale: #5A5A5A. Windows color (decimal): -2358570 or 14025436. OLE color: 14025436.
HSL color Cylindrical-coordinate representation of color #DC02D6: hue angle of 301.65º 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 #DC02D6 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 214 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.14 |
| HSL | 301.65º | 0.98% | 0.44% | - |
| HSV(B) | 301.65º | 0.99% | 0.86% | - |
| XYZ | 41.67 | 20.11 | 65.3 | - |
| YUV | 91.35 | 197.22 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 214 | 0 | 0.99 | 0.03 | 0.14 | 301.65 | 0.98 | 0.44 |
| Hex | DC | 2 | D6 | 0 | 63 | 3 | E | 12E | 62 | 2C |
| Octal | 334 | 2 | 326 | 0 | 143 | 3 | 16 | 456 | 142 | 54 |
| Binary | 11011100 | 10 | 11010110 | 0 | 1100011 | 11 | 1110 | 100101110 | 1100010 | 101100 |
Color Harmonies of #DC02D6
Complementary color
Monochromatic Colors of #DC02D6
Black with #DC02D6
Text Example
Text Example
White with #DC02D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02D6; }
p { color: rgb(220,2,214); }
H1.HeaderClassName
{
color: #DC02D6;
}
.AnyTagClassName
{
color: #DC02D6;
}
</style>
background-color css
<style>
a { background-color: #DC02D6; }
a { background-color: rgb(220,2,214); }
div.DivClassName
{
background-color: #DC02D6;
}
.BgClassName
{
background-color: #DC02D6;
}
</style>
border-color css
<style>
span { border-color: #DC02D6; }
span { border-color: rgb(220,2,214); }
td.TdClassName
{
border-color: #DC02D6;
}
.TagClassName
{
border-color: #DC02D6;
}
</style>