Shades of Deep Magenta #DA04C6
Tints of Deep Magenta #DA04C6
RGB
CMYK
RGB Variations
Color information
#DA04C6 (or 0xDA04C6) is known color: Deep Magenta. HEX triplet: DA, 04 and C6. RGB value is (218,4,198). Sum of RGB (Red+Green+Blue) = 218+4+198=420 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.90% from 420); Green value is 4 (1.95% from 255 or 0.95% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04C6 is #25FB39. Grayscale: #595959. Windows color (decimal): -2489146 or 12977370. OLE color: 12977370.
HSL color Cylindrical-coordinate representation of color #DA04C6: hue angle of 305.61º 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 #DA04C6 is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 198 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.15 |
| HSL | 305.61º | 0.96% | 0.44% | - |
| HSV(B) | 305.61º | 0.98% | 0.85% | - |
| XYZ | 39.15 | 19.07 | 55.04 | - |
| YUV | 90.1 | 188.9 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 198 | 0 | 0.98 | 0.09 | 0.15 | 305.61 | 0.96 | 0.44 |
| Hex | DA | 4 | C6 | 0 | 62 | 9 | F | 132 | 60 | 2C |
| Octal | 332 | 4 | 306 | 0 | 142 | 11 | 17 | 462 | 140 | 54 |
| Binary | 11011010 | 100 | 11000110 | 0 | 1100010 | 1001 | 1111 | 100110010 | 1100000 | 101100 |
Color Harmonies of #DA04C6
Complementary color
Monochromatic Colors of #DA04C6
Black with #DA04C6
Text Example
Text Example
White with #DA04C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04C6; }
p { color: rgb(218,4,198); }
H1.HeaderClassName
{
color: #DA04C6;
}
.AnyTagClassName
{
color: #DA04C6;
}
</style>
background-color css
<style>
a { background-color: #DA04C6; }
a { background-color: rgb(218,4,198); }
div.DivClassName
{
background-color: #DA04C6;
}
.BgClassName
{
background-color: #DA04C6;
}
</style>
border-color css
<style>
span { border-color: #DA04C6; }
span { border-color: rgb(218,4,198); }
td.TdClassName
{
border-color: #DA04C6;
}
.TagClassName
{
border-color: #DA04C6;
}
</style>