Shades of Medium Violet Red #DC0986
Tints of Medium Violet Red #DC0986
RGB
CMYK
RGB Variations
Color information
#DC0986 (or 0xDC0986) is known color: Medium Violet Red. HEX triplet: DC, 09 and 86. RGB value is (220,9,134). Sum of RGB (Red+Green+Blue) = 220+9+134=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0986 is #23F679. Grayscale: #565656. Windows color (decimal): -2356858 or 8784348. OLE color: 8784348.
HSL color Cylindrical-coordinate representation of color #DC0986: hue angle of 324.45º 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 #DC0986 is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 134 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.14 |
| HSL | 324.46º | 0.92% | 0.45% | - |
| HSV(B) | 324.46º | 0.96% | 0.86% | - |
| XYZ | 33.92 | 17.13 | 24.07 | - |
| YUV | 86.34 | 154.9 | 223.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 134 | 0 | 0.96 | 0.39 | 0.14 | 324.46 | 0.92 | 0.45 |
| Hex | DC | 9 | 86 | 0 | 60 | 27 | E | 144 | 5C | 2D |
| Octal | 334 | 11 | 206 | 0 | 140 | 47 | 16 | 504 | 134 | 55 |
| Binary | 11011100 | 1001 | 10000110 | 0 | 1100000 | 100111 | 1110 | 101000100 | 1011100 | 101101 |
Color Harmonies of #DC0986
Complementary color
Monochromatic Colors of #DC0986
Black with #DC0986
Text Example
Text Example
White with #DC0986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0986; }
p { color: rgb(220,9,134); }
H1.HeaderClassName
{
color: #DC0986;
}
.AnyTagClassName
{
color: #DC0986;
}
</style>
background-color css
<style>
a { background-color: #DC0986; }
a { background-color: rgb(220,9,134); }
div.DivClassName
{
background-color: #DC0986;
}
.BgClassName
{
background-color: #DC0986;
}
</style>
border-color css
<style>
span { border-color: #DC0986; }
span { border-color: rgb(220,9,134); }
td.TdClassName
{
border-color: #DC0986;
}
.TagClassName
{
border-color: #DC0986;
}
</style>