Shades of Medium Violet Red #DC0783
Tints of Medium Violet Red #DC0783
RGB
CMYK
RGB Variations
Color information
#DC0783 (or 0xDC0783) is known color: Medium Violet Red. HEX triplet: DC, 07 and 83. RGB value is (220,7,131). Sum of RGB (Red+Green+Blue) = 220+7+131=358 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.45% from 358); Green value is 7 (3.12% from 255 or 1.96% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0783 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0783 is #23F87C. Grayscale: #545454. Windows color (decimal): -2357373 or 8587228. OLE color: 8587228.
HSL color Cylindrical-coordinate representation of color #DC0783: hue angle of 325.07º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0783 is Cyan = 0, Magento = 0.97, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 7 | 131 | - |
| CMYK | 0 | 0.97 | 0.40 | 0.14 |
| HSL | 325.07º | 0.94% | 0.45% | - |
| HSV(B) | 325.07º | 0.97% | 0.86% | - |
| XYZ | 33.69 | 17.01 | 22.98 | - |
| YUV | 84.82 | 154.07 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 7 | 131 | 0 | 0.97 | 0.40 | 0.14 | 325.07 | 0.94 | 0.45 |
| Hex | DC | 7 | 83 | 0 | 61 | 28 | E | 145 | 5E | 2D |
| Octal | 334 | 7 | 203 | 0 | 141 | 50 | 16 | 505 | 136 | 55 |
| Binary | 11011100 | 111 | 10000011 | 0 | 1100001 | 101000 | 1110 | 101000101 | 1011110 | 101101 |
Color Harmonies of #DC0783
Complementary color
Monochromatic Colors of #DC0783
Black with #DC0783
Text Example
Text Example
White with #DC0783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0783; }
p { color: rgb(220,7,131); }
H1.HeaderClassName
{
color: #DC0783;
}
.AnyTagClassName
{
color: #DC0783;
}
</style>
background-color css
<style>
a { background-color: #DC0783; }
a { background-color: rgb(220,7,131); }
div.DivClassName
{
background-color: #DC0783;
}
.BgClassName
{
background-color: #DC0783;
}
</style>
border-color css
<style>
span { border-color: #DC0783; }
span { border-color: rgb(220,7,131); }
td.TdClassName
{
border-color: #DC0783;
}
.TagClassName
{
border-color: #DC0783;
}
</style>