Shades of Deep Magenta #DF0ED9
Tints of Deep Magenta #DF0ED9
RGB
CMYK
RGB Variations
Color information
#DF0ED9 (or 0xDF0ED9) is known color: Deep Magenta. HEX triplet: DF, 0E and D9. RGB value is (223,14,217). Sum of RGB (Red+Green+Blue) = 223+14+217=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 14 (5.86% from 255 or 3.08% from 454); Blue value is 217 (85.16% from 255 or 47.80% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ED9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ED9 is #20F126. Grayscale: #636363. Windows color (decimal): -2158887 or 14225119. OLE color: 14225119.
HSL color Cylindrical-coordinate representation of color #DF0ED9: hue angle of 301.72º 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 #DF0ED9 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 217 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.13 |
| HSL | 301.72º | 0.88% | 0.46% | - |
| HSV(B) | 301.72º | 0.94% | 0.87% | - |
| XYZ | 43.11 | 21.01 | 67.43 | - |
| YUV | 99.63 | 194.24 | 215.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 217 | 0 | 0.94 | 0.03 | 0.13 | 301.72 | 0.88 | 0.46 |
| Hex | DF | E | D9 | 0 | 5E | 3 | D | 12E | 58 | 2E |
| Octal | 337 | 16 | 331 | 0 | 136 | 3 | 15 | 456 | 130 | 56 |
| Binary | 11011111 | 1110 | 11011001 | 0 | 1011110 | 11 | 1101 | 100101110 | 1011000 | 101110 |
Color Harmonies of #DF0ED9
Complementary color
Monochromatic Colors of #DF0ED9
Black with #DF0ED9
Text Example
Text Example
White with #DF0ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ED9; }
p { color: rgb(223,14,217); }
H1.HeaderClassName
{
color: #DF0ED9;
}
.AnyTagClassName
{
color: #DF0ED9;
}
</style>
background-color css
<style>
a { background-color: #DF0ED9; }
a { background-color: rgb(223,14,217); }
div.DivClassName
{
background-color: #DF0ED9;
}
.BgClassName
{
background-color: #DF0ED9;
}
</style>
border-color css
<style>
span { border-color: #DF0ED9; }
span { border-color: rgb(223,14,217); }
td.TdClassName
{
border-color: #DF0ED9;
}
.TagClassName
{
border-color: #DF0ED9;
}
</style>