Shades of Deep Magenta #DC19DF
Tints of Deep Magenta #DC19DF
RGB
CMYK
RGB Variations
Color information
#DC19DF (or 0xDC19DF) is known color: Deep Magenta. HEX triplet: DC, 19 and DF. RGB value is (220,25,223). Sum of RGB (Red+Green+Blue) = 220+25+223=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC19DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC19DF is #23E620. Grayscale: #696969. Windows color (decimal): -2352673 or 14621148. OLE color: 14621148.
HSL color Cylindrical-coordinate representation of color #DC19DF: hue angle of 299.09º 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 #DC19DF is Cyan = 0.01, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 25 | 223 | - |
| CMYK | 0.01 | 0.89 | 0 | 0.13 |
| HSL | 299.09º | 0.8% | 0.49% | - |
| HSV(B) | 299.09º | 0.89% | 0.87% | - |
| XYZ | 43.18 | 21.24 | 71.64 | - |
| YUV | 105.88 | 194.1 | 209.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 223 | 0.01 | 0.89 | 0 | 0.13 | 299.09 | 0.8 | 0.49 |
| Hex | DC | 19 | DF | 1 | 59 | 0 | D | 12B | 50 | 31 |
| Octal | 334 | 31 | 337 | 1 | 131 | 0 | 15 | 453 | 120 | 61 |
| Binary | 11011100 | 11001 | 11011111 | 1 | 1011001 | 0 | 1101 | 100101011 | 1010000 | 110001 |
Color Harmonies of #DC19DF
Complementary color
Monochromatic Colors of #DC19DF
Black with #DC19DF
Text Example
Text Example
White with #DC19DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC19DF; }
p { color: rgb(220,25,223); }
H1.HeaderClassName
{
color: #DC19DF;
}
.AnyTagClassName
{
color: #DC19DF;
}
</style>
background-color css
<style>
a { background-color: #DC19DF; }
a { background-color: rgb(220,25,223); }
div.DivClassName
{
background-color: #DC19DF;
}
.BgClassName
{
background-color: #DC19DF;
}
</style>
border-color css
<style>
span { border-color: #DC19DF; }
span { border-color: rgb(220,25,223); }
td.TdClassName
{
border-color: #DC19DF;
}
.TagClassName
{
border-color: #DC19DF;
}
</style>