Shades of Medium Violet Red #DC1396
Tints of Medium Violet Red #DC1396
RGB
CMYK
RGB Variations
Color information
#DC1396 (or 0xDC1396) is known color: Medium Violet Red. HEX triplet: DC, 13 and 96. RGB value is (220,19,150). Sum of RGB (Red+Green+Blue) = 220+19+150=389 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.56% from 389); Green value is 19 (7.81% from 255 or 4.88% from 389); Blue value is 150 (58.98% from 255 or 38.56% from 389); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1396 is #23EC69. Grayscale: #5D5D5D. Windows color (decimal): -2354282 or 9835484. OLE color: 9835484.
HSL color Cylindrical-coordinate representation of color #DC1396: hue angle of 320.9º 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 #DC1396 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 150 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.14 |
| HSL | 320.9º | 0.84% | 0.47% | - |
| HSV(B) | 320.9º | 0.91% | 0.86% | - |
| XYZ | 35.25 | 17.88 | 30.45 | - |
| YUV | 94.03 | 159.59 | 217.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 150 | 0 | 0.91 | 0.32 | 0.14 | 320.9 | 0.84 | 0.47 |
| Hex | DC | 13 | 96 | 0 | 5B | 20 | E | 141 | 54 | 2F |
| Octal | 334 | 23 | 226 | 0 | 133 | 40 | 16 | 501 | 124 | 57 |
| Binary | 11011100 | 10011 | 10010110 | 0 | 1011011 | 100000 | 1110 | 101000001 | 1010100 | 101111 |
Color Harmonies of #DC1396
Complementary color
Monochromatic Colors of #DC1396
Black with #DC1396
Text Example
Text Example
White with #DC1396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1396; }
p { color: rgb(220,19,150); }
H1.HeaderClassName
{
color: #DC1396;
}
.AnyTagClassName
{
color: #DC1396;
}
</style>
background-color css
<style>
a { background-color: #DC1396; }
a { background-color: rgb(220,19,150); }
div.DivClassName
{
background-color: #DC1396;
}
.BgClassName
{
background-color: #DC1396;
}
</style>
border-color css
<style>
span { border-color: #DC1396; }
span { border-color: rgb(220,19,150); }
td.TdClassName
{
border-color: #DC1396;
}
.TagClassName
{
border-color: #DC1396;
}
</style>