Shades of Deep Magenta #DF10D9
Tints of Deep Magenta #DF10D9
RGB
CMYK
RGB Variations
Color information
#DF10D9 (or 0xDF10D9) is known color: Deep Magenta. HEX triplet: DF, 10 and D9. RGB value is (223,16,217). Sum of RGB (Red+Green+Blue) = 223+16+217=456 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.90% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 217 (85.16% from 255 or 47.59% from 456); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10D9 is #20EF26. Grayscale: #646464. Windows color (decimal): -2158375 or 14225631. OLE color: 14225631.
HSL color Cylindrical-coordinate representation of color #DF10D9: hue angle of 301.74º 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 #DF10D9 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 217 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.13 |
| HSL | 301.74º | 0.87% | 0.47% | - |
| HSV(B) | 301.74º | 0.93% | 0.87% | - |
| XYZ | 43.14 | 21.07 | 67.44 | - |
| YUV | 100.81 | 193.58 | 215.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 217 | 0 | 0.93 | 0.03 | 0.13 | 301.74 | 0.87 | 0.47 |
| Hex | DF | 10 | D9 | 0 | 5D | 3 | D | 12E | 57 | 2F |
| Octal | 337 | 20 | 331 | 0 | 135 | 3 | 15 | 456 | 127 | 57 |
| Binary | 11011111 | 10000 | 11011001 | 0 | 1011101 | 11 | 1101 | 100101110 | 1010111 | 101111 |
Color Harmonies of #DF10D9
Complementary color
Monochromatic Colors of #DF10D9
Black with #DF10D9
Text Example
Text Example
White with #DF10D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10D9; }
p { color: rgb(223,16,217); }
H1.HeaderClassName
{
color: #DF10D9;
}
.AnyTagClassName
{
color: #DF10D9;
}
</style>
background-color css
<style>
a { background-color: #DF10D9; }
a { background-color: rgb(223,16,217); }
div.DivClassName
{
background-color: #DF10D9;
}
.BgClassName
{
background-color: #DF10D9;
}
</style>
border-color css
<style>
span { border-color: #DF10D9; }
span { border-color: rgb(223,16,217); }
td.TdClassName
{
border-color: #DF10D9;
}
.TagClassName
{
border-color: #DF10D9;
}
</style>