Shades of Deep Magenta #DA04CA
Tints of Deep Magenta #DA04CA
RGB
CMYK
RGB Variations
Color information
#DA04CA (or 0xDA04CA) is known color: Deep Magenta. HEX triplet: DA, 04 and CA. RGB value is (218,4,202). Sum of RGB (Red+Green+Blue) = 218+4+202=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 4 (1.95% from 255 or 0.94% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04CA is #25FB35. Grayscale: #595959. Windows color (decimal): -2489142 or 13239514. OLE color: 13239514.
HSL color Cylindrical-coordinate representation of color #DA04CA: hue angle of 304.49º 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 #DA04CA is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 202 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.15 |
| HSL | 304.49º | 0.96% | 0.44% | - |
| HSV(B) | 304.49º | 0.98% | 0.85% | - |
| XYZ | 39.62 | 19.26 | 57.51 | - |
| YUV | 90.56 | 190.9 | 218.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 202 | 0 | 0.98 | 0.07 | 0.15 | 304.49 | 0.96 | 0.44 |
| Hex | DA | 4 | CA | 0 | 62 | 7 | F | 130 | 60 | 2C |
| Octal | 332 | 4 | 312 | 0 | 142 | 7 | 17 | 460 | 140 | 54 |
| Binary | 11011010 | 100 | 11001010 | 0 | 1100010 | 111 | 1111 | 100110000 | 1100000 | 101100 |
Color Harmonies of #DA04CA
Complementary color
Monochromatic Colors of #DA04CA
Black with #DA04CA
Text Example
Text Example
White with #DA04CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04CA; }
p { color: rgb(218,4,202); }
H1.HeaderClassName
{
color: #DA04CA;
}
.AnyTagClassName
{
color: #DA04CA;
}
</style>
background-color css
<style>
a { background-color: #DA04CA; }
a { background-color: rgb(218,4,202); }
div.DivClassName
{
background-color: #DA04CA;
}
.BgClassName
{
background-color: #DA04CA;
}
</style>
border-color css
<style>
span { border-color: #DA04CA; }
span { border-color: rgb(218,4,202); }
td.TdClassName
{
border-color: #DA04CA;
}
.TagClassName
{
border-color: #DA04CA;
}
</style>