Shades of Medium Violet Red #DC1697
Tints of Medium Violet Red #DC1697
RGB
CMYK
RGB Variations
Color information
#DC1697 (or 0xDC1697) is known color: Medium Violet Red. HEX triplet: DC, 16 and 97. RGB value is (220,22,151). Sum of RGB (Red+Green+Blue) = 220+22+151=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1697 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1697 is #23E968. Grayscale: #5F5F5F. Windows color (decimal): -2353513 or 9901788. OLE color: 9901788.
HSL color Cylindrical-coordinate representation of color #DC1697: hue angle of 320.91º 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 #DC1697 is Cyan = 0, Magento = 0.9, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 151 | - |
| CMYK | 0 | 0.9 | 0.31 | 0.14 |
| HSL | 320.91º | 0.82% | 0.47% | - |
| HSV(B) | 320.91º | 0.9% | 0.86% | - |
| XYZ | 35.39 | 18.02 | 30.89 | - |
| YUV | 95.91 | 159.1 | 216.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 151 | 0 | 0.9 | 0.31 | 0.14 | 320.91 | 0.82 | 0.47 |
| Hex | DC | 16 | 97 | 0 | 5A | 1F | E | 141 | 52 | 2F |
| Octal | 334 | 26 | 227 | 0 | 132 | 37 | 16 | 501 | 122 | 57 |
| Binary | 11011100 | 10110 | 10010111 | 0 | 1011010 | 11111 | 1110 | 101000001 | 1010010 | 101111 |
Color Harmonies of #DC1697
Complementary color
Monochromatic Colors of #DC1697
Black with #DC1697
Text Example
Text Example
White with #DC1697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1697; }
p { color: rgb(220,22,151); }
H1.HeaderClassName
{
color: #DC1697;
}
.AnyTagClassName
{
color: #DC1697;
}
</style>
background-color css
<style>
a { background-color: #DC1697; }
a { background-color: rgb(220,22,151); }
div.DivClassName
{
background-color: #DC1697;
}
.BgClassName
{
background-color: #DC1697;
}
</style>
border-color css
<style>
span { border-color: #DC1697; }
span { border-color: rgb(220,22,151); }
td.TdClassName
{
border-color: #DC1697;
}
.TagClassName
{
border-color: #DC1697;
}
</style>