Shades of Deep Magenta #DF0AD8
Tints of Deep Magenta #DF0AD8
RGB
CMYK
RGB Variations
Color information
#DF0AD8 (or 0xDF0AD8) is known color: Deep Magenta. HEX triplet: DF, 0A and D8. RGB value is (223,10,216). Sum of RGB (Red+Green+Blue) = 223+10+216=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 10 (4.30% from 255 or 2.23% from 449); Blue value is 216 (84.77% from 255 or 48.11% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AD8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0AD8 is #20F527. Grayscale: #606060. Windows color (decimal): -2159912 or 14158559. OLE color: 14158559.
HSL color Cylindrical-coordinate representation of color #DF0AD8: hue angle of 301.97º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0AD8 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 216 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.13 |
| HSL | 301.97º | 0.91% | 0.46% | - |
| HSV(B) | 301.97º | 0.96% | 0.87% | - |
| XYZ | 42.93 | 20.86 | 66.73 | - |
| YUV | 97.17 | 195.07 | 217.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 216 | 0 | 0.96 | 0.03 | 0.13 | 301.97 | 0.91 | 0.46 |
| Hex | DF | A | D8 | 0 | 60 | 3 | D | 12E | 5B | 2E |
| Octal | 337 | 12 | 330 | 0 | 140 | 3 | 15 | 456 | 133 | 56 |
| Binary | 11011111 | 1010 | 11011000 | 0 | 1100000 | 11 | 1101 | 100101110 | 1011011 | 101110 |
Color Harmonies of #DF0AD8
Complementary color
Monochromatic Colors of #DF0AD8
Black with #DF0AD8
Text Example
Text Example
White with #DF0AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0AD8; }
p { color: rgb(223,10,216); }
H1.HeaderClassName
{
color: #DF0AD8;
}
.AnyTagClassName
{
color: #DF0AD8;
}
</style>
background-color css
<style>
a { background-color: #DF0AD8; }
a { background-color: rgb(223,10,216); }
div.DivClassName
{
background-color: #DF0AD8;
}
.BgClassName
{
background-color: #DF0AD8;
}
</style>
border-color css
<style>
span { border-color: #DF0AD8; }
span { border-color: rgb(223,10,216); }
td.TdClassName
{
border-color: #DF0AD8;
}
.TagClassName
{
border-color: #DF0AD8;
}
</style>