Shades of Deep Magenta #DA19DC
Tints of Deep Magenta #DA19DC
RGB
CMYK
RGB Variations
Color information
#DA19DC (or 0xDA19DC) is known color: Deep Magenta. HEX triplet: DA, 19 and DC. RGB value is (218,25,220). Sum of RGB (Red+Green+Blue) = 218+25+220=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19DC is #25E623. Grayscale: #686868. Windows color (decimal): -2483748 or 14424538. OLE color: 14424538.
HSL color Cylindrical-coordinate representation of color #DA19DC: hue angle of 299.38º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19DC is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 25 | 220 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.14 |
| HSL | 299.38º | 0.8% | 0.48% | - |
| HSV(B) | 299.38º | 0.89% | 0.86% | - |
| XYZ | 42.18 | 20.77 | 69.5 | - |
| YUV | 104.94 | 192.94 | 208.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 220 | 0.01 | 0.89 | 0 | 0.14 | 299.38 | 0.8 | 0.48 |
| Hex | DA | 19 | DC | 1 | 59 | 0 | E | 12B | 50 | 30 |
| Octal | 332 | 31 | 334 | 1 | 131 | 0 | 16 | 453 | 120 | 60 |
| Binary | 11011010 | 11001 | 11011100 | 1 | 1011001 | 0 | 1110 | 100101011 | 1010000 | 110000 |
Color Harmonies of #DA19DC
Complementary color
Monochromatic Colors of #DA19DC
Black with #DA19DC
Text Example
Text Example
White with #DA19DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19DC; }
p { color: rgb(218,25,220); }
H1.HeaderClassName
{
color: #DA19DC;
}
.AnyTagClassName
{
color: #DA19DC;
}
</style>
background-color css
<style>
a { background-color: #DA19DC; }
a { background-color: rgb(218,25,220); }
div.DivClassName
{
background-color: #DA19DC;
}
.BgClassName
{
background-color: #DA19DC;
}
</style>
border-color css
<style>
span { border-color: #DA19DC; }
span { border-color: rgb(218,25,220); }
td.TdClassName
{
border-color: #DA19DC;
}
.TagClassName
{
border-color: #DA19DC;
}
</style>