Shades of Deep Magenta #DE02CF
Tints of Deep Magenta #DE02CF
RGB
CMYK
RGB Variations
Color information
#DE02CF (or 0xDE02CF) is known color: Deep Magenta. HEX triplet: DE, 02 and CF. RGB value is (222,2,207). Sum of RGB (Red+Green+Blue) = 222+2+207=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 2 (1.17% from 255 or 0.46% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE02CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02CF is #21FD30. Grayscale: #5A5A5A. Windows color (decimal): -2227505 or 13566686. OLE color: 13566686.
HSL color Cylindrical-coordinate representation of color #DE02CF: hue angle of 304.09º 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 #DE02CF is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 207 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.13 |
| HSL | 304.09º | 0.98% | 0.44% | - |
| HSV(B) | 304.09º | 0.99% | 0.87% | - |
| XYZ | 41.41 | 20.08 | 60.72 | - |
| YUV | 91.15 | 193.39 | 221.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 207 | 0 | 0.99 | 0.07 | 0.13 | 304.09 | 0.98 | 0.44 |
| Hex | DE | 2 | CF | 0 | 63 | 7 | D | 130 | 62 | 2C |
| Octal | 336 | 2 | 317 | 0 | 143 | 7 | 15 | 460 | 142 | 54 |
| Binary | 11011110 | 10 | 11001111 | 0 | 1100011 | 111 | 1101 | 100110000 | 1100010 | 101100 |
Color Harmonies of #DE02CF
Complementary color
Monochromatic Colors of #DE02CF
Black with #DE02CF
Text Example
Text Example
White with #DE02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE02CF; }
p { color: rgb(222,2,207); }
H1.HeaderClassName
{
color: #DE02CF;
}
.AnyTagClassName
{
color: #DE02CF;
}
</style>
background-color css
<style>
a { background-color: #DE02CF; }
a { background-color: rgb(222,2,207); }
div.DivClassName
{
background-color: #DE02CF;
}
.BgClassName
{
background-color: #DE02CF;
}
</style>
border-color css
<style>
span { border-color: #DE02CF; }
span { border-color: rgb(222,2,207); }
td.TdClassName
{
border-color: #DE02CF;
}
.TagClassName
{
border-color: #DE02CF;
}
</style>