Shades of Deep Magenta #DA04C3
Tints of Deep Magenta #DA04C3
RGB
CMYK
RGB Variations
Color information
#DA04C3 (or 0xDA04C3) is known color: Deep Magenta. HEX triplet: DA, 04 and C3. RGB value is (218,4,195). Sum of RGB (Red+Green+Blue) = 218+4+195=417 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.28% from 417); Green value is 4 (1.95% from 255 or 0.96% from 417); Blue value is 195 (76.56% from 255 or 46.76% from 417); Max value from RGB is 218 - color contains mainly: red. Hex color #DA04C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA04C3 is #25FB3C. Grayscale: #595959. Windows color (decimal): -2489149 or 12780762. OLE color: 12780762.
HSL color Cylindrical-coordinate representation of color #DA04C3: hue angle of 306.45º 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 #DA04C3 is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 4 | 195 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.15 |
| HSL | 306.45º | 0.96% | 0.44% | - |
| HSV(B) | 306.45º | 0.98% | 0.85% | - |
| XYZ | 38.81 | 18.93 | 53.24 | - |
| YUV | 89.76 | 187.4 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 4 | 195 | 0 | 0.98 | 0.11 | 0.15 | 306.45 | 0.96 | 0.44 |
| Hex | DA | 4 | C3 | 0 | 62 | B | F | 132 | 60 | 2C |
| Octal | 332 | 4 | 303 | 0 | 142 | 13 | 17 | 462 | 140 | 54 |
| Binary | 11011010 | 100 | 11000011 | 0 | 1100010 | 1011 | 1111 | 100110010 | 1100000 | 101100 |
Color Harmonies of #DA04C3
Complementary color
Monochromatic Colors of #DA04C3
Black with #DA04C3
Text Example
Text Example
White with #DA04C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA04C3; }
p { color: rgb(218,4,195); }
H1.HeaderClassName
{
color: #DA04C3;
}
.AnyTagClassName
{
color: #DA04C3;
}
</style>
background-color css
<style>
a { background-color: #DA04C3; }
a { background-color: rgb(218,4,195); }
div.DivClassName
{
background-color: #DA04C3;
}
.BgClassName
{
background-color: #DA04C3;
}
</style>
border-color css
<style>
span { border-color: #DA04C3; }
span { border-color: rgb(218,4,195); }
td.TdClassName
{
border-color: #DA04C3;
}
.TagClassName
{
border-color: #DA04C3;
}
</style>