Shades of Medium Violet Red #DC0282
Tints of Medium Violet Red #DC0282
RGB
CMYK
RGB Variations
Color information
#DC0282 (or 0xDC0282) is known color: Medium Violet Red. HEX triplet: DC, 02 and 82. RGB value is (220,2,130). Sum of RGB (Red+Green+Blue) = 220+2+130=352 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.5% from 352); Green value is 2 (1.17% from 255 or 0.57% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0282 is #23FD7D. Grayscale: #515151. Windows color (decimal): -2358654 or 8520412. OLE color: 8520412.
HSL color Cylindrical-coordinate representation of color #DC0282: hue angle of 324.77º degrees, saturation: 0.98, 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 #DC0282 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 130 | - |
| CMYK | 0 | 0.99 | 0.41 | 0.14 |
| HSL | 324.77º | 0.98% | 0.44% | - |
| HSV(B) | 324.77º | 0.99% | 0.86% | - |
| XYZ | 33.57 | 16.87 | 22.61 | - |
| YUV | 81.77 | 155.22 | 226.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 130 | 0 | 0.99 | 0.41 | 0.14 | 324.77 | 0.98 | 0.44 |
| Hex | DC | 2 | 82 | 0 | 63 | 29 | E | 145 | 62 | 2C |
| Octal | 334 | 2 | 202 | 0 | 143 | 51 | 16 | 505 | 142 | 54 |
| Binary | 11011100 | 10 | 10000010 | 0 | 1100011 | 101001 | 1110 | 101000101 | 1100010 | 101100 |
Color Harmonies of #DC0282
Complementary color
Monochromatic Colors of #DC0282
Black with #DC0282
Text Example
Text Example
White with #DC0282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0282; }
p { color: rgb(220,2,130); }
H1.HeaderClassName
{
color: #DC0282;
}
.AnyTagClassName
{
color: #DC0282;
}
</style>
background-color css
<style>
a { background-color: #DC0282; }
a { background-color: rgb(220,2,130); }
div.DivClassName
{
background-color: #DC0282;
}
.BgClassName
{
background-color: #DC0282;
}
</style>
border-color css
<style>
span { border-color: #DC0282; }
span { border-color: rgb(220,2,130); }
td.TdClassName
{
border-color: #DC0282;
}
.TagClassName
{
border-color: #DC0282;
}
</style>