Shades of Deep Magenta #DA05C6
Tints of Deep Magenta #DA05C6
RGB
CMYK
RGB Variations
Color information
#DA05C6 (or 0xDA05C6) is known color: Deep Magenta. HEX triplet: DA, 05 and C6. RGB value is (218,5,198). Sum of RGB (Red+Green+Blue) = 218+5+198=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 5 (2.34% from 255 or 1.19% from 421); Blue value is 198 (77.73% from 255 or 47.03% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05C6 is #25FA39. Grayscale: #5A5A5A. Windows color (decimal): -2488890 or 12977626. OLE color: 12977626.
HSL color Cylindrical-coordinate representation of color #DA05C6: hue angle of 305.63º 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 #DA05C6 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 198 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.15 |
| HSL | 305.63º | 0.96% | 0.44% | - |
| HSV(B) | 305.63º | 0.98% | 0.85% | - |
| XYZ | 39.16 | 19.09 | 55.05 | - |
| YUV | 90.69 | 188.57 | 218.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 198 | 0 | 0.98 | 0.09 | 0.15 | 305.63 | 0.96 | 0.44 |
| Hex | DA | 5 | C6 | 0 | 62 | 9 | F | 132 | 60 | 2C |
| Octal | 332 | 5 | 306 | 0 | 142 | 11 | 17 | 462 | 140 | 54 |
| Binary | 11011010 | 101 | 11000110 | 0 | 1100010 | 1001 | 1111 | 100110010 | 1100000 | 101100 |
Color Harmonies of #DA05C6
Complementary color
Monochromatic Colors of #DA05C6
Black with #DA05C6
Text Example
Text Example
White with #DA05C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05C6; }
p { color: rgb(218,5,198); }
H1.HeaderClassName
{
color: #DA05C6;
}
.AnyTagClassName
{
color: #DA05C6;
}
</style>
background-color css
<style>
a { background-color: #DA05C6; }
a { background-color: rgb(218,5,198); }
div.DivClassName
{
background-color: #DA05C6;
}
.BgClassName
{
background-color: #DA05C6;
}
</style>
border-color css
<style>
span { border-color: #DA05C6; }
span { border-color: rgb(218,5,198); }
td.TdClassName
{
border-color: #DA05C6;
}
.TagClassName
{
border-color: #DA05C6;
}
</style>