Shades of Medium Violet Red #DC1691
Tints of Medium Violet Red #DC1691
RGB
CMYK
RGB Variations
Color information
#DC1691 (or 0xDC1691) is known color: Medium Violet Red. HEX triplet: DC, 16 and 91. RGB value is (220,22,145). Sum of RGB (Red+Green+Blue) = 220+22+145=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1691 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1691 is #23E96E. Grayscale: #5E5E5E. Windows color (decimal): -2353519 or 9508572. OLE color: 9508572.
HSL color Cylindrical-coordinate representation of color #DC1691: hue angle of 322.73º 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 #DC1691 is Cyan = 0, Magento = 0.9, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 145 | - |
| CMYK | 0 | 0.9 | 0.34 | 0.14 |
| HSL | 322.73º | 0.82% | 0.47% | - |
| HSV(B) | 322.73º | 0.9% | 0.86% | - |
| XYZ | 34.91 | 17.83 | 28.39 | - |
| YUV | 95.22 | 156.1 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 145 | 0 | 0.9 | 0.34 | 0.14 | 322.73 | 0.82 | 0.47 |
| Hex | DC | 16 | 91 | 0 | 5A | 22 | E | 143 | 52 | 2F |
| Octal | 334 | 26 | 221 | 0 | 132 | 42 | 16 | 503 | 122 | 57 |
| Binary | 11011100 | 10110 | 10010001 | 0 | 1011010 | 100010 | 1110 | 101000011 | 1010010 | 101111 |
Color Harmonies of #DC1691
Complementary color
Monochromatic Colors of #DC1691
Black with #DC1691
Text Example
Text Example
White with #DC1691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1691; }
p { color: rgb(220,22,145); }
H1.HeaderClassName
{
color: #DC1691;
}
.AnyTagClassName
{
color: #DC1691;
}
</style>
background-color css
<style>
a { background-color: #DC1691; }
a { background-color: rgb(220,22,145); }
div.DivClassName
{
background-color: #DC1691;
}
.BgClassName
{
background-color: #DC1691;
}
</style>
border-color css
<style>
span { border-color: #DC1691; }
span { border-color: rgb(220,22,145); }
td.TdClassName
{
border-color: #DC1691;
}
.TagClassName
{
border-color: #DC1691;
}
</style>