Shades of Medium Violet Red #DC1696
Tints of Medium Violet Red #DC1696
RGB
CMYK
RGB Variations
Color information
#DC1696 (or 0xDC1696) is known color: Medium Violet Red. HEX triplet: DC, 16 and 96. RGB value is (220,22,150). Sum of RGB (Red+Green+Blue) = 220+22+150=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 150 (58.98% from 255 or 38.27% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1696 is #23E969. Grayscale: #5F5F5F. Windows color (decimal): -2353514 or 9836252. OLE color: 9836252.
HSL color Cylindrical-coordinate representation of color #DC1696: hue angle of 321.21º degrees, saturation: 0.82, 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 #DC1696 is Cyan = 0, Magento = 0.9, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 150 | - |
| CMYK | 0 | 0.9 | 0.32 | 0.14 |
| HSL | 321.21º | 0.82% | 0.47% | - |
| HSV(B) | 321.21º | 0.9% | 0.86% | - |
| XYZ | 35.31 | 17.99 | 30.47 | - |
| YUV | 95.79 | 158.6 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 150 | 0 | 0.9 | 0.32 | 0.14 | 321.21 | 0.82 | 0.47 |
| Hex | DC | 16 | 96 | 0 | 5A | 20 | E | 141 | 52 | 2F |
| Octal | 334 | 26 | 226 | 0 | 132 | 40 | 16 | 501 | 122 | 57 |
| Binary | 11011100 | 10110 | 10010110 | 0 | 1011010 | 100000 | 1110 | 101000001 | 1010010 | 101111 |
Color Harmonies of #DC1696
Complementary color
Monochromatic Colors of #DC1696
Black with #DC1696
Text Example
Text Example
White with #DC1696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1696; }
p { color: rgb(220,22,150); }
H1.HeaderClassName
{
color: #DC1696;
}
.AnyTagClassName
{
color: #DC1696;
}
</style>
background-color css
<style>
a { background-color: #DC1696; }
a { background-color: rgb(220,22,150); }
div.DivClassName
{
background-color: #DC1696;
}
.BgClassName
{
background-color: #DC1696;
}
</style>
border-color css
<style>
span { border-color: #DC1696; }
span { border-color: rgb(220,22,150); }
td.TdClassName
{
border-color: #DC1696;
}
.TagClassName
{
border-color: #DC1696;
}
</style>