Shades of Medium Violet Red #DC0984
Tints of Medium Violet Red #DC0984
RGB
CMYK
RGB Variations
Color information
#DC0984 (or 0xDC0984) is known color: Medium Violet Red. HEX triplet: DC, 09 and 84. RGB value is (220,9,132). Sum of RGB (Red+Green+Blue) = 220+9+132=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0984 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0984 is #23F67B. Grayscale: #555555. Windows color (decimal): -2356860 or 8653276. OLE color: 8653276.
HSL color Cylindrical-coordinate representation of color #DC0984: hue angle of 325.02º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0984 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 132 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.14 |
| HSL | 325.02º | 0.92% | 0.45% | - |
| HSV(B) | 325.02º | 0.96% | 0.86% | - |
| XYZ | 33.78 | 17.08 | 23.35 | - |
| YUV | 86.11 | 153.9 | 223.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 132 | 0 | 0.96 | 0.40 | 0.14 | 325.02 | 0.92 | 0.45 |
| Hex | DC | 9 | 84 | 0 | 60 | 28 | E | 145 | 5C | 2D |
| Octal | 334 | 11 | 204 | 0 | 140 | 50 | 16 | 505 | 134 | 55 |
| Binary | 11011100 | 1001 | 10000100 | 0 | 1100000 | 101000 | 1110 | 101000101 | 1011100 | 101101 |
Color Harmonies of #DC0984
Complementary color
Monochromatic Colors of #DC0984
Black with #DC0984
Text Example
Text Example
White with #DC0984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0984; }
p { color: rgb(220,9,132); }
H1.HeaderClassName
{
color: #DC0984;
}
.AnyTagClassName
{
color: #DC0984;
}
</style>
background-color css
<style>
a { background-color: #DC0984; }
a { background-color: rgb(220,9,132); }
div.DivClassName
{
background-color: #DC0984;
}
.BgClassName
{
background-color: #DC0984;
}
</style>
border-color css
<style>
span { border-color: #DC0984; }
span { border-color: rgb(220,9,132); }
td.TdClassName
{
border-color: #DC0984;
}
.TagClassName
{
border-color: #DC0984;
}
</style>