Shades of Medium Violet Red #DC0983
Tints of Medium Violet Red #DC0983
RGB
CMYK
RGB Variations
Color information
#DC0983 (or 0xDC0983) is known color: Medium Violet Red. HEX triplet: DC, 09 and 83. RGB value is (220,9,131). Sum of RGB (Red+Green+Blue) = 220+9+131=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 9 (3.91% from 255 or 2.5% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0983 is #23F67C. Grayscale: #555555. Windows color (decimal): -2356861 or 8587740. OLE color: 8587740.
HSL color Cylindrical-coordinate representation of color #DC0983: hue angle of 325.31º 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 #DC0983 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 131 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.14 |
| HSL | 325.31º | 0.92% | 0.45% | - |
| HSV(B) | 325.31º | 0.96% | 0.86% | - |
| XYZ | 33.71 | 17.05 | 22.99 | - |
| YUV | 86 | 153.4 | 223.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 131 | 0 | 0.96 | 0.40 | 0.14 | 325.31 | 0.92 | 0.45 |
| Hex | DC | 9 | 83 | 0 | 60 | 28 | E | 145 | 5C | 2D |
| Octal | 334 | 11 | 203 | 0 | 140 | 50 | 16 | 505 | 134 | 55 |
| Binary | 11011100 | 1001 | 10000011 | 0 | 1100000 | 101000 | 1110 | 101000101 | 1011100 | 101101 |
Color Harmonies of #DC0983
Complementary color
Monochromatic Colors of #DC0983
Black with #DC0983
Text Example
Text Example
White with #DC0983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0983; }
p { color: rgb(220,9,131); }
H1.HeaderClassName
{
color: #DC0983;
}
.AnyTagClassName
{
color: #DC0983;
}
</style>
background-color css
<style>
a { background-color: #DC0983; }
a { background-color: rgb(220,9,131); }
div.DivClassName
{
background-color: #DC0983;
}
.BgClassName
{
background-color: #DC0983;
}
</style>
border-color css
<style>
span { border-color: #DC0983; }
span { border-color: rgb(220,9,131); }
td.TdClassName
{
border-color: #DC0983;
}
.TagClassName
{
border-color: #DC0983;
}
</style>