Shades of Deep Magenta #DC02DE
Tints of Deep Magenta #DC02DE
RGB
CMYK
RGB Variations
Color information
#DC02DE (or 0xDC02DE) is known color: Deep Magenta. HEX triplet: DC, 02 and DE. RGB value is (220,2,222). Sum of RGB (Red+Green+Blue) = 220+2+222=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 2 (1.17% from 255 or 0.45% from 444); Blue value is 222 (87.11% from 255 or 50% from 444); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC02DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02DE is #23FD21. Grayscale: #5B5B5B. Windows color (decimal): -2358562 or 14549724. OLE color: 14549724.
HSL color Cylindrical-coordinate representation of color #DC02DE: hue angle of 299.45º 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 #DC02DE is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 2 | 222 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.13 |
| HSL | 299.45º | 0.98% | 0.44% | - |
| HSV(B) | 299.45º | 0.99% | 0.87% | - |
| XYZ | 42.72 | 20.53 | 70.82 | - |
| YUV | 92.26 | 201.22 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 222 | 0.01 | 0.99 | 0 | 0.13 | 299.45 | 0.98 | 0.44 |
| Hex | DC | 2 | DE | 1 | 63 | 0 | D | 12B | 62 | 2C |
| Octal | 334 | 2 | 336 | 1 | 143 | 0 | 15 | 453 | 142 | 54 |
| Binary | 11011100 | 10 | 11011110 | 1 | 1100011 | 0 | 1101 | 100101011 | 1100010 | 101100 |
Color Harmonies of #DC02DE
Complementary color
Monochromatic Colors of #DC02DE
Black with #DC02DE
Text Example
Text Example
White with #DC02DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC02DE; }
p { color: rgb(220,2,222); }
H1.HeaderClassName
{
color: #DC02DE;
}
.AnyTagClassName
{
color: #DC02DE;
}
</style>
background-color css
<style>
a { background-color: #DC02DE; }
a { background-color: rgb(220,2,222); }
div.DivClassName
{
background-color: #DC02DE;
}
.BgClassName
{
background-color: #DC02DE;
}
</style>
border-color css
<style>
span { border-color: #DC02DE; }
span { border-color: rgb(220,2,222); }
td.TdClassName
{
border-color: #DC02DE;
}
.TagClassName
{
border-color: #DC02DE;
}
</style>