Shades of Medium Violet Red #DC1585
Tints of Medium Violet Red #DC1585
RGB
CMYK
RGB Variations
Color information
#DC1585 (or 0xDC1585) is known color: Medium Violet Red. HEX triplet: DC, 15 and 85. RGB value is (220,21,133). Sum of RGB (Red+Green+Blue) = 220+21+133=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1585 is #23EA7A. Grayscale: #5D5D5D. Windows color (decimal): -2353787 or 8721884. OLE color: 8721884.
HSL color Cylindrical-coordinate representation of color #DC1585: hue angle of 326.23º degrees, saturation: 0.83, 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 #DC1585 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 21 | 133 | - |
| CMYK | 0 | 0.90 | 0.40 | 0.14 |
| HSL | 326.23º | 0.83% | 0.47% | - |
| HSV(B) | 326.23º | 0.9% | 0.86% | - |
| XYZ | 34.02 | 17.45 | 23.76 | - |
| YUV | 93.27 | 150.43 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 21 | 133 | 0 | 0.90 | 0.40 | 0.14 | 326.23 | 0.83 | 0.47 |
| Hex | DC | 15 | 85 | 0 | 5A | 28 | E | 146 | 53 | 2F |
| Octal | 334 | 25 | 205 | 0 | 132 | 50 | 16 | 506 | 123 | 57 |
| Binary | 11011100 | 10101 | 10000101 | 0 | 1011010 | 101000 | 1110 | 101000110 | 1010011 | 101111 |
Color Harmonies of #DC1585
Complementary color
Monochromatic Colors of #DC1585
Black with #DC1585
Text Example
Text Example
White with #DC1585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1585; }
p { color: rgb(220,21,133); }
H1.HeaderClassName
{
color: #DC1585;
}
.AnyTagClassName
{
color: #DC1585;
}
</style>
background-color css
<style>
a { background-color: #DC1585; }
a { background-color: rgb(220,21,133); }
div.DivClassName
{
background-color: #DC1585;
}
.BgClassName
{
background-color: #DC1585;
}
</style>
border-color css
<style>
span { border-color: #DC1585; }
span { border-color: rgb(220,21,133); }
td.TdClassName
{
border-color: #DC1585;
}
.TagClassName
{
border-color: #DC1585;
}
</style>