Shades of Deep Magenta #DA04DA
Tints of Deep Magenta #DA04DA
RGB
CMYK
RGB Variations
Color information
#DA04DA (or 0xDA04DA) is known color: Deep Magenta. HEX triplet: DA, 04 and DA. RGB value is (218,4,218). Sum of RGB (Red+Green+Blue) = 218+4+218=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 4 (1.95% from 255 or 0.91% from 440); Blue value is 218 (85.55% from 255 or 49.55% from 440); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA04DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04DA is #25FB25. Grayscale: #5B5B5B. Windows color (decimal): -2489126 or 14288090. OLE color: 14288090.
HSL color Cylindrical-coordinate representation of color #DA04DA: hue angle of 300º 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 #DA04DA is Cyan = 0, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 218 | - |
| CMYK | 0 | 0.98 | 0 | 0.15 |
| HSL | 300º | 0.96% | 0.44% | - |
| HSV(B) | 300º | 0.98% | 0.85% | - |
| XYZ | 41.61 | 20.05 | 68.01 | - |
| YUV | 92.38 | 198.9 | 217.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 218 | 0 | 0.98 | 0 | 0.15 | 300 | 0.96 | 0.44 |
| Hex | DA | 4 | DA | 0 | 62 | 0 | F | 12C | 60 | 2C |
| Octal | 332 | 4 | 332 | 0 | 142 | 0 | 17 | 454 | 140 | 54 |
| Binary | 11011010 | 100 | 11011010 | 0 | 1100010 | 0 | 1111 | 100101100 | 1100000 | 101100 |
Color Harmonies of #DA04DA
Complementary color
Monochromatic Colors of #DA04DA
Black with #DA04DA
Text Example
Text Example
White with #DA04DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04DA; }
p { color: rgb(218,4,218); }
H1.HeaderClassName
{
color: #DA04DA;
}
.AnyTagClassName
{
color: #DA04DA;
}
</style>
background-color css
<style>
a { background-color: #DA04DA; }
a { background-color: rgb(218,4,218); }
div.DivClassName
{
background-color: #DA04DA;
}
.BgClassName
{
background-color: #DA04DA;
}
</style>
border-color css
<style>
span { border-color: #DA04DA; }
span { border-color: rgb(218,4,218); }
td.TdClassName
{
border-color: #DA04DA;
}
.TagClassName
{
border-color: #DA04DA;
}
</style>