Shades of Deep Magenta #DF0ACC
Tints of Deep Magenta #DF0ACC
RGB
CMYK
RGB Variations
Color information
#DF0ACC (or 0xDF0ACC) is known color: Deep Magenta. HEX triplet: DF, 0A and CC. RGB value is (223,10,204). Sum of RGB (Red+Green+Blue) = 223+10+204=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 10 (4.30% from 255 or 2.29% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0ACC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0ACC is #20F533. Grayscale: #5F5F5F. Windows color (decimal): -2159924 or 13372127. OLE color: 13372127.
HSL color Cylindrical-coordinate representation of color #DF0ACC: hue angle of 305.35º 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 #DF0ACC is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 10 | 204 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.13 |
| HSL | 305.35º | 0.91% | 0.46% | - |
| HSV(B) | 305.35º | 0.96% | 0.87% | - |
| XYZ | 41.44 | 20.26 | 58.85 | - |
| YUV | 95.8 | 189.07 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 10 | 204 | 0 | 0.96 | 0.09 | 0.13 | 305.35 | 0.91 | 0.46 |
| Hex | DF | A | CC | 0 | 60 | 9 | D | 131 | 5B | 2E |
| Octal | 337 | 12 | 314 | 0 | 140 | 11 | 15 | 461 | 133 | 56 |
| Binary | 11011111 | 1010 | 11001100 | 0 | 1100000 | 1001 | 1101 | 100110001 | 1011011 | 101110 |
Color Harmonies of #DF0ACC
Complementary color
Monochromatic Colors of #DF0ACC
Black with #DF0ACC
Text Example
Text Example
White with #DF0ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0ACC; }
p { color: rgb(223,10,204); }
H1.HeaderClassName
{
color: #DF0ACC;
}
.AnyTagClassName
{
color: #DF0ACC;
}
</style>
background-color css
<style>
a { background-color: #DF0ACC; }
a { background-color: rgb(223,10,204); }
div.DivClassName
{
background-color: #DF0ACC;
}
.BgClassName
{
background-color: #DF0ACC;
}
</style>
border-color css
<style>
span { border-color: #DF0ACC; }
span { border-color: rgb(223,10,204); }
td.TdClassName
{
border-color: #DF0ACC;
}
.TagClassName
{
border-color: #DF0ACC;
}
</style>