Shades of Deep Magenta #DE02D0
Tints of Deep Magenta #DE02D0
RGB
CMYK
RGB Variations
Color information
#DE02D0 (or 0xDE02D0) is known color: Deep Magenta. HEX triplet: DE, 02 and D0. RGB value is (222,2,208). Sum of RGB (Red+Green+Blue) = 222+2+208=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 2 (1.17% from 255 or 0.46% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02D0 is #21FD2F. Grayscale: #5A5A5A. Windows color (decimal): -2227504 or 13632222. OLE color: 13632222.
HSL color Cylindrical-coordinate representation of color #DE02D0: hue angle of 303.82º 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 #DE02D0 is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 208 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.13 |
| HSL | 303.82º | 0.98% | 0.44% | - |
| HSV(B) | 303.82º | 0.99% | 0.87% | - |
| XYZ | 41.53 | 20.13 | 61.37 | - |
| YUV | 91.26 | 193.89 | 221.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 208 | 0 | 0.99 | 0.06 | 0.13 | 303.82 | 0.98 | 0.44 |
| Hex | DE | 2 | D0 | 0 | 63 | 6 | D | 130 | 62 | 2C |
| Octal | 336 | 2 | 320 | 0 | 143 | 6 | 15 | 460 | 142 | 54 |
| Binary | 11011110 | 10 | 11010000 | 0 | 1100011 | 110 | 1101 | 100110000 | 1100010 | 101100 |
Color Harmonies of #DE02D0
Complementary color
Monochromatic Colors of #DE02D0
Black with #DE02D0
Text Example
Text Example
White with #DE02D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE02D0; }
p { color: rgb(222,2,208); }
H1.HeaderClassName
{
color: #DE02D0;
}
.AnyTagClassName
{
color: #DE02D0;
}
</style>
background-color css
<style>
a { background-color: #DE02D0; }
a { background-color: rgb(222,2,208); }
div.DivClassName
{
background-color: #DE02D0;
}
.BgClassName
{
background-color: #DE02D0;
}
</style>
border-color css
<style>
span { border-color: #DE02D0; }
span { border-color: rgb(222,2,208); }
td.TdClassName
{
border-color: #DE02D0;
}
.TagClassName
{
border-color: #DE02D0;
}
</style>