Shades of Deep Magenta #DA05C7
Tints of Deep Magenta #DA05C7
RGB
CMYK
RGB Variations
Color information
#DA05C7 (or 0xDA05C7) is known color: Deep Magenta. HEX triplet: DA, 05 and C7. RGB value is (218,5,199). Sum of RGB (Red+Green+Blue) = 218+5+199=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 5 (2.34% from 255 or 1.18% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DA05C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA05C7 is #25FA38. Grayscale: #5A5A5A. Windows color (decimal): -2488889 or 13043162. OLE color: 13043162.
HSL color Cylindrical-coordinate representation of color #DA05C7: hue angle of 305.35º 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 #DA05C7 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 199 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.15 |
| HSL | 305.35º | 0.96% | 0.44% | - |
| HSV(B) | 305.35º | 0.98% | 0.85% | - |
| XYZ | 39.28 | 19.14 | 55.66 | - |
| YUV | 90.8 | 189.07 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 199 | 0 | 0.98 | 0.09 | 0.15 | 305.35 | 0.96 | 0.44 |
| Hex | DA | 5 | C7 | 0 | 62 | 9 | F | 131 | 60 | 2C |
| Octal | 332 | 5 | 307 | 0 | 142 | 11 | 17 | 461 | 140 | 54 |
| Binary | 11011010 | 101 | 11000111 | 0 | 1100010 | 1001 | 1111 | 100110001 | 1100000 | 101100 |
Color Harmonies of #DA05C7
Complementary color
Monochromatic Colors of #DA05C7
Black with #DA05C7
Text Example
Text Example
White with #DA05C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA05C7; }
p { color: rgb(218,5,199); }
H1.HeaderClassName
{
color: #DA05C7;
}
.AnyTagClassName
{
color: #DA05C7;
}
</style>
background-color css
<style>
a { background-color: #DA05C7; }
a { background-color: rgb(218,5,199); }
div.DivClassName
{
background-color: #DA05C7;
}
.BgClassName
{
background-color: #DA05C7;
}
</style>
border-color css
<style>
span { border-color: #DA05C7; }
span { border-color: rgb(218,5,199); }
td.TdClassName
{
border-color: #DA05C7;
}
.TagClassName
{
border-color: #DA05C7;
}
</style>