Shades of Deep Magenta #DF0EC7
Tints of Deep Magenta #DF0EC7
RGB
CMYK
RGB Variations
Color information
#DF0EC7 (or 0xDF0EC7) is known color: Deep Magenta. HEX triplet: DF, 0E and C7. RGB value is (223,14,199). Sum of RGB (Red+Green+Blue) = 223+14+199=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 14 (5.86% from 255 or 3.21% from 436); Blue value is 199 (78.12% from 255 or 45.64% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0EC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0EC7 is #20F138. Grayscale: #616161. Windows color (decimal): -2158905 or 13045471. OLE color: 13045471.
HSL color Cylindrical-coordinate representation of color #DF0EC7: hue angle of 306.89º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0EC7 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 199 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.13 |
| HSL | 306.89º | 0.88% | 0.46% | - |
| HSV(B) | 306.89º | 0.94% | 0.87% | - |
| XYZ | 40.9 | 20.13 | 55.76 | - |
| YUV | 97.58 | 185.24 | 217.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 199 | 0 | 0.94 | 0.11 | 0.13 | 306.89 | 0.88 | 0.46 |
| Hex | DF | E | C7 | 0 | 5E | B | D | 133 | 58 | 2E |
| Octal | 337 | 16 | 307 | 0 | 136 | 13 | 15 | 463 | 130 | 56 |
| Binary | 11011111 | 1110 | 11000111 | 0 | 1011110 | 1011 | 1101 | 100110011 | 1011000 | 101110 |
Color Harmonies of #DF0EC7
Complementary color
Monochromatic Colors of #DF0EC7
Black with #DF0EC7
Text Example
Text Example
White with #DF0EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0EC7; }
p { color: rgb(223,14,199); }
H1.HeaderClassName
{
color: #DF0EC7;
}
.AnyTagClassName
{
color: #DF0EC7;
}
</style>
background-color css
<style>
a { background-color: #DF0EC7; }
a { background-color: rgb(223,14,199); }
div.DivClassName
{
background-color: #DF0EC7;
}
.BgClassName
{
background-color: #DF0EC7;
}
</style>
border-color css
<style>
span { border-color: #DF0EC7; }
span { border-color: rgb(223,14,199); }
td.TdClassName
{
border-color: #DF0EC7;
}
.TagClassName
{
border-color: #DF0EC7;
}
</style>