Shades of Deep Magenta #DE02DF
Tints of Deep Magenta #DE02DF
RGB
CMYK
RGB Variations
Color information
#DE02DF (or 0xDE02DF) is known color: Deep Magenta. HEX triplet: DE, 02 and DF. RGB value is (222,2,223). Sum of RGB (Red+Green+Blue) = 222+2+223=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 2 (1.17% from 255 or 0.45% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DE02DF is #21FD20. Grayscale: #5C5C5C. Windows color (decimal): -2227489 or 14615262. OLE color: 14615262.
HSL color Cylindrical-coordinate representation of color #DE02DF: 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 #DE02DF is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 2 | 223 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.13 |
| HSL | 299.73º | 0.98% | 0.44% | - |
| HSV(B) | 299.73º | 0.99% | 0.87% | - |
| XYZ | 43.47 | 20.9 | 71.56 | - |
| YUV | 92.97 | 201.39 | 220.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 2 | 223 | 0.00 | 0.99 | 0 | 0.13 | 299.73 | 0.98 | 0.44 |
| Hex | DE | 2 | DF | 0 | 63 | 0 | D | 12C | 62 | 2C |
| Octal | 336 | 2 | 337 | 0 | 143 | 0 | 15 | 454 | 142 | 54 |
| Binary | 11011110 | 10 | 11011111 | 0 | 1100011 | 0 | 1101 | 100101100 | 1100010 | 101100 |
Color Harmonies of #DE02DF
Complementary color
Monochromatic Colors of #DE02DF
Black with #DE02DF
Text Example
Text Example
White with #DE02DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE02DF; }
p { color: rgb(222,2,223); }
H1.HeaderClassName
{
color: #DE02DF;
}
.AnyTagClassName
{
color: #DE02DF;
}
</style>
background-color css
<style>
a { background-color: #DE02DF; }
a { background-color: rgb(222,2,223); }
div.DivClassName
{
background-color: #DE02DF;
}
.BgClassName
{
background-color: #DE02DF;
}
</style>
border-color css
<style>
span { border-color: #DE02DF; }
span { border-color: rgb(222,2,223); }
td.TdClassName
{
border-color: #DE02DF;
}
.TagClassName
{
border-color: #DE02DF;
}
</style>