Shades of Medium Violet Red #DC0084
Tints of Medium Violet Red #DC0084
RGB
CMYK
RGB Variations
Color information
#DC0084 (or 0xDC0084) is known color: Medium Violet Red. HEX triplet: DC, 00 and 84. RGB value is (220,0,132). Sum of RGB (Red+Green+Blue) = 220+0+132=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0084 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0084 is #23FF7B. Grayscale: #505050. Windows color (decimal): -2359164 or 8650972. OLE color: 8650972.
HSL color Cylindrical-coordinate representation of color #DC0084: hue angle of 324º 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 #DC0084 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 132 | - |
| CMYK | 0 | 1 | 0.40 | 0.14 |
| HSL | 324º | 1% | 0.43% | - |
| HSV(B) | 324º | 1% | 0.86% | - |
| XYZ | 33.68 | 16.88 | 23.31 | - |
| YUV | 80.83 | 156.89 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 132 | 0 | 1 | 0.40 | 0.14 | 324 | 1 | 0.43 |
| Hex | DC | 0 | 84 | 0 | 64 | 28 | E | 144 | 64 | 2B |
| Octal | 334 | 0 | 204 | 0 | 144 | 50 | 16 | 504 | 144 | 53 |
| Binary | 11011100 | 0 | 10000100 | 0 | 1100100 | 101000 | 1110 | 101000100 | 1100100 | 101011 |
Color Harmonies of #DC0084
Complementary color
Monochromatic Colors of #DC0084
Black with #DC0084
Text Example
Text Example
White with #DC0084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0084; }
p { color: rgb(220,0,132); }
H1.HeaderClassName
{
color: #DC0084;
}
.AnyTagClassName
{
color: #DC0084;
}
</style>
background-color css
<style>
a { background-color: #DC0084; }
a { background-color: rgb(220,0,132); }
div.DivClassName
{
background-color: #DC0084;
}
.BgClassName
{
background-color: #DC0084;
}
</style>
border-color css
<style>
span { border-color: #DC0084; }
span { border-color: rgb(220,0,132); }
td.TdClassName
{
border-color: #DC0084;
}
.TagClassName
{
border-color: #DC0084;
}
</style>