Shades of Medium Violet Red #DC1682
Tints of Medium Violet Red #DC1682
RGB
CMYK
RGB Variations
Color information
#DC1682 (or 0xDC1682) is known color: Medium Violet Red. HEX triplet: DC, 16 and 82. RGB value is (220,22,130). Sum of RGB (Red+Green+Blue) = 220+22+130=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 22 (8.98% from 255 or 5.91% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1682 is #23E97D. Grayscale: #5D5D5D. Windows color (decimal): -2353534 or 8525532. OLE color: 8525532.
HSL color Cylindrical-coordinate representation of color #DC1682: hue angle of 327.27º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1682 is Cyan = 0, Magento = 0.9, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 22 | 130 | - |
| CMYK | 0 | 0.9 | 0.41 | 0.14 |
| HSL | 327.27º | 0.82% | 0.47% | - |
| HSV(B) | 327.27º | 0.9% | 0.86% | - |
| XYZ | 33.83 | 17.4 | 22.69 | - |
| YUV | 93.51 | 148.6 | 218.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 22 | 130 | 0 | 0.9 | 0.41 | 0.14 | 327.27 | 0.82 | 0.47 |
| Hex | DC | 16 | 82 | 0 | 5A | 29 | E | 147 | 52 | 2F |
| Octal | 334 | 26 | 202 | 0 | 132 | 51 | 16 | 507 | 122 | 57 |
| Binary | 11011100 | 10110 | 10000010 | 0 | 1011010 | 101001 | 1110 | 101000111 | 1010010 | 101111 |
Color Harmonies of #DC1682
Complementary color
Monochromatic Colors of #DC1682
Black with #DC1682
Text Example
Text Example
White with #DC1682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1682; }
p { color: rgb(220,22,130); }
H1.HeaderClassName
{
color: #DC1682;
}
.AnyTagClassName
{
color: #DC1682;
}
</style>
background-color css
<style>
a { background-color: #DC1682; }
a { background-color: rgb(220,22,130); }
div.DivClassName
{
background-color: #DC1682;
}
.BgClassName
{
background-color: #DC1682;
}
</style>
border-color css
<style>
span { border-color: #DC1682; }
span { border-color: rgb(220,22,130); }
td.TdClassName
{
border-color: #DC1682;
}
.TagClassName
{
border-color: #DC1682;
}
</style>