Shades of Deep Magenta #DF0AD6
Tints of Deep Magenta #DF0AD6
RGB
CMYK
RGB Variations
Color information
#DF0AD6 (or 0xDF0AD6) is known color: Deep Magenta. HEX triplet: DF, 0A and D6. RGB value is (223,10,214). Sum of RGB (Red+Green+Blue) = 223+10+214=447 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.89% from 447); Green value is 10 (4.30% from 255 or 2.24% from 447); Blue value is 214 (83.98% from 255 or 47.87% from 447); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0AD6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0AD6 is #20F529. Grayscale: #606060. Windows color (decimal): -2159914 or 14027487. OLE color: 14027487.
HSL color Cylindrical-coordinate representation of color #DF0AD6: hue angle of 302.54º 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 #DF0AD6 is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 214 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.13 |
| HSL | 302.54º | 0.91% | 0.46% | - |
| HSV(B) | 302.54º | 0.96% | 0.87% | - |
| XYZ | 42.68 | 20.76 | 65.38 | - |
| YUV | 96.94 | 194.07 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 214 | 0 | 0.96 | 0.04 | 0.13 | 302.54 | 0.91 | 0.46 |
| Hex | DF | A | D6 | 0 | 60 | 4 | D | 12F | 5B | 2E |
| Octal | 337 | 12 | 326 | 0 | 140 | 4 | 15 | 457 | 133 | 56 |
| Binary | 11011111 | 1010 | 11010110 | 0 | 1100000 | 100 | 1101 | 100101111 | 1011011 | 101110 |
Color Harmonies of #DF0AD6
Complementary color
Monochromatic Colors of #DF0AD6
Black with #DF0AD6
Text Example
Text Example
White with #DF0AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0AD6; }
p { color: rgb(223,10,214); }
H1.HeaderClassName
{
color: #DF0AD6;
}
.AnyTagClassName
{
color: #DF0AD6;
}
</style>
background-color css
<style>
a { background-color: #DF0AD6; }
a { background-color: rgb(223,10,214); }
div.DivClassName
{
background-color: #DF0AD6;
}
.BgClassName
{
background-color: #DF0AD6;
}
</style>
border-color css
<style>
span { border-color: #DF0AD6; }
span { border-color: rgb(223,10,214); }
td.TdClassName
{
border-color: #DF0AD6;
}
.TagClassName
{
border-color: #DF0AD6;
}
</style>