Shades of Deep Magenta #DA04DF
Tints of Deep Magenta #DA04DF
RGB
CMYK
RGB Variations
Color information
#DA04DF (or 0xDA04DF) is known color: Deep Magenta. HEX triplet: DA, 04 and DF. RGB value is (218,4,223). Sum of RGB (Red+Green+Blue) = 218+4+223=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 4 (1.95% from 255 or 0.90% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA04DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04DF is #25FB20. Grayscale: #5C5C5C. Windows color (decimal): -2489121 or 14615770. OLE color: 14615770.
HSL color Cylindrical-coordinate representation of color #DA04DF: hue angle of 298.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA04DF is Cyan = 0.02, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 4 | 223 | - |
| CMYK | 0.02 | 0.98 | 0 | 0.13 |
| HSL | 298.63º | 0.96% | 0.45% | - |
| HSV(B) | 298.63º | 0.98% | 0.87% | - |
| XYZ | 42.28 | 20.32 | 71.51 | - |
| YUV | 92.95 | 201.4 | 217.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 223 | 0.02 | 0.98 | 0 | 0.13 | 298.63 | 0.96 | 0.45 |
| Hex | DA | 4 | DF | 2 | 62 | 0 | D | 12B | 60 | 2D |
| Octal | 332 | 4 | 337 | 2 | 142 | 0 | 15 | 453 | 140 | 55 |
| Binary | 11011010 | 100 | 11011111 | 10 | 1100010 | 0 | 1101 | 100101011 | 1100000 | 101101 |
Color Harmonies of #DA04DF
Complementary color
Monochromatic Colors of #DA04DF
Black with #DA04DF
Text Example
Text Example
White with #DA04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04DF; }
p { color: rgb(218,4,223); }
H1.HeaderClassName
{
color: #DA04DF;
}
.AnyTagClassName
{
color: #DA04DF;
}
</style>
background-color css
<style>
a { background-color: #DA04DF; }
a { background-color: rgb(218,4,223); }
div.DivClassName
{
background-color: #DA04DF;
}
.BgClassName
{
background-color: #DA04DF;
}
</style>
border-color css
<style>
span { border-color: #DA04DF; }
span { border-color: rgb(218,4,223); }
td.TdClassName
{
border-color: #DA04DF;
}
.TagClassName
{
border-color: #DA04DF;
}
</style>