Shades of Medium Violet Red #DC1785
Tints of Medium Violet Red #DC1785
RGB
CMYK
RGB Variations
Color information
#DC1785 (or 0xDC1785) is known color: Medium Violet Red. HEX triplet: DC, 17 and 85. RGB value is (220,23,133). Sum of RGB (Red+Green+Blue) = 220+23+133=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 23 (9.38% from 255 or 6.12% from 376); Blue value is 133 (52.34% from 255 or 35.37% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1785 is #23E87A. Grayscale: #5E5E5E. Windows color (decimal): -2353275 or 8722396. OLE color: 8722396.
HSL color Cylindrical-coordinate representation of color #DC1785: hue angle of 326.5º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1785 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 133 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.14 |
| HSL | 326.5º | 0.81% | 0.48% | - |
| HSV(B) | 326.5º | 0.9% | 0.86% | - |
| XYZ | 34.06 | 17.52 | 23.78 | - |
| YUV | 94.44 | 149.77 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 133 | 0 | 0.90 | 0.40 | 0.14 | 326.5 | 0.81 | 0.48 |
| Hex | DC | 17 | 85 | 0 | 5A | 28 | E | 146 | 51 | 30 |
| Octal | 334 | 27 | 205 | 0 | 132 | 50 | 16 | 506 | 121 | 60 |
| Binary | 11011100 | 10111 | 10000101 | 0 | 1011010 | 101000 | 1110 | 101000110 | 1010001 | 110000 |
Color Harmonies of #DC1785
Complementary color
Monochromatic Colors of #DC1785
Black with #DC1785
Text Example
Text Example
White with #DC1785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1785; }
p { color: rgb(220,23,133); }
H1.HeaderClassName
{
color: #DC1785;
}
.AnyTagClassName
{
color: #DC1785;
}
</style>
background-color css
<style>
a { background-color: #DC1785; }
a { background-color: rgb(220,23,133); }
div.DivClassName
{
background-color: #DC1785;
}
.BgClassName
{
background-color: #DC1785;
}
</style>
border-color css
<style>
span { border-color: #DC1785; }
span { border-color: rgb(220,23,133); }
td.TdClassName
{
border-color: #DC1785;
}
.TagClassName
{
border-color: #DC1785;
}
</style>