Shades of Medium Violet Red #DC1685
Tints of Medium Violet Red #DC1685
RGB
CMYK
RGB Variations
Color information
#DC1685 (or 0xDC1685) is known color: Medium Violet Red. HEX triplet: DC, 16 and 85. RGB value is (220,22,133). Sum of RGB (Red+Green+Blue) = 220+22+133=375 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.67% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1685 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1685 is #23E97A. Grayscale: #5D5D5D. Windows color (decimal): -2353531 or 8722140. OLE color: 8722140.
HSL color Cylindrical-coordinate representation of color #DC1685: hue angle of 326.36º 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 #DC1685 is Cyan = 0, Magento = 0.9, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 133 | - |
| CMYK | 0 | 0.9 | 0.40 | 0.14 |
| HSL | 326.36º | 0.82% | 0.47% | - |
| HSV(B) | 326.36º | 0.9% | 0.86% | - |
| XYZ | 34.04 | 17.48 | 23.77 | - |
| YUV | 93.86 | 150.1 | 217.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 133 | 0 | 0.9 | 0.40 | 0.14 | 326.36 | 0.82 | 0.47 |
| Hex | DC | 16 | 85 | 0 | 5A | 28 | E | 146 | 52 | 2F |
| Octal | 334 | 26 | 205 | 0 | 132 | 50 | 16 | 506 | 122 | 57 |
| Binary | 11011100 | 10110 | 10000101 | 0 | 1011010 | 101000 | 1110 | 101000110 | 1010010 | 101111 |
Color Harmonies of #DC1685
Complementary color
Monochromatic Colors of #DC1685
Black with #DC1685
Text Example
Text Example
White with #DC1685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1685; }
p { color: rgb(220,22,133); }
H1.HeaderClassName
{
color: #DC1685;
}
.AnyTagClassName
{
color: #DC1685;
}
</style>
background-color css
<style>
a { background-color: #DC1685; }
a { background-color: rgb(220,22,133); }
div.DivClassName
{
background-color: #DC1685;
}
.BgClassName
{
background-color: #DC1685;
}
</style>
border-color css
<style>
span { border-color: #DC1685; }
span { border-color: rgb(220,22,133); }
td.TdClassName
{
border-color: #DC1685;
}
.TagClassName
{
border-color: #DC1685;
}
</style>