Shades of Medium Violet Red #DC1391
Tints of Medium Violet Red #DC1391
RGB
CMYK
RGB Variations
Color information
#DC1391 (or 0xDC1391) is known color: Medium Violet Red. HEX triplet: DC, 13 and 91. RGB value is (220,19,145). Sum of RGB (Red+Green+Blue) = 220+19+145=384 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.29% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1391 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1391 is #23EC6E. Grayscale: #5D5D5D. Windows color (decimal): -2354287 or 9507804. OLE color: 9507804.
HSL color Cylindrical-coordinate representation of color #DC1391: hue angle of 322.39º 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 #DC1391 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 19 | 145 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.14 |
| HSL | 322.39º | 0.84% | 0.47% | - |
| HSV(B) | 322.39º | 0.91% | 0.86% | - |
| XYZ | 34.86 | 17.73 | 28.37 | - |
| YUV | 93.46 | 157.09 | 218.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 19 | 145 | 0 | 0.91 | 0.34 | 0.14 | 322.39 | 0.84 | 0.47 |
| Hex | DC | 13 | 91 | 0 | 5B | 22 | E | 142 | 54 | 2F |
| Octal | 334 | 23 | 221 | 0 | 133 | 42 | 16 | 502 | 124 | 57 |
| Binary | 11011100 | 10011 | 10010001 | 0 | 1011011 | 100010 | 1110 | 101000010 | 1010100 | 101111 |
Color Harmonies of #DC1391
Complementary color
Monochromatic Colors of #DC1391
Black with #DC1391
Text Example
Text Example
White with #DC1391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1391; }
p { color: rgb(220,19,145); }
H1.HeaderClassName
{
color: #DC1391;
}
.AnyTagClassName
{
color: #DC1391;
}
</style>
background-color css
<style>
a { background-color: #DC1391; }
a { background-color: rgb(220,19,145); }
div.DivClassName
{
background-color: #DC1391;
}
.BgClassName
{
background-color: #DC1391;
}
</style>
border-color css
<style>
span { border-color: #DC1391; }
span { border-color: rgb(220,19,145); }
td.TdClassName
{
border-color: #DC1391;
}
.TagClassName
{
border-color: #DC1391;
}
</style>