Shades of Deep Magenta #DF0EE1
Tints of Deep Magenta #DF0EE1
RGB
CMYK
RGB Variations
Color information
#DF0EE1 (or 0xDF0EE1) is known color: Deep Magenta. HEX triplet: DF, 0E and E1. RGB value is (223,14,225). Sum of RGB (Red+Green+Blue) = 223+14+225=462 (61% of max value = 765). Red value is 223 (87.5% from 255 or 48.27% from 462); Green value is 14 (5.86% from 255 or 3.03% from 462); Blue value is 225 (88.28% from 255 or 48.70% from 462); Max value from RGB is 225 - color contains mainly: blue. Hex color #DF0EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EE1 is #20F11E. Grayscale: #636363. Windows color (decimal): -2158879 or 14749407. OLE color: 14749407.
HSL color Cylindrical-coordinate representation of color #DF0EE1: hue angle of 299.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EE1 is Cyan = 0.01, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 14 | 225 | - |
| CMYK | 0.01 | 0.94 | 0 | 0.12 |
| HSL | 299.43º | 0.88% | 0.47% | - |
| HSV(B) | 299.43º | 0.94% | 0.88% | - |
| XYZ | 44.18 | 21.44 | 73.04 | - |
| YUV | 100.55 | 198.24 | 215.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 225 | 0.01 | 0.94 | 0 | 0.12 | 299.43 | 0.88 | 0.47 |
| Hex | DF | E | E1 | 1 | 5E | 0 | C | 12B | 58 | 2F |
| Octal | 337 | 16 | 341 | 1 | 136 | 0 | 14 | 453 | 130 | 57 |
| Binary | 11011111 | 1110 | 11100001 | 1 | 1011110 | 0 | 1100 | 100101011 | 1011000 | 101111 |
Color Harmonies of #DF0EE1
Complementary color
Monochromatic Colors of #DF0EE1
Black with #DF0EE1
Text Example
Text Example
White with #DF0EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EE1; }
p { color: rgb(223,14,225); }
H1.HeaderClassName
{
color: #DF0EE1;
}
.AnyTagClassName
{
color: #DF0EE1;
}
</style>
background-color css
<style>
a { background-color: #DF0EE1; }
a { background-color: rgb(223,14,225); }
div.DivClassName
{
background-color: #DF0EE1;
}
.BgClassName
{
background-color: #DF0EE1;
}
</style>
border-color css
<style>
span { border-color: #DF0EE1; }
span { border-color: rgb(223,14,225); }
td.TdClassName
{
border-color: #DF0EE1;
}
.TagClassName
{
border-color: #DF0EE1;
}
</style>