Shades of Deep Magenta #DA05CA
Tints of Deep Magenta #DA05CA
RGB
CMYK
RGB Variations
Color information
#DA05CA (or 0xDA05CA) is known color: Deep Magenta. HEX triplet: DA, 05 and CA. RGB value is (218,5,202). Sum of RGB (Red+Green+Blue) = 218+5+202=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05CA is #25FA35. Grayscale: #5A5A5A. Windows color (decimal): -2488886 or 13239770. OLE color: 13239770.
HSL color Cylindrical-coordinate representation of color #DA05CA: hue angle of 304.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA05CA is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 202 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.15 |
| HSL | 304.51º | 0.96% | 0.44% | - |
| HSV(B) | 304.51º | 0.98% | 0.85% | - |
| XYZ | 39.63 | 19.28 | 57.51 | - |
| YUV | 91.15 | 190.57 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 202 | 0 | 0.98 | 0.07 | 0.15 | 304.51 | 0.96 | 0.44 |
| Hex | DA | 5 | CA | 0 | 62 | 7 | F | 131 | 60 | 2C |
| Octal | 332 | 5 | 312 | 0 | 142 | 7 | 17 | 461 | 140 | 54 |
| Binary | 11011010 | 101 | 11001010 | 0 | 1100010 | 111 | 1111 | 100110001 | 1100000 | 101100 |
Color Harmonies of #DA05CA
Complementary color
Monochromatic Colors of #DA05CA
Black with #DA05CA
Text Example
Text Example
White with #DA05CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05CA; }
p { color: rgb(218,5,202); }
H1.HeaderClassName
{
color: #DA05CA;
}
.AnyTagClassName
{
color: #DA05CA;
}
</style>
background-color css
<style>
a { background-color: #DA05CA; }
a { background-color: rgb(218,5,202); }
div.DivClassName
{
background-color: #DA05CA;
}
.BgClassName
{
background-color: #DA05CA;
}
</style>
border-color css
<style>
span { border-color: #DA05CA; }
span { border-color: rgb(218,5,202); }
td.TdClassName
{
border-color: #DA05CA;
}
.TagClassName
{
border-color: #DA05CA;
}
</style>