Shades of Deep Magenta #DF0DC9
Tints of Deep Magenta #DF0DC9
RGB
CMYK
RGB Variations
Color information
#DF0DC9 (or 0xDF0DC9) is known color: Deep Magenta. HEX triplet: DF, 0D and C9. RGB value is (223,13,201). Sum of RGB (Red+Green+Blue) = 223+13+201=437 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.03% from 437); Green value is 13 (5.47% from 255 or 2.97% from 437); Blue value is 201 (78.91% from 255 or 46.00% from 437); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0DC9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0DC9 is #20F236. Grayscale: #606060. Windows color (decimal): -2159159 or 13176287. OLE color: 13176287.
HSL color Cylindrical-coordinate representation of color #DF0DC9: hue angle of 306.29º 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 #DF0DC9 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 13 | 201 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.13 |
| HSL | 306.29º | 0.89% | 0.46% | - |
| HSV(B) | 306.29º | 0.94% | 0.87% | - |
| XYZ | 41.12 | 20.19 | 56.99 | - |
| YUV | 97.22 | 186.57 | 217.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 13 | 201 | 0 | 0.94 | 0.10 | 0.13 | 306.29 | 0.89 | 0.46 |
| Hex | DF | D | C9 | 0 | 5E | A | D | 132 | 59 | 2E |
| Octal | 337 | 15 | 311 | 0 | 136 | 12 | 15 | 462 | 131 | 56 |
| Binary | 11011111 | 1101 | 11001001 | 0 | 1011110 | 1010 | 1101 | 100110010 | 1011001 | 101110 |
Color Harmonies of #DF0DC9
Complementary color
Monochromatic Colors of #DF0DC9
Black with #DF0DC9
Text Example
Text Example
White with #DF0DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0DC9; }
p { color: rgb(223,13,201); }
H1.HeaderClassName
{
color: #DF0DC9;
}
.AnyTagClassName
{
color: #DF0DC9;
}
</style>
background-color css
<style>
a { background-color: #DF0DC9; }
a { background-color: rgb(223,13,201); }
div.DivClassName
{
background-color: #DF0DC9;
}
.BgClassName
{
background-color: #DF0DC9;
}
</style>
border-color css
<style>
span { border-color: #DF0DC9; }
span { border-color: rgb(223,13,201); }
td.TdClassName
{
border-color: #DF0DC9;
}
.TagClassName
{
border-color: #DF0DC9;
}
</style>