Shades of Deep Magenta #DC02DD
Tints of Deep Magenta #DC02DD
RGB
CMYK
RGB Variations
Color information
#DC02DD (or 0xDC02DD) is known color: Deep Magenta. HEX triplet: DC, 02 and DD. RGB value is (220,2,221). Sum of RGB (Red+Green+Blue) = 220+2+221=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 2 (1.17% from 255 or 0.45% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02DD is #23FD22. Grayscale: #5B5B5B. Windows color (decimal): -2358563 or 14484188. OLE color: 14484188.
HSL color Cylindrical-coordinate representation of color #DC02DD: hue angle of 299.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02DD is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 2 | 221 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.13 |
| HSL | 299.73º | 0.98% | 0.44% | - |
| HSV(B) | 299.73º | 0.99% | 0.87% | - |
| XYZ | 42.59 | 20.48 | 70.11 | - |
| YUV | 92.15 | 200.72 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 221 | 0.00 | 0.99 | 0 | 0.13 | 299.73 | 0.98 | 0.44 |
| Hex | DC | 2 | DD | 0 | 63 | 0 | D | 12C | 62 | 2C |
| Octal | 334 | 2 | 335 | 0 | 143 | 0 | 15 | 454 | 142 | 54 |
| Binary | 11011100 | 10 | 11011101 | 0 | 1100011 | 0 | 1101 | 100101100 | 1100010 | 101100 |
Color Harmonies of #DC02DD
Complementary color
Monochromatic Colors of #DC02DD
Black with #DC02DD
Text Example
Text Example
White with #DC02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02DD; }
p { color: rgb(220,2,221); }
H1.HeaderClassName
{
color: #DC02DD;
}
.AnyTagClassName
{
color: #DC02DD;
}
</style>
background-color css
<style>
a { background-color: #DC02DD; }
a { background-color: rgb(220,2,221); }
div.DivClassName
{
background-color: #DC02DD;
}
.BgClassName
{
background-color: #DC02DD;
}
</style>
border-color css
<style>
span { border-color: #DC02DD; }
span { border-color: rgb(220,2,221); }
td.TdClassName
{
border-color: #DC02DD;
}
.TagClassName
{
border-color: #DC02DD;
}
</style>