Shades of Medium Violet Red #DC1782
Tints of Medium Violet Red #DC1782
RGB
CMYK
RGB Variations
Color information
#DC1782 (or 0xDC1782) is known color: Medium Violet Red. HEX triplet: DC, 17 and 82. RGB value is (220,23,130). Sum of RGB (Red+Green+Blue) = 220+23+130=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 23 (9.38% from 255 or 6.17% from 373); Blue value is 130 (51.17% from 255 or 34.85% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1782 is #23E87D. Grayscale: #5D5D5D. Windows color (decimal): -2353278 or 8525788. OLE color: 8525788.
HSL color Cylindrical-coordinate representation of color #DC1782: hue angle of 327.41º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1782 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 23 | 130 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.14 |
| HSL | 327.41º | 0.81% | 0.48% | - |
| HSV(B) | 327.41º | 0.9% | 0.86% | - |
| XYZ | 33.85 | 17.44 | 22.7 | - |
| YUV | 94.1 | 148.27 | 217.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 23 | 130 | 0 | 0.90 | 0.41 | 0.14 | 327.41 | 0.81 | 0.48 |
| Hex | DC | 17 | 82 | 0 | 5A | 29 | E | 147 | 51 | 30 |
| Octal | 334 | 27 | 202 | 0 | 132 | 51 | 16 | 507 | 121 | 60 |
| Binary | 11011100 | 10111 | 10000010 | 0 | 1011010 | 101001 | 1110 | 101000111 | 1010001 | 110000 |
Color Harmonies of #DC1782
Complementary color
Monochromatic Colors of #DC1782
Black with #DC1782
Text Example
Text Example
White with #DC1782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1782; }
p { color: rgb(220,23,130); }
H1.HeaderClassName
{
color: #DC1782;
}
.AnyTagClassName
{
color: #DC1782;
}
</style>
background-color css
<style>
a { background-color: #DC1782; }
a { background-color: rgb(220,23,130); }
div.DivClassName
{
background-color: #DC1782;
}
.BgClassName
{
background-color: #DC1782;
}
</style>
border-color css
<style>
span { border-color: #DC1782; }
span { border-color: rgb(220,23,130); }
td.TdClassName
{
border-color: #DC1782;
}
.TagClassName
{
border-color: #DC1782;
}
</style>