Shades of Deep Magenta #DF0FD9
Tints of Deep Magenta #DF0FD9
RGB
CMYK
RGB Variations
Color information
#DF0FD9 (or 0xDF0FD9) is known color: Deep Magenta. HEX triplet: DF, 0F and D9. RGB value is (223,15,217). Sum of RGB (Red+Green+Blue) = 223+15+217=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 217 (85.16% from 255 or 47.69% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0FD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF0FD9 is #20F026. Grayscale: #636363. Windows color (decimal): -2158631 or 14225375. OLE color: 14225375.
HSL color Cylindrical-coordinate representation of color #DF0FD9: hue angle of 301.73º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF0FD9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 15 | 217 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.13 |
| HSL | 301.73º | 0.87% | 0.47% | - |
| HSV(B) | 301.73º | 0.93% | 0.87% | - |
| XYZ | 43.13 | 21.04 | 67.43 | - |
| YUV | 100.22 | 193.91 | 215.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 15 | 217 | 0 | 0.93 | 0.03 | 0.13 | 301.73 | 0.87 | 0.47 |
| Hex | DF | F | D9 | 0 | 5D | 3 | D | 12E | 57 | 2F |
| Octal | 337 | 17 | 331 | 0 | 135 | 3 | 15 | 456 | 127 | 57 |
| Binary | 11011111 | 1111 | 11011001 | 0 | 1011101 | 11 | 1101 | 100101110 | 1010111 | 101111 |
Color Harmonies of #DF0FD9
Complementary color
Monochromatic Colors of #DF0FD9
Black with #DF0FD9
Text Example
Text Example
White with #DF0FD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0FD9; }
p { color: rgb(223,15,217); }
H1.HeaderClassName
{
color: #DF0FD9;
}
.AnyTagClassName
{
color: #DF0FD9;
}
</style>
background-color css
<style>
a { background-color: #DF0FD9; }
a { background-color: rgb(223,15,217); }
div.DivClassName
{
background-color: #DF0FD9;
}
.BgClassName
{
background-color: #DF0FD9;
}
</style>
border-color css
<style>
span { border-color: #DF0FD9; }
span { border-color: rgb(223,15,217); }
td.TdClassName
{
border-color: #DF0FD9;
}
.TagClassName
{
border-color: #DF0FD9;
}
</style>