Shades of Medium Violet Red #DC0682
Tints of Medium Violet Red #DC0682
RGB
CMYK
RGB Variations
Color information
#DC0682 (or 0xDC0682) is known color: Medium Violet Red. HEX triplet: DC, 06 and 82. RGB value is (220,6,130). Sum of RGB (Red+Green+Blue) = 220+6+130=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 6 (2.73% from 255 or 1.69% from 356); Blue value is 130 (51.17% from 255 or 36.52% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0682 is #23F97D. Grayscale: #535353. Windows color (decimal): -2357630 or 8521436. OLE color: 8521436.
HSL color Cylindrical-coordinate representation of color #DC0682: hue angle of 325.23º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC0682 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 130 | - |
| CMYK | 0 | 0.97 | 0.41 | 0.14 |
| HSL | 325.23º | 0.95% | 0.44% | - |
| HSV(B) | 325.23º | 0.97% | 0.86% | - |
| XYZ | 33.61 | 16.96 | 22.62 | - |
| YUV | 84.12 | 153.9 | 224.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 130 | 0 | 0.97 | 0.41 | 0.14 | 325.23 | 0.95 | 0.44 |
| Hex | DC | 6 | 82 | 0 | 61 | 29 | E | 145 | 5F | 2C |
| Octal | 334 | 6 | 202 | 0 | 141 | 51 | 16 | 505 | 137 | 54 |
| Binary | 11011100 | 110 | 10000010 | 0 | 1100001 | 101001 | 1110 | 101000101 | 1011111 | 101100 |
Color Harmonies of #DC0682
Complementary color
Monochromatic Colors of #DC0682
Black with #DC0682
Text Example
Text Example
White with #DC0682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0682; }
p { color: rgb(220,6,130); }
H1.HeaderClassName
{
color: #DC0682;
}
.AnyTagClassName
{
color: #DC0682;
}
</style>
background-color css
<style>
a { background-color: #DC0682; }
a { background-color: rgb(220,6,130); }
div.DivClassName
{
background-color: #DC0682;
}
.BgClassName
{
background-color: #DC0682;
}
</style>
border-color css
<style>
span { border-color: #DC0682; }
span { border-color: rgb(220,6,130); }
td.TdClassName
{
border-color: #DC0682;
}
.TagClassName
{
border-color: #DC0682;
}
</style>