Shades of Deep Magenta #DF0ADD
Tints of Deep Magenta #DF0ADD
RGB
CMYK
RGB Variations
Color information
#DF0ADD (or 0xDF0ADD) is known color: Deep Magenta. HEX triplet: DF, 0A and DD. RGB value is (223,10,221). Sum of RGB (Red+Green+Blue) = 223+10+221=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 10 (4.30% from 255 or 2.20% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ADD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ADD is #20F522. Grayscale: #616161. Windows color (decimal): -2159907 or 14486239. OLE color: 14486239.
HSL color Cylindrical-coordinate representation of color #DF0ADD: hue angle of 300.56º 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 #DF0ADD is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 221 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.13 |
| HSL | 300.56º | 0.91% | 0.46% | - |
| HSV(B) | 300.56º | 0.96% | 0.87% | - |
| XYZ | 43.59 | 21.13 | 70.19 | - |
| YUV | 97.74 | 197.57 | 217.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 221 | 0 | 0.96 | 0.01 | 0.13 | 300.56 | 0.91 | 0.46 |
| Hex | DF | A | DD | 0 | 60 | 1 | D | 12D | 5B | 2E |
| Octal | 337 | 12 | 335 | 0 | 140 | 1 | 15 | 455 | 133 | 56 |
| Binary | 11011111 | 1010 | 11011101 | 0 | 1100000 | 1 | 1101 | 100101101 | 1011011 | 101110 |
Color Harmonies of #DF0ADD
Complementary color
Monochromatic Colors of #DF0ADD
Black with #DF0ADD
Text Example
Text Example
White with #DF0ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ADD; }
p { color: rgb(223,10,221); }
H1.HeaderClassName
{
color: #DF0ADD;
}
.AnyTagClassName
{
color: #DF0ADD;
}
</style>
background-color css
<style>
a { background-color: #DF0ADD; }
a { background-color: rgb(223,10,221); }
div.DivClassName
{
background-color: #DF0ADD;
}
.BgClassName
{
background-color: #DF0ADD;
}
</style>
border-color css
<style>
span { border-color: #DF0ADD; }
span { border-color: rgb(223,10,221); }
td.TdClassName
{
border-color: #DF0ADD;
}
.TagClassName
{
border-color: #DF0ADD;
}
</style>