Shades of Deep Magenta #DF0ADA
Tints of Deep Magenta #DF0ADA
RGB
CMYK
RGB Variations
Color information
#DF0ADA (or 0xDF0ADA) is known color: Deep Magenta. HEX triplet: DF, 0A and DA. RGB value is (223,10,218). Sum of RGB (Red+Green+Blue) = 223+10+218=451 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.45% from 451); Green value is 10 (4.30% from 255 or 2.22% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ADA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ADA is #20F525. Grayscale: #606060. Windows color (decimal): -2159910 or 14289631. OLE color: 14289631.
HSL color Cylindrical-coordinate representation of color #DF0ADA: hue angle of 301.41º 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 #DF0ADA is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 218 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.13 |
| HSL | 301.41º | 0.91% | 0.46% | - |
| HSV(B) | 301.41º | 0.96% | 0.87% | - |
| XYZ | 43.19 | 20.97 | 68.1 | - |
| YUV | 97.4 | 196.07 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 218 | 0 | 0.96 | 0.02 | 0.13 | 301.41 | 0.91 | 0.46 |
| Hex | DF | A | DA | 0 | 60 | 2 | D | 12D | 5B | 2E |
| Octal | 337 | 12 | 332 | 0 | 140 | 2 | 15 | 455 | 133 | 56 |
| Binary | 11011111 | 1010 | 11011010 | 0 | 1100000 | 10 | 1101 | 100101101 | 1011011 | 101110 |
Color Harmonies of #DF0ADA
Complementary color
Monochromatic Colors of #DF0ADA
Black with #DF0ADA
Text Example
Text Example
White with #DF0ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ADA; }
p { color: rgb(223,10,218); }
H1.HeaderClassName
{
color: #DF0ADA;
}
.AnyTagClassName
{
color: #DF0ADA;
}
</style>
background-color css
<style>
a { background-color: #DF0ADA; }
a { background-color: rgb(223,10,218); }
div.DivClassName
{
background-color: #DF0ADA;
}
.BgClassName
{
background-color: #DF0ADA;
}
</style>
border-color css
<style>
span { border-color: #DF0ADA; }
span { border-color: rgb(223,10,218); }
td.TdClassName
{
border-color: #DF0ADA;
}
.TagClassName
{
border-color: #DF0ADA;
}
</style>