Shades of Deep Magenta #DA04D7
Tints of Deep Magenta #DA04D7
RGB
CMYK
RGB Variations
Color information
#DA04D7 (or 0xDA04D7) is known color: Deep Magenta. HEX triplet: DA, 04 and D7. RGB value is (218,4,215). Sum of RGB (Red+Green+Blue) = 218+4+215=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 215 (84.38% from 255 or 49.20% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04D7 is #25FB28. Grayscale: #5B5B5B. Windows color (decimal): -2489129 or 14091482. OLE color: 14091482.
HSL color Cylindrical-coordinate representation of color #DA04D7: hue angle of 300.84º 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 #DA04D7 is Cyan = 0, Magento = 0.98, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 215 | - |
| CMYK | 0 | 0.98 | 0.01 | 0.15 |
| HSL | 300.84º | 0.96% | 0.44% | - |
| HSV(B) | 300.84º | 0.98% | 0.85% | - |
| XYZ | 41.22 | 19.9 | 65.96 | - |
| YUV | 92.04 | 197.4 | 217.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 215 | 0 | 0.98 | 0.01 | 0.15 | 300.84 | 0.96 | 0.44 |
| Hex | DA | 4 | D7 | 0 | 62 | 1 | F | 12D | 60 | 2C |
| Octal | 332 | 4 | 327 | 0 | 142 | 1 | 17 | 455 | 140 | 54 |
| Binary | 11011010 | 100 | 11010111 | 0 | 1100010 | 1 | 1111 | 100101101 | 1100000 | 101100 |
Color Harmonies of #DA04D7
Complementary color
Monochromatic Colors of #DA04D7
Black with #DA04D7
Text Example
Text Example
White with #DA04D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04D7; }
p { color: rgb(218,4,215); }
H1.HeaderClassName
{
color: #DA04D7;
}
.AnyTagClassName
{
color: #DA04D7;
}
</style>
background-color css
<style>
a { background-color: #DA04D7; }
a { background-color: rgb(218,4,215); }
div.DivClassName
{
background-color: #DA04D7;
}
.BgClassName
{
background-color: #DA04D7;
}
</style>
border-color css
<style>
span { border-color: #DA04D7; }
span { border-color: rgb(218,4,215); }
td.TdClassName
{
border-color: #DA04D7;
}
.TagClassName
{
border-color: #DA04D7;
}
</style>