Shades of Deep Magenta #DF0DCC
Tints of Deep Magenta #DF0DCC
RGB
CMYK
RGB Variations
Color information
#DF0DCC (or 0xDF0DCC) is known color: Deep Magenta. HEX triplet: DF, 0D and CC. RGB value is (223,13,204). Sum of RGB (Red+Green+Blue) = 223+13+204=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 13 (5.47% from 255 or 2.95% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DCC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DCC is #20F233. Grayscale: #616161. Windows color (decimal): -2159156 or 13372895. OLE color: 13372895.
HSL color Cylindrical-coordinate representation of color #DF0DCC: hue angle of 305.43º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF0DCC is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 204 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.13 |
| HSL | 305.43º | 0.89% | 0.46% | - |
| HSV(B) | 305.43º | 0.94% | 0.87% | - |
| XYZ | 41.47 | 20.34 | 58.87 | - |
| YUV | 97.56 | 188.07 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 204 | 0 | 0.94 | 0.09 | 0.13 | 305.43 | 0.89 | 0.46 |
| Hex | DF | D | CC | 0 | 5E | 9 | D | 131 | 59 | 2E |
| Octal | 337 | 15 | 314 | 0 | 136 | 11 | 15 | 461 | 131 | 56 |
| Binary | 11011111 | 1101 | 11001100 | 0 | 1011110 | 1001 | 1101 | 100110001 | 1011001 | 101110 |
Color Harmonies of #DF0DCC
Complementary color
Monochromatic Colors of #DF0DCC
Black with #DF0DCC
Text Example
Text Example
White with #DF0DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DCC; }
p { color: rgb(223,13,204); }
H1.HeaderClassName
{
color: #DF0DCC;
}
.AnyTagClassName
{
color: #DF0DCC;
}
</style>
background-color css
<style>
a { background-color: #DF0DCC; }
a { background-color: rgb(223,13,204); }
div.DivClassName
{
background-color: #DF0DCC;
}
.BgClassName
{
background-color: #DF0DCC;
}
</style>
border-color css
<style>
span { border-color: #DF0DCC; }
span { border-color: rgb(223,13,204); }
td.TdClassName
{
border-color: #DF0DCC;
}
.TagClassName
{
border-color: #DF0DCC;
}
</style>