Shades of Deep Magenta #DC02DA
Tints of Deep Magenta #DC02DA
RGB
CMYK
RGB Variations
Color information
#DC02DA (or 0xDC02DA) is known color: Deep Magenta. HEX triplet: DC, 02 and DA. RGB value is (220,2,218). Sum of RGB (Red+Green+Blue) = 220+2+218=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 2 (1.17% from 255 or 0.45% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02DA is #23FD25. Grayscale: #5B5B5B. Windows color (decimal): -2358566 or 14287580. OLE color: 14287580.
HSL color Cylindrical-coordinate representation of color #DC02DA: hue angle of 300.55º 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 #DC02DA is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 218 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.14 |
| HSL | 300.55º | 0.98% | 0.44% | - |
| HSV(B) | 300.55º | 0.99% | 0.86% | - |
| XYZ | 42.19 | 20.32 | 68.03 | - |
| YUV | 91.81 | 199.22 | 219.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 218 | 0 | 0.99 | 0.01 | 0.14 | 300.55 | 0.98 | 0.44 |
| Hex | DC | 2 | DA | 0 | 63 | 1 | E | 12D | 62 | 2C |
| Octal | 334 | 2 | 332 | 0 | 143 | 1 | 16 | 455 | 142 | 54 |
| Binary | 11011100 | 10 | 11011010 | 0 | 1100011 | 1 | 1110 | 100101101 | 1100010 | 101100 |
Color Harmonies of #DC02DA
Complementary color
Monochromatic Colors of #DC02DA
Black with #DC02DA
Text Example
Text Example
White with #DC02DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02DA; }
p { color: rgb(220,2,218); }
H1.HeaderClassName
{
color: #DC02DA;
}
.AnyTagClassName
{
color: #DC02DA;
}
</style>
background-color css
<style>
a { background-color: #DC02DA; }
a { background-color: rgb(220,2,218); }
div.DivClassName
{
background-color: #DC02DA;
}
.BgClassName
{
background-color: #DC02DA;
}
</style>
border-color css
<style>
span { border-color: #DC02DA; }
span { border-color: rgb(220,2,218); }
td.TdClassName
{
border-color: #DC02DA;
}
.TagClassName
{
border-color: #DC02DA;
}
</style>