Shades of Medium Violet Red #DC1596
Tints of Medium Violet Red #DC1596
RGB
CMYK
RGB Variations
Color information
#DC1596 (or 0xDC1596) is known color: Medium Violet Red. HEX triplet: DC, 15 and 96. RGB value is (220,21,150). Sum of RGB (Red+Green+Blue) = 220+21+150=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 21 (8.59% from 255 or 5.37% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1596 is #23EA69. Grayscale: #5E5E5E. Windows color (decimal): -2353770 or 9835996. OLE color: 9835996.
HSL color Cylindrical-coordinate representation of color #DC1596: hue angle of 321.11º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1596 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 150 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.14 |
| HSL | 321.11º | 0.83% | 0.47% | - |
| HSV(B) | 321.11º | 0.9% | 0.86% | - |
| XYZ | 35.29 | 17.95 | 30.46 | - |
| YUV | 95.21 | 158.93 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 150 | 0 | 0.90 | 0.32 | 0.14 | 321.11 | 0.83 | 0.47 |
| Hex | DC | 15 | 96 | 0 | 5A | 20 | E | 141 | 53 | 2F |
| Octal | 334 | 25 | 226 | 0 | 132 | 40 | 16 | 501 | 123 | 57 |
| Binary | 11011100 | 10101 | 10010110 | 0 | 1011010 | 100000 | 1110 | 101000001 | 1010011 | 101111 |
Color Harmonies of #DC1596
Complementary color
Monochromatic Colors of #DC1596
Black with #DC1596
Text Example
Text Example
White with #DC1596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1596; }
p { color: rgb(220,21,150); }
H1.HeaderClassName
{
color: #DC1596;
}
.AnyTagClassName
{
color: #DC1596;
}
</style>
background-color css
<style>
a { background-color: #DC1596; }
a { background-color: rgb(220,21,150); }
div.DivClassName
{
background-color: #DC1596;
}
.BgClassName
{
background-color: #DC1596;
}
</style>
border-color css
<style>
span { border-color: #DC1596; }
span { border-color: rgb(220,21,150); }
td.TdClassName
{
border-color: #DC1596;
}
.TagClassName
{
border-color: #DC1596;
}
</style>