Shades of Deep Magenta #DF10CA
Tints of Deep Magenta #DF10CA
RGB
CMYK
RGB Variations
Color information
#DF10CA (or 0xDF10CA) is known color: Deep Magenta. HEX triplet: DF, 10 and CA. RGB value is (223,16,202). Sum of RGB (Red+Green+Blue) = 223+16+202=441 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.57% from 441); Green value is 16 (6.64% from 255 or 3.63% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 223 - color contains mainly: red. Hex color #DF10CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF10CA is #20EF35. Grayscale: #626262. Windows color (decimal): -2158390 or 13242591. OLE color: 13242591.
HSL color Cylindrical-coordinate representation of color #DF10CA: hue angle of 306.09º 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 #DF10CA is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.09 | 0.13 |
| HSL | 306.09º | 0.87% | 0.47% | - |
| HSV(B) | 306.09º | 0.93% | 0.87% | - |
| XYZ | 41.28 | 20.32 | 57.62 | - |
| YUV | 99.1 | 186.08 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 202 | 0 | 0.93 | 0.09 | 0.13 | 306.09 | 0.87 | 0.47 |
| Hex | DF | 10 | CA | 0 | 5D | 9 | D | 132 | 57 | 2F |
| Octal | 337 | 20 | 312 | 0 | 135 | 11 | 15 | 462 | 127 | 57 |
| Binary | 11011111 | 10000 | 11001010 | 0 | 1011101 | 1001 | 1101 | 100110010 | 1010111 | 101111 |
Color Harmonies of #DF10CA
Complementary color
Monochromatic Colors of #DF10CA
Black with #DF10CA
Text Example
Text Example
White with #DF10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF10CA; }
p { color: rgb(223,16,202); }
H1.HeaderClassName
{
color: #DF10CA;
}
.AnyTagClassName
{
color: #DF10CA;
}
</style>
background-color css
<style>
a { background-color: #DF10CA; }
a { background-color: rgb(223,16,202); }
div.DivClassName
{
background-color: #DF10CA;
}
.BgClassName
{
background-color: #DF10CA;
}
</style>
border-color css
<style>
span { border-color: #DF10CA; }
span { border-color: rgb(223,16,202); }
td.TdClassName
{
border-color: #DF10CA;
}
.TagClassName
{
border-color: #DF10CA;
}
</style>