Shades of Deep Magenta #DF02E0
Tints of Deep Magenta #DF02E0
RGB
CMYK
RGB Variations
Color information
#DF02E0 (or 0xDF02E0) is known color: Deep Magenta. HEX triplet: DF, 02 and E0. RGB value is (223,2,224). Sum of RGB (Red+Green+Blue) = 223+2+224=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 2 (1.17% from 255 or 0.45% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #DF02E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF02E0 is #20FD1F. Grayscale: #5C5C5C. Windows color (decimal): -2161952 or 14680799. OLE color: 14680799.
HSL color Cylindrical-coordinate representation of color #DF02E0: hue angle of 299.73º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF02E0 is Cyan = 0.00, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 2 | 224 | - |
| CMYK | 0.00 | 0.99 | 0 | 0.12 |
| HSL | 299.73º | 0.98% | 0.44% | - |
| HSV(B) | 299.73º | 0.99% | 0.88% | - |
| XYZ | 43.91 | 21.11 | 72.28 | - |
| YUV | 93.39 | 201.72 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 224 | 0.00 | 0.99 | 0 | 0.12 | 299.73 | 0.98 | 0.44 |
| Hex | DF | 2 | E0 | 0 | 63 | 0 | C | 12C | 62 | 2C |
| Octal | 337 | 2 | 340 | 0 | 143 | 0 | 14 | 454 | 142 | 54 |
| Binary | 11011111 | 10 | 11100000 | 0 | 1100011 | 0 | 1100 | 100101100 | 1100010 | 101100 |
Color Harmonies of #DF02E0
Complementary color
Monochromatic Colors of #DF02E0
Black with #DF02E0
Text Example
Text Example
White with #DF02E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF02E0; }
p { color: rgb(223,2,224); }
H1.HeaderClassName
{
color: #DF02E0;
}
.AnyTagClassName
{
color: #DF02E0;
}
</style>
background-color css
<style>
a { background-color: #DF02E0; }
a { background-color: rgb(223,2,224); }
div.DivClassName
{
background-color: #DF02E0;
}
.BgClassName
{
background-color: #DF02E0;
}
</style>
border-color css
<style>
span { border-color: #DF02E0; }
span { border-color: rgb(223,2,224); }
td.TdClassName
{
border-color: #DF02E0;
}
.TagClassName
{
border-color: #DF02E0;
}
</style>