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