Shades of Medium Violet Red #DC0085
Tints of Medium Violet Red #DC0085
RGB
CMYK
RGB Variations
Color information
#DC0085 (or 0xDC0085) is known color: Medium Violet Red. HEX triplet: DC, 00 and 85. RGB value is (220,0,133). Sum of RGB (Red+Green+Blue) = 220+0+133=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0085 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0085 is #23FF7A. Grayscale: #505050. Windows color (decimal): -2359163 or 8716508. OLE color: 8716508.
HSL color Cylindrical-coordinate representation of color #DC0085: hue angle of 323.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0085 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 133 | - |
| CMYK | 0 | 1 | 0.40 | 0.14 |
| HSL | 323.73º | 1% | 0.43% | - |
| HSV(B) | 323.73º | 1% | 0.86% | - |
| XYZ | 33.75 | 16.91 | 23.68 | - |
| YUV | 80.94 | 157.39 | 227.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 133 | 0 | 1 | 0.40 | 0.14 | 323.73 | 1 | 0.43 |
| Hex | DC | 0 | 85 | 0 | 64 | 28 | E | 144 | 64 | 2B |
| Octal | 334 | 0 | 205 | 0 | 144 | 50 | 16 | 504 | 144 | 53 |
| Binary | 11011100 | 0 | 10000101 | 0 | 1100100 | 101000 | 1110 | 101000100 | 1100100 | 101011 |
Color Harmonies of #DC0085
Complementary color
Monochromatic Colors of #DC0085
Black with #DC0085
Text Example
Text Example
White with #DC0085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0085; }
p { color: rgb(220,0,133); }
H1.HeaderClassName
{
color: #DC0085;
}
.AnyTagClassName
{
color: #DC0085;
}
</style>
background-color css
<style>
a { background-color: #DC0085; }
a { background-color: rgb(220,0,133); }
div.DivClassName
{
background-color: #DC0085;
}
.BgClassName
{
background-color: #DC0085;
}
</style>
border-color css
<style>
span { border-color: #DC0085; }
span { border-color: rgb(220,0,133); }
td.TdClassName
{
border-color: #DC0085;
}
.TagClassName
{
border-color: #DC0085;
}
</style>