Shades of Deep Magenta #DF0ADF
Tints of Deep Magenta #DF0ADF
RGB
CMYK
RGB Variations
Color information
#DF0ADF (or 0xDF0ADF) is known color: Deep Magenta. HEX triplet: DF, 0A and DF. RGB value is (223,10,223). Sum of RGB (Red+Green+Blue) = 223+10+223=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 10 (4.30% from 255 or 2.19% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF0ADF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ADF is #20F520. Grayscale: #616161. Windows color (decimal): -2159905 or 14617311. OLE color: 14617311.
HSL color Cylindrical-coordinate representation of color #DF0ADF: hue angle of 300º 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 #DF0ADF is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 223 | - |
| CMYK | 0 | 0.96 | 0 | 0.13 |
| HSL | 300º | 0.91% | 0.46% | - |
| HSV(B) | 300º | 0.96% | 0.87% | - |
| XYZ | 43.86 | 21.23 | 71.6 | - |
| YUV | 97.97 | 198.57 | 217.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 223 | 0 | 0.96 | 0 | 0.13 | 300 | 0.91 | 0.46 |
| Hex | DF | A | DF | 0 | 60 | 0 | D | 12C | 5B | 2E |
| Octal | 337 | 12 | 337 | 0 | 140 | 0 | 15 | 454 | 133 | 56 |
| Binary | 11011111 | 1010 | 11011111 | 0 | 1100000 | 0 | 1101 | 100101100 | 1011011 | 101110 |
Color Harmonies of #DF0ADF
Complementary color
Monochromatic Colors of #DF0ADF
Black with #DF0ADF
Text Example
Text Example
White with #DF0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ADF; }
p { color: rgb(223,10,223); }
H1.HeaderClassName
{
color: #DF0ADF;
}
.AnyTagClassName
{
color: #DF0ADF;
}
</style>
background-color css
<style>
a { background-color: #DF0ADF; }
a { background-color: rgb(223,10,223); }
div.DivClassName
{
background-color: #DF0ADF;
}
.BgClassName
{
background-color: #DF0ADF;
}
</style>
border-color css
<style>
span { border-color: #DF0ADF; }
span { border-color: rgb(223,10,223); }
td.TdClassName
{
border-color: #DF0ADF;
}
.TagClassName
{
border-color: #DF0ADF;
}
</style>