Shades of Deep Magenta #DF10DC
Tints of Deep Magenta #DF10DC
RGB
CMYK
RGB Variations
Color information
#DF10DC (or 0xDF10DC) is known color: Deep Magenta. HEX triplet: DF, 10 and DC. RGB value is (223,16,220). Sum of RGB (Red+Green+Blue) = 223+16+220=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 16 (6.64% from 255 or 3.49% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10DC is #20EF23. Grayscale: #646464. Windows color (decimal): -2158372 or 14422239. OLE color: 14422239.
HSL color Cylindrical-coordinate representation of color #DF10DC: hue angle of 300.87º 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 #DF10DC is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 220 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.13 |
| HSL | 300.87º | 0.87% | 0.47% | - |
| HSV(B) | 300.87º | 0.93% | 0.87% | - |
| XYZ | 43.53 | 21.23 | 69.51 | - |
| YUV | 101.15 | 195.08 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 220 | 0 | 0.93 | 0.01 | 0.13 | 300.87 | 0.87 | 0.47 |
| Hex | DF | 10 | DC | 0 | 5D | 1 | D | 12D | 57 | 2F |
| Octal | 337 | 20 | 334 | 0 | 135 | 1 | 15 | 455 | 127 | 57 |
| Binary | 11011111 | 10000 | 11011100 | 0 | 1011101 | 1 | 1101 | 100101101 | 1010111 | 101111 |
Color Harmonies of #DF10DC
Complementary color
Monochromatic Colors of #DF10DC
Black with #DF10DC
Text Example
Text Example
White with #DF10DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10DC; }
p { color: rgb(223,16,220); }
H1.HeaderClassName
{
color: #DF10DC;
}
.AnyTagClassName
{
color: #DF10DC;
}
</style>
background-color css
<style>
a { background-color: #DF10DC; }
a { background-color: rgb(223,16,220); }
div.DivClassName
{
background-color: #DF10DC;
}
.BgClassName
{
background-color: #DF10DC;
}
</style>
border-color css
<style>
span { border-color: #DF10DC; }
span { border-color: rgb(223,16,220); }
td.TdClassName
{
border-color: #DF10DC;
}
.TagClassName
{
border-color: #DF10DC;
}
</style>