Shades of Medium Violet Red #DC0382
Tints of Medium Violet Red #DC0382
RGB
CMYK
RGB Variations
Color information
#DC0382 (or 0xDC0382) is known color: Medium Violet Red. HEX triplet: DC, 03 and 82. RGB value is (220,3,130). Sum of RGB (Red+Green+Blue) = 220+3+130=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 3 (1.56% from 255 or 0.85% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0382 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0382 is #23FC7D. Grayscale: #525252. Windows color (decimal): -2358398 or 8520668. OLE color: 8520668.
HSL color Cylindrical-coordinate representation of color #DC0382: hue angle of 324.88º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0382 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 130 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.14 |
| HSL | 324.88º | 0.97% | 0.44% | - |
| HSV(B) | 324.88º | 0.99% | 0.86% | - |
| XYZ | 33.58 | 16.89 | 22.61 | - |
| YUV | 82.36 | 154.89 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 130 | 0 | 0.99 | 0.41 | 0.14 | 324.88 | 0.97 | 0.44 |
| Hex | DC | 3 | 82 | 0 | 63 | 29 | E | 145 | 61 | 2C |
| Octal | 334 | 3 | 202 | 0 | 143 | 51 | 16 | 505 | 141 | 54 |
| Binary | 11011100 | 11 | 10000010 | 0 | 1100011 | 101001 | 1110 | 101000101 | 1100001 | 101100 |
Color Harmonies of #DC0382
Complementary color
Monochromatic Colors of #DC0382
Black with #DC0382
Text Example
Text Example
White with #DC0382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0382; }
p { color: rgb(220,3,130); }
H1.HeaderClassName
{
color: #DC0382;
}
.AnyTagClassName
{
color: #DC0382;
}
</style>
background-color css
<style>
a { background-color: #DC0382; }
a { background-color: rgb(220,3,130); }
div.DivClassName
{
background-color: #DC0382;
}
.BgClassName
{
background-color: #DC0382;
}
</style>
border-color css
<style>
span { border-color: #DC0382; }
span { border-color: rgb(220,3,130); }
td.TdClassName
{
border-color: #DC0382;
}
.TagClassName
{
border-color: #DC0382;
}
</style>