Shades of Deep Magenta #D019C9
Tints of Deep Magenta #D019C9
RGB
CMYK
RGB Variations
Color information
#D019C9 (or 0xD019C9) is known color: Deep Magenta. HEX triplet: D0, 19 and C9. RGB value is (208,25,201). Sum of RGB (Red+Green+Blue) = 208+25+201=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 25 (10.16% from 255 or 5.76% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D019C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D019C9 is #2FE636. Grayscale: #636363. Windows color (decimal): -3139127 or 13179344. OLE color: 13179344.
HSL color Cylindrical-coordinate representation of color #D019C9: hue angle of 302.3º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D019C9 is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 25 | 201 | - |
| CMYK | 0 | 0.88 | 0.03 | 0.18 |
| HSL | 302.3º | 0.79% | 0.46% | - |
| HSV(B) | 302.3º | 0.88% | 0.82% | - |
| XYZ | 36.9 | 18.32 | 56.85 | - |
| YUV | 99.78 | 185.13 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 25 | 201 | 0 | 0.88 | 0.03 | 0.18 | 302.3 | 0.79 | 0.46 |
| Hex | D0 | 19 | C9 | 0 | 58 | 3 | 12 | 12E | 4F | 2E |
| Octal | 320 | 31 | 311 | 0 | 130 | 3 | 22 | 456 | 117 | 56 |
| Binary | 11010000 | 11001 | 11001001 | 0 | 1011000 | 11 | 10010 | 100101110 | 1001111 | 101110 |
Color Harmonies of #D019C9
Complementary color
Monochromatic Colors of #D019C9
Black with #D019C9
Text Example
Text Example
White with #D019C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D019C9; }
p { color: rgb(208,25,201); }
H1.HeaderClassName
{
color: #D019C9;
}
.AnyTagClassName
{
color: #D019C9;
}
</style>
background-color css
<style>
a { background-color: #D019C9; }
a { background-color: rgb(208,25,201); }
div.DivClassName
{
background-color: #D019C9;
}
.BgClassName
{
background-color: #D019C9;
}
</style>
border-color css
<style>
span { border-color: #D019C9; }
span { border-color: rgb(208,25,201); }
td.TdClassName
{
border-color: #D019C9;
}
.TagClassName
{
border-color: #D019C9;
}
</style>