Shades of Deep Magenta #DC19D0
Tints of Deep Magenta #DC19D0
RGB
CMYK
RGB Variations
Color information
#DC19D0 (or 0xDC19D0) is known color: Deep Magenta. HEX triplet: DC, 19 and D0. RGB value is (220,25,208). Sum of RGB (Red+Green+Blue) = 220+25+208=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC19D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19D0 is #23E62F. Grayscale: #676767. Windows color (decimal): -2352688 or 13638108. OLE color: 13638108.
HSL color Cylindrical-coordinate representation of color #DC19D0: hue angle of 303.69º 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 #DC19D0 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 208 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.14 |
| HSL | 303.69º | 0.8% | 0.48% | - |
| HSV(B) | 303.69º | 0.89% | 0.86% | - |
| XYZ | 41.25 | 20.46 | 61.45 | - |
| YUV | 104.17 | 186.6 | 210.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 208 | 0 | 0.89 | 0.05 | 0.14 | 303.69 | 0.8 | 0.48 |
| Hex | DC | 19 | D0 | 0 | 59 | 5 | E | 130 | 50 | 30 |
| Octal | 334 | 31 | 320 | 0 | 131 | 5 | 16 | 460 | 120 | 60 |
| Binary | 11011100 | 11001 | 11010000 | 0 | 1011001 | 101 | 1110 | 100110000 | 1010000 | 110000 |
Color Harmonies of #DC19D0
Complementary color
Monochromatic Colors of #DC19D0
Black with #DC19D0
Text Example
Text Example
White with #DC19D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19D0; }
p { color: rgb(220,25,208); }
H1.HeaderClassName
{
color: #DC19D0;
}
.AnyTagClassName
{
color: #DC19D0;
}
</style>
background-color css
<style>
a { background-color: #DC19D0; }
a { background-color: rgb(220,25,208); }
div.DivClassName
{
background-color: #DC19D0;
}
.BgClassName
{
background-color: #DC19D0;
}
</style>
border-color css
<style>
span { border-color: #DC19D0; }
span { border-color: rgb(220,25,208); }
td.TdClassName
{
border-color: #DC19D0;
}
.TagClassName
{
border-color: #DC19D0;
}
</style>