Shades of Deep Magenta #DF0AD9
Tints of Deep Magenta #DF0AD9
RGB
CMYK
RGB Variations
Color information
#DF0AD9 (or 0xDF0AD9) is known color: Deep Magenta. HEX triplet: DF, 0A and D9. RGB value is (223,10,217). Sum of RGB (Red+Green+Blue) = 223+10+217=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 10 (4.30% from 255 or 2.22% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0AD9 is #20F526. Grayscale: #606060. Windows color (decimal): -2159911 or 14224095. OLE color: 14224095.
HSL color Cylindrical-coordinate representation of color #DF0AD9: hue angle of 301.69º 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 #DF0AD9 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 217 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.13 |
| HSL | 301.69º | 0.91% | 0.46% | - |
| HSV(B) | 301.69º | 0.96% | 0.87% | - |
| XYZ | 43.06 | 20.91 | 67.41 | - |
| YUV | 97.29 | 195.57 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 217 | 0 | 0.96 | 0.03 | 0.13 | 301.69 | 0.91 | 0.46 |
| Hex | DF | A | D9 | 0 | 60 | 3 | D | 12E | 5B | 2E |
| Octal | 337 | 12 | 331 | 0 | 140 | 3 | 15 | 456 | 133 | 56 |
| Binary | 11011111 | 1010 | 11011001 | 0 | 1100000 | 11 | 1101 | 100101110 | 1011011 | 101110 |
Color Harmonies of #DF0AD9
Complementary color
Monochromatic Colors of #DF0AD9
Black with #DF0AD9
Text Example
Text Example
White with #DF0AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0AD9; }
p { color: rgb(223,10,217); }
H1.HeaderClassName
{
color: #DF0AD9;
}
.AnyTagClassName
{
color: #DF0AD9;
}
</style>
background-color css
<style>
a { background-color: #DF0AD9; }
a { background-color: rgb(223,10,217); }
div.DivClassName
{
background-color: #DF0AD9;
}
.BgClassName
{
background-color: #DF0AD9;
}
</style>
border-color css
<style>
span { border-color: #DF0AD9; }
span { border-color: rgb(223,10,217); }
td.TdClassName
{
border-color: #DF0AD9;
}
.TagClassName
{
border-color: #DF0AD9;
}
</style>