Shades of Deep Magenta #DA10CA
Tints of Deep Magenta #DA10CA
RGB
CMYK
RGB Variations
Color information
#DA10CA (or 0xDA10CA) is known color: Deep Magenta. HEX triplet: DA, 10 and CA. RGB value is (218,16,202). Sum of RGB (Red+Green+Blue) = 218+16+202=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 16 (6.64% from 255 or 3.67% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DA10CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA10CA is #25EF35. Grayscale: #616161. Windows color (decimal): -2486070 or 13242586. OLE color: 13242586.
HSL color Cylindrical-coordinate representation of color #DA10CA: hue angle of 304.75º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DA10CA is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 16 | 202 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.15 |
| HSL | 304.75º | 0.86% | 0.46% | - |
| HSV(B) | 304.75º | 0.93% | 0.85% | - |
| XYZ | 39.76 | 19.54 | 57.55 | - |
| YUV | 97.6 | 186.92 | 213.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 16 | 202 | 0 | 0.93 | 0.07 | 0.15 | 304.75 | 0.86 | 0.46 |
| Hex | DA | 10 | CA | 0 | 5D | 7 | F | 131 | 56 | 2E |
| Octal | 332 | 20 | 312 | 0 | 135 | 7 | 17 | 461 | 126 | 56 |
| Binary | 11011010 | 10000 | 11001010 | 0 | 1011101 | 111 | 1111 | 100110001 | 1010110 | 101110 |
Color Harmonies of #DA10CA
Complementary color
Monochromatic Colors of #DA10CA
Black with #DA10CA
Text Example
Text Example
White with #DA10CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA10CA; }
p { color: rgb(218,16,202); }
H1.HeaderClassName
{
color: #DA10CA;
}
.AnyTagClassName
{
color: #DA10CA;
}
</style>
background-color css
<style>
a { background-color: #DA10CA; }
a { background-color: rgb(218,16,202); }
div.DivClassName
{
background-color: #DA10CA;
}
.BgClassName
{
background-color: #DA10CA;
}
</style>
border-color css
<style>
span { border-color: #DA10CA; }
span { border-color: rgb(218,16,202); }
td.TdClassName
{
border-color: #DA10CA;
}
.TagClassName
{
border-color: #DA10CA;
}
</style>