Shades of Deep Magenta #DA05DC
Tints of Deep Magenta #DA05DC
RGB
CMYK
RGB Variations
Color information
#DA05DC (or 0xDA05DC) is known color: Deep Magenta. HEX triplet: DA, 05 and DC. RGB value is (218,5,220). Sum of RGB (Red+Green+Blue) = 218+5+220=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA05DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05DC is #25FA23. Grayscale: #5C5C5C. Windows color (decimal): -2488868 or 14419418. OLE color: 14419418.
HSL color Cylindrical-coordinate representation of color #DA05DC: hue angle of 299.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA05DC is Cyan = 0.01, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 5 | 220 | - |
| CMYK | 0.01 | 0.98 | 0 | 0.14 |
| HSL | 299.44º | 0.96% | 0.44% | - |
| HSV(B) | 299.44º | 0.98% | 0.86% | - |
| XYZ | 41.89 | 20.18 | 69.4 | - |
| YUV | 93.2 | 199.57 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 220 | 0.01 | 0.98 | 0 | 0.14 | 299.44 | 0.96 | 0.44 |
| Hex | DA | 5 | DC | 1 | 62 | 0 | E | 12B | 60 | 2C |
| Octal | 332 | 5 | 334 | 1 | 142 | 0 | 16 | 453 | 140 | 54 |
| Binary | 11011010 | 101 | 11011100 | 1 | 1100010 | 0 | 1110 | 100101011 | 1100000 | 101100 |
Color Harmonies of #DA05DC
Complementary color
Monochromatic Colors of #DA05DC
Black with #DA05DC
Text Example
Text Example
White with #DA05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05DC; }
p { color: rgb(218,5,220); }
H1.HeaderClassName
{
color: #DA05DC;
}
.AnyTagClassName
{
color: #DA05DC;
}
</style>
background-color css
<style>
a { background-color: #DA05DC; }
a { background-color: rgb(218,5,220); }
div.DivClassName
{
background-color: #DA05DC;
}
.BgClassName
{
background-color: #DA05DC;
}
</style>
border-color css
<style>
span { border-color: #DA05DC; }
span { border-color: rgb(218,5,220); }
td.TdClassName
{
border-color: #DA05DC;
}
.TagClassName
{
border-color: #DA05DC;
}
</style>