Shades of Deep Magenta #DA19CE
Tints of Deep Magenta #DA19CE
RGB
CMYK
RGB Variations
Color information
#DA19CE (or 0xDA19CE) is known color: Deep Magenta. HEX triplet: DA, 19 and CE. RGB value is (218,25,206). Sum of RGB (Red+Green+Blue) = 218+25+206=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DA19CE is #25E631. Grayscale: #666666. Windows color (decimal): -2483762 or 13507034. OLE color: 13507034.
HSL color Cylindrical-coordinate representation of color #DA19CE: hue angle of 303.73º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA19CE is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 25 | 206 | - |
| CMYK | 0 | 0.89 | 0.06 | 0.15 |
| HSL | 303.73º | 0.79% | 0.48% | - |
| HSV(B) | 303.73º | 0.89% | 0.85% | - |
| XYZ | 40.4 | 20.06 | 60.13 | - |
| YUV | 103.34 | 185.94 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 25 | 206 | 0 | 0.89 | 0.06 | 0.15 | 303.73 | 0.79 | 0.48 |
| Hex | DA | 19 | CE | 0 | 59 | 6 | F | 130 | 4F | 30 |
| Octal | 332 | 31 | 316 | 0 | 131 | 6 | 17 | 460 | 117 | 60 |
| Binary | 11011010 | 11001 | 11001110 | 0 | 1011001 | 110 | 1111 | 100110000 | 1001111 | 110000 |
Color Harmonies of #DA19CE
Complementary color
Monochromatic Colors of #DA19CE
Black with #DA19CE
Text Example
Text Example
White with #DA19CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA19CE; }
p { color: rgb(218,25,206); }
H1.HeaderClassName
{
color: #DA19CE;
}
.AnyTagClassName
{
color: #DA19CE;
}
</style>
background-color css
<style>
a { background-color: #DA19CE; }
a { background-color: rgb(218,25,206); }
div.DivClassName
{
background-color: #DA19CE;
}
.BgClassName
{
background-color: #DA19CE;
}
</style>
border-color css
<style>
span { border-color: #DA19CE; }
span { border-color: rgb(218,25,206); }
td.TdClassName
{
border-color: #DA19CE;
}
.TagClassName
{
border-color: #DA19CE;
}
</style>