Shades of Deep Magenta #DA04CF
Tints of Deep Magenta #DA04CF
RGB
CMYK
RGB Variations
Color information
#DA04CF (or 0xDA04CF) is known color: Deep Magenta. HEX triplet: DA, 04 and CF. RGB value is (218,4,207). Sum of RGB (Red+Green+Blue) = 218+4+207=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 4 (1.95% from 255 or 0.93% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04CF is #25FB30. Grayscale: #5A5A5A. Windows color (decimal): -2489137 or 13567194. OLE color: 13567194.
HSL color Cylindrical-coordinate representation of color #DA04CF: hue angle of 303.08º 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 #DA04CF is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 207 | - |
| CMYK | 0 | 0.98 | 0.05 | 0.15 |
| HSL | 303.08º | 0.96% | 0.44% | - |
| HSV(B) | 303.08º | 0.98% | 0.85% | - |
| XYZ | 40.22 | 19.5 | 60.68 | - |
| YUV | 91.13 | 193.4 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 207 | 0 | 0.98 | 0.05 | 0.15 | 303.08 | 0.96 | 0.44 |
| Hex | DA | 4 | CF | 0 | 62 | 5 | F | 12F | 60 | 2C |
| Octal | 332 | 4 | 317 | 0 | 142 | 5 | 17 | 457 | 140 | 54 |
| Binary | 11011010 | 100 | 11001111 | 0 | 1100010 | 101 | 1111 | 100101111 | 1100000 | 101100 |
Color Harmonies of #DA04CF
Complementary color
Monochromatic Colors of #DA04CF
Black with #DA04CF
Text Example
Text Example
White with #DA04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04CF; }
p { color: rgb(218,4,207); }
H1.HeaderClassName
{
color: #DA04CF;
}
.AnyTagClassName
{
color: #DA04CF;
}
</style>
background-color css
<style>
a { background-color: #DA04CF; }
a { background-color: rgb(218,4,207); }
div.DivClassName
{
background-color: #DA04CF;
}
.BgClassName
{
background-color: #DA04CF;
}
</style>
border-color css
<style>
span { border-color: #DA04CF; }
span { border-color: rgb(218,4,207); }
td.TdClassName
{
border-color: #DA04CF;
}
.TagClassName
{
border-color: #DA04CF;
}
</style>