Shades of Deep Magenta #DA04C5
Tints of Deep Magenta #DA04C5
RGB
CMYK
RGB Variations
Color information
#DA04C5 (or 0xDA04C5) is known color: Deep Magenta. HEX triplet: DA, 04 and C5. RGB value is (218,4,197). Sum of RGB (Red+Green+Blue) = 218+4+197=419 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.03% from 419); Green value is 4 (1.95% from 255 or 0.95% from 419); Blue value is 197 (77.34% from 255 or 47.02% from 419); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04C5 is #25FB3A. Grayscale: #595959. Windows color (decimal): -2489147 or 12911834. OLE color: 12911834.
HSL color Cylindrical-coordinate representation of color #DA04C5: hue angle of 305.89º 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 #DA04C5 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 197 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.15 |
| HSL | 305.89º | 0.96% | 0.44% | - |
| HSV(B) | 305.89º | 0.98% | 0.85% | - |
| XYZ | 39.03 | 19.02 | 54.44 | - |
| YUV | 89.99 | 188.4 | 219.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 197 | 0 | 0.98 | 0.10 | 0.15 | 305.89 | 0.96 | 0.44 |
| Hex | DA | 4 | C5 | 0 | 62 | A | F | 132 | 60 | 2C |
| Octal | 332 | 4 | 305 | 0 | 142 | 12 | 17 | 462 | 140 | 54 |
| Binary | 11011010 | 100 | 11000101 | 0 | 1100010 | 1010 | 1111 | 100110010 | 1100000 | 101100 |
Color Harmonies of #DA04C5
Complementary color
Monochromatic Colors of #DA04C5
Black with #DA04C5
Text Example
Text Example
White with #DA04C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04C5; }
p { color: rgb(218,4,197); }
H1.HeaderClassName
{
color: #DA04C5;
}
.AnyTagClassName
{
color: #DA04C5;
}
</style>
background-color css
<style>
a { background-color: #DA04C5; }
a { background-color: rgb(218,4,197); }
div.DivClassName
{
background-color: #DA04C5;
}
.BgClassName
{
background-color: #DA04C5;
}
</style>
border-color css
<style>
span { border-color: #DA04C5; }
span { border-color: rgb(218,4,197); }
td.TdClassName
{
border-color: #DA04C5;
}
.TagClassName
{
border-color: #DA04C5;
}
</style>