Shades of Deep Magenta #DA19DF
Tints of Deep Magenta #DA19DF
RGB
CMYK
RGB Variations
Color information
#DA19DF (or 0xDA19DF) is known color: Deep Magenta. HEX triplet: DA, 19 and DF. RGB value is (218,25,223). Sum of RGB (Red+Green+Blue) = 218+25+223=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19DF is #25E620. Grayscale: #686868. Windows color (decimal): -2483745 or 14621146. OLE color: 14621146.
HSL color Cylindrical-coordinate representation of color #DA19DF: hue angle of 298.48º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19DF is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 25 | 223 | - |
| CMYK | 0.02 | 0.89 | 0 | 0.13 |
| HSL | 298.48º | 0.8% | 0.49% | - |
| HSV(B) | 298.48º | 0.89% | 0.87% | - |
| XYZ | 42.58 | 20.93 | 71.61 | - |
| YUV | 105.28 | 194.44 | 208.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 223 | 0.02 | 0.89 | 0 | 0.13 | 298.48 | 0.8 | 0.49 |
| Hex | DA | 19 | DF | 2 | 59 | 0 | D | 12A | 50 | 31 |
| Octal | 332 | 31 | 337 | 2 | 131 | 0 | 15 | 452 | 120 | 61 |
| Binary | 11011010 | 11001 | 11011111 | 10 | 1011001 | 0 | 1101 | 100101010 | 1010000 | 110001 |
Color Harmonies of #DA19DF
Complementary color
Monochromatic Colors of #DA19DF
Black with #DA19DF
Text Example
Text Example
White with #DA19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19DF; }
p { color: rgb(218,25,223); }
H1.HeaderClassName
{
color: #DA19DF;
}
.AnyTagClassName
{
color: #DA19DF;
}
</style>
background-color css
<style>
a { background-color: #DA19DF; }
a { background-color: rgb(218,25,223); }
div.DivClassName
{
background-color: #DA19DF;
}
.BgClassName
{
background-color: #DA19DF;
}
</style>
border-color css
<style>
span { border-color: #DA19DF; }
span { border-color: rgb(218,25,223); }
td.TdClassName
{
border-color: #DA19DF;
}
.TagClassName
{
border-color: #DA19DF;
}
</style>