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