Shades of Deep Magenta #DA05C0
Tints of Deep Magenta #DA05C0
RGB
CMYK
RGB Variations
Color information
#DA05C0 (or 0xDA05C0) is known color: Deep Magenta. HEX triplet: DA, 05 and C0. RGB value is (218,5,192). Sum of RGB (Red+Green+Blue) = 218+5+192=415 (54% of max value = 765). Red value is 218 (85.55% from 255 or 52.53% from 415); Green value is 5 (2.34% from 255 or 1.20% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05C0 is #25FA3F. Grayscale: #595959. Windows color (decimal): -2488896 or 12584410. OLE color: 12584410.
HSL color Cylindrical-coordinate representation of color #DA05C0: hue angle of 307.32º 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 #DA05C0 is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 192 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.15 |
| HSL | 307.32º | 0.96% | 0.44% | - |
| HSV(B) | 307.32º | 0.98% | 0.85% | - |
| XYZ | 38.48 | 18.82 | 51.47 | - |
| YUV | 90.01 | 185.57 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 192 | 0 | 0.98 | 0.12 | 0.15 | 307.32 | 0.96 | 0.44 |
| Hex | DA | 5 | C0 | 0 | 62 | C | F | 133 | 60 | 2C |
| Octal | 332 | 5 | 300 | 0 | 142 | 14 | 17 | 463 | 140 | 54 |
| Binary | 11011010 | 101 | 11000000 | 0 | 1100010 | 1100 | 1111 | 100110011 | 1100000 | 101100 |
Color Harmonies of #DA05C0
Complementary color
Monochromatic Colors of #DA05C0
Black with #DA05C0
Text Example
Text Example
White with #DA05C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05C0; }
p { color: rgb(218,5,192); }
H1.HeaderClassName
{
color: #DA05C0;
}
.AnyTagClassName
{
color: #DA05C0;
}
</style>
background-color css
<style>
a { background-color: #DA05C0; }
a { background-color: rgb(218,5,192); }
div.DivClassName
{
background-color: #DA05C0;
}
.BgClassName
{
background-color: #DA05C0;
}
</style>
border-color css
<style>
span { border-color: #DA05C0; }
span { border-color: rgb(218,5,192); }
td.TdClassName
{
border-color: #DA05C0;
}
.TagClassName
{
border-color: #DA05C0;
}
</style>