Shades of Deep Magenta #DF0ED6
Tints of Deep Magenta #DF0ED6
RGB
CMYK
RGB Variations
Color information
#DF0ED6 (or 0xDF0ED6) is known color: Deep Magenta. HEX triplet: DF, 0E and D6. RGB value is (223,14,214). Sum of RGB (Red+Green+Blue) = 223+14+214=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 14 (5.86% from 255 or 3.10% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ED6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ED6 is #20F129. Grayscale: #626262. Windows color (decimal): -2158890 or 14028511. OLE color: 14028511.
HSL color Cylindrical-coordinate representation of color #DF0ED6: hue angle of 302.58º 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 #DF0ED6 is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 14 | 214 | - |
| CMYK | 0 | 0.94 | 0.04 | 0.13 |
| HSL | 302.58º | 0.88% | 0.46% | - |
| HSV(B) | 302.58º | 0.94% | 0.87% | - |
| XYZ | 42.73 | 20.86 | 65.39 | - |
| YUV | 99.29 | 192.74 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 14 | 214 | 0 | 0.94 | 0.04 | 0.13 | 302.58 | 0.88 | 0.46 |
| Hex | DF | E | D6 | 0 | 5E | 4 | D | 12F | 58 | 2E |
| Octal | 337 | 16 | 326 | 0 | 136 | 4 | 15 | 457 | 130 | 56 |
| Binary | 11011111 | 1110 | 11010110 | 0 | 1011110 | 100 | 1101 | 100101111 | 1011000 | 101110 |
Color Harmonies of #DF0ED6
Complementary color
Monochromatic Colors of #DF0ED6
Black with #DF0ED6
Text Example
Text Example
White with #DF0ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ED6; }
p { color: rgb(223,14,214); }
H1.HeaderClassName
{
color: #DF0ED6;
}
.AnyTagClassName
{
color: #DF0ED6;
}
</style>
background-color css
<style>
a { background-color: #DF0ED6; }
a { background-color: rgb(223,14,214); }
div.DivClassName
{
background-color: #DF0ED6;
}
.BgClassName
{
background-color: #DF0ED6;
}
</style>
border-color css
<style>
span { border-color: #DF0ED6; }
span { border-color: rgb(223,14,214); }
td.TdClassName
{
border-color: #DF0ED6;
}
.TagClassName
{
border-color: #DF0ED6;
}
</style>