Shades of Medium Violet Red #DC1690
Tints of Medium Violet Red #DC1690
RGB
CMYK
RGB Variations
Color information
#DC1690 (or 0xDC1690) is known color: Medium Violet Red. HEX triplet: DC, 16 and 90. RGB value is (220,22,144). Sum of RGB (Red+Green+Blue) = 220+22+144=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 22 (8.98% from 255 or 5.70% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1690 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1690 is #23E96F. Grayscale: #5E5E5E. Windows color (decimal): -2353520 or 9443036. OLE color: 9443036.
HSL color Cylindrical-coordinate representation of color #DC1690: hue angle of 323.03º 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 #DC1690 is Cyan = 0, Magento = 0.9, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 144 | - |
| CMYK | 0 | 0.9 | 0.35 | 0.14 |
| HSL | 323.03º | 0.82% | 0.47% | - |
| HSV(B) | 323.03º | 0.9% | 0.86% | - |
| XYZ | 34.84 | 17.8 | 27.99 | - |
| YUV | 95.11 | 155.6 | 217.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 144 | 0 | 0.9 | 0.35 | 0.14 | 323.03 | 0.82 | 0.47 |
| Hex | DC | 16 | 90 | 0 | 5A | 23 | E | 143 | 52 | 2F |
| Octal | 334 | 26 | 220 | 0 | 132 | 43 | 16 | 503 | 122 | 57 |
| Binary | 11011100 | 10110 | 10010000 | 0 | 1011010 | 100011 | 1110 | 101000011 | 1010010 | 101111 |
Color Harmonies of #DC1690
Complementary color
Monochromatic Colors of #DC1690
Black with #DC1690
Text Example
Text Example
White with #DC1690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1690; }
p { color: rgb(220,22,144); }
H1.HeaderClassName
{
color: #DC1690;
}
.AnyTagClassName
{
color: #DC1690;
}
</style>
background-color css
<style>
a { background-color: #DC1690; }
a { background-color: rgb(220,22,144); }
div.DivClassName
{
background-color: #DC1690;
}
.BgClassName
{
background-color: #DC1690;
}
</style>
border-color css
<style>
span { border-color: #DC1690; }
span { border-color: rgb(220,22,144); }
td.TdClassName
{
border-color: #DC1690;
}
.TagClassName
{
border-color: #DC1690;
}
</style>