Shades of Medium Violet Red #DC1997
Tints of Medium Violet Red #DC1997
RGB
CMYK
RGB Variations
Color information
#DC1997 (or 0xDC1997) is known color: Medium Violet Red. HEX triplet: DC, 19 and 97. RGB value is (220,25,151). Sum of RGB (Red+Green+Blue) = 220+25+151=396 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.56% from 396); Green value is 25 (10.16% from 255 or 6.31% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1997 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1997 is #23E668. Grayscale: #616161. Windows color (decimal): -2352745 or 9902556. OLE color: 9902556.
HSL color Cylindrical-coordinate representation of color #DC1997: hue angle of 321.23º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1997 is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 25 | 151 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.14 |
| HSL | 321.23º | 0.8% | 0.48% | - |
| HSV(B) | 321.23º | 0.89% | 0.86% | - |
| XYZ | 35.45 | 18.15 | 30.91 | - |
| YUV | 97.67 | 158.1 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 25 | 151 | 0 | 0.89 | 0.31 | 0.14 | 321.23 | 0.8 | 0.48 |
| Hex | DC | 19 | 97 | 0 | 59 | 1F | E | 141 | 50 | 30 |
| Octal | 334 | 31 | 227 | 0 | 131 | 37 | 16 | 501 | 120 | 60 |
| Binary | 11011100 | 11001 | 10010111 | 0 | 1011001 | 11111 | 1110 | 101000001 | 1010000 | 110000 |
Color Harmonies of #DC1997
Complementary color
Monochromatic Colors of #DC1997
Black with #DC1997
Text Example
Text Example
White with #DC1997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1997; }
p { color: rgb(220,25,151); }
H1.HeaderClassName
{
color: #DC1997;
}
.AnyTagClassName
{
color: #DC1997;
}
</style>
background-color css
<style>
a { background-color: #DC1997; }
a { background-color: rgb(220,25,151); }
div.DivClassName
{
background-color: #DC1997;
}
.BgClassName
{
background-color: #DC1997;
}
</style>
border-color css
<style>
span { border-color: #DC1997; }
span { border-color: rgb(220,25,151); }
td.TdClassName
{
border-color: #DC1997;
}
.TagClassName
{
border-color: #DC1997;
}
</style>