Shades of Deep Magenta #DF10D8
Tints of Deep Magenta #DF10D8
RGB
CMYK
RGB Variations
Color information
#DF10D8 (or 0xDF10D8) is known color: Deep Magenta. HEX triplet: DF, 10 and D8. RGB value is (223,16,216). Sum of RGB (Red+Green+Blue) = 223+16+216=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 16 (6.64% from 255 or 3.52% from 455); Blue value is 216 (84.77% from 255 or 47.47% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10D8 is #20EF27. Grayscale: #646464. Windows color (decimal): -2158376 or 14160095. OLE color: 14160095.
HSL color Cylindrical-coordinate representation of color #DF10D8: hue angle of 302.03º 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 #DF10D8 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 216 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.13 |
| HSL | 302.03º | 0.87% | 0.47% | - |
| HSV(B) | 302.03º | 0.93% | 0.87% | - |
| XYZ | 43.01 | 21.02 | 66.76 | - |
| YUV | 100.69 | 193.08 | 215.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 216 | 0 | 0.93 | 0.03 | 0.13 | 302.03 | 0.87 | 0.47 |
| Hex | DF | 10 | D8 | 0 | 5D | 3 | D | 12E | 57 | 2F |
| Octal | 337 | 20 | 330 | 0 | 135 | 3 | 15 | 456 | 127 | 57 |
| Binary | 11011111 | 10000 | 11011000 | 0 | 1011101 | 11 | 1101 | 100101110 | 1010111 | 101111 |
Color Harmonies of #DF10D8
Complementary color
Monochromatic Colors of #DF10D8
Black with #DF10D8
Text Example
Text Example
White with #DF10D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10D8; }
p { color: rgb(223,16,216); }
H1.HeaderClassName
{
color: #DF10D8;
}
.AnyTagClassName
{
color: #DF10D8;
}
</style>
background-color css
<style>
a { background-color: #DF10D8; }
a { background-color: rgb(223,16,216); }
div.DivClassName
{
background-color: #DF10D8;
}
.BgClassName
{
background-color: #DF10D8;
}
</style>
border-color css
<style>
span { border-color: #DF10D8; }
span { border-color: rgb(223,16,216); }
td.TdClassName
{
border-color: #DF10D8;
}
.TagClassName
{
border-color: #DF10D8;
}
</style>