Shades of Deep Magenta #D019DA
Tints of Deep Magenta #D019DA
RGB
CMYK
RGB Variations
Color information
#D019DA (or 0xD019DA) is known color: Deep Magenta. HEX triplet: D0, 19 and DA. RGB value is (208,25,218). Sum of RGB (Red+Green+Blue) = 208+25+218=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 25 (10.16% from 255 or 5.54% from 451); Blue value is 218 (85.55% from 255 or 48.34% from 451); Max value from RGB is 218 - color contains mainly: blue. Hex color #D019DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019DA is #2FE625. Grayscale: #656565. Windows color (decimal): -3139110 or 14293456. OLE color: 14293456.
HSL color Cylindrical-coordinate representation of color #D019DA: hue angle of 296.89º 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 #D019DA is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 25 | 218 | - |
| CMYK | 0.05 | 0.89 | 0 | 0.15 |
| HSL | 296.89º | 0.79% | 0.48% | - |
| HSV(B) | 296.89º | 0.89% | 0.85% | - |
| XYZ | 39.01 | 19.17 | 67.97 | - |
| YUV | 101.72 | 193.63 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 218 | 0.05 | 0.89 | 0 | 0.15 | 296.89 | 0.79 | 0.48 |
| Hex | D0 | 19 | DA | 5 | 59 | 0 | F | 129 | 4F | 30 |
| Octal | 320 | 31 | 332 | 5 | 131 | 0 | 17 | 451 | 117 | 60 |
| Binary | 11010000 | 11001 | 11011010 | 101 | 1011001 | 0 | 1111 | 100101001 | 1001111 | 110000 |
Color Harmonies of #D019DA
Complementary color
Monochromatic Colors of #D019DA
Black with #D019DA
Text Example
Text Example
White with #D019DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019DA; }
p { color: rgb(208,25,218); }
H1.HeaderClassName
{
color: #D019DA;
}
.AnyTagClassName
{
color: #D019DA;
}
</style>
background-color css
<style>
a { background-color: #D019DA; }
a { background-color: rgb(208,25,218); }
div.DivClassName
{
background-color: #D019DA;
}
.BgClassName
{
background-color: #D019DA;
}
</style>
border-color css
<style>
span { border-color: #D019DA; }
span { border-color: rgb(208,25,218); }
td.TdClassName
{
border-color: #D019DA;
}
.TagClassName
{
border-color: #D019DA;
}
</style>