Shades of Medium Violet Red #DC1397
Tints of Medium Violet Red #DC1397
RGB
CMYK
RGB Variations
Color information
#DC1397 (or 0xDC1397) is known color: Medium Violet Red. HEX triplet: DC, 13 and 97. RGB value is (220,19,151). Sum of RGB (Red+Green+Blue) = 220+19+151=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 19 (7.81% from 255 or 4.87% from 390); Blue value is 151 (59.38% from 255 or 38.72% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1397 is #23EC68. Grayscale: #5D5D5D. Windows color (decimal): -2354281 or 9901020. OLE color: 9901020.
HSL color Cylindrical-coordinate representation of color #DC1397: hue angle of 320.6º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1397 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 151 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.14 |
| HSL | 320.6º | 0.84% | 0.47% | - |
| HSV(B) | 320.6º | 0.91% | 0.86% | - |
| XYZ | 35.33 | 17.92 | 30.87 | - |
| YUV | 94.15 | 160.09 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 151 | 0 | 0.91 | 0.31 | 0.14 | 320.6 | 0.84 | 0.47 |
| Hex | DC | 13 | 97 | 0 | 5B | 1F | E | 141 | 54 | 2F |
| Octal | 334 | 23 | 227 | 0 | 133 | 37 | 16 | 501 | 124 | 57 |
| Binary | 11011100 | 10011 | 10010111 | 0 | 1011011 | 11111 | 1110 | 101000001 | 1010100 | 101111 |
Color Harmonies of #DC1397
Complementary color
Monochromatic Colors of #DC1397
Black with #DC1397
Text Example
Text Example
White with #DC1397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1397; }
p { color: rgb(220,19,151); }
H1.HeaderClassName
{
color: #DC1397;
}
.AnyTagClassName
{
color: #DC1397;
}
</style>
background-color css
<style>
a { background-color: #DC1397; }
a { background-color: rgb(220,19,151); }
div.DivClassName
{
background-color: #DC1397;
}
.BgClassName
{
background-color: #DC1397;
}
</style>
border-color css
<style>
span { border-color: #DC1397; }
span { border-color: rgb(220,19,151); }
td.TdClassName
{
border-color: #DC1397;
}
.TagClassName
{
border-color: #DC1397;
}
</style>