Shades of Medium Violet Red #DC1882
Tints of Medium Violet Red #DC1882
RGB
CMYK
RGB Variations
Color information
#DC1882 (or 0xDC1882) is known color: Medium Violet Red. HEX triplet: DC, 18 and 82. RGB value is (220,24,130). Sum of RGB (Red+Green+Blue) = 220+24+130=374 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.82% from 374); Green value is 24 (9.77% from 255 or 6.42% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1882 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1882 is #23E77D. Grayscale: #5E5E5E. Windows color (decimal): -2353022 or 8526044. OLE color: 8526044.
HSL color Cylindrical-coordinate representation of color #DC1882: hue angle of 327.55º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC1882 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 130 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.14 |
| HSL | 327.55º | 0.8% | 0.48% | - |
| HSV(B) | 327.55º | 0.89% | 0.86% | - |
| XYZ | 33.87 | 17.48 | 22.71 | - |
| YUV | 94.69 | 147.93 | 217.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 130 | 0 | 0.89 | 0.41 | 0.14 | 327.55 | 0.8 | 0.48 |
| Hex | DC | 18 | 82 | 0 | 59 | 29 | E | 148 | 50 | 30 |
| Octal | 334 | 30 | 202 | 0 | 131 | 51 | 16 | 510 | 120 | 60 |
| Binary | 11011100 | 11000 | 10000010 | 0 | 1011001 | 101001 | 1110 | 101001000 | 1010000 | 110000 |
Color Harmonies of #DC1882
Complementary color
Monochromatic Colors of #DC1882
Black with #DC1882
Text Example
Text Example
White with #DC1882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1882; }
p { color: rgb(220,24,130); }
H1.HeaderClassName
{
color: #DC1882;
}
.AnyTagClassName
{
color: #DC1882;
}
</style>
background-color css
<style>
a { background-color: #DC1882; }
a { background-color: rgb(220,24,130); }
div.DivClassName
{
background-color: #DC1882;
}
.BgClassName
{
background-color: #DC1882;
}
</style>
border-color css
<style>
span { border-color: #DC1882; }
span { border-color: rgb(220,24,130); }
td.TdClassName
{
border-color: #DC1882;
}
.TagClassName
{
border-color: #DC1882;
}
</style>