Shades of Deep Magenta #DF0ED0
Tints of Deep Magenta #DF0ED0
RGB
CMYK
RGB Variations
Color information
#DF0ED0 (or 0xDF0ED0) is known color: Deep Magenta. HEX triplet: DF, 0E and D0. RGB value is (223,14,208). Sum of RGB (Red+Green+Blue) = 223+14+208=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 14 (5.86% from 255 or 3.15% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ED0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ED0 is #20F12F. Grayscale: #626262. Windows color (decimal): -2158896 or 13635295. OLE color: 13635295.
HSL color Cylindrical-coordinate representation of color #DF0ED0: hue angle of 304.31º 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 #DF0ED0 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 208 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.13 |
| HSL | 304.31º | 0.88% | 0.46% | - |
| HSV(B) | 304.31º | 0.94% | 0.87% | - |
| XYZ | 41.97 | 20.56 | 61.43 | - |
| YUV | 98.61 | 189.74 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 208 | 0 | 0.94 | 0.07 | 0.13 | 304.31 | 0.88 | 0.46 |
| Hex | DF | E | D0 | 0 | 5E | 7 | D | 130 | 58 | 2E |
| Octal | 337 | 16 | 320 | 0 | 136 | 7 | 15 | 460 | 130 | 56 |
| Binary | 11011111 | 1110 | 11010000 | 0 | 1011110 | 111 | 1101 | 100110000 | 1011000 | 101110 |
Color Harmonies of #DF0ED0
Complementary color
Monochromatic Colors of #DF0ED0
Black with #DF0ED0
Text Example
Text Example
White with #DF0ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ED0; }
p { color: rgb(223,14,208); }
H1.HeaderClassName
{
color: #DF0ED0;
}
.AnyTagClassName
{
color: #DF0ED0;
}
</style>
background-color css
<style>
a { background-color: #DF0ED0; }
a { background-color: rgb(223,14,208); }
div.DivClassName
{
background-color: #DF0ED0;
}
.BgClassName
{
background-color: #DF0ED0;
}
</style>
border-color css
<style>
span { border-color: #DF0ED0; }
span { border-color: rgb(223,14,208); }
td.TdClassName
{
border-color: #DF0ED0;
}
.TagClassName
{
border-color: #DF0ED0;
}
</style>