Shades of Medium Violet Red #DC1884
Tints of Medium Violet Red #DC1884
RGB
CMYK
RGB Variations
Color information
#DC1884 (or 0xDC1884) is known color: Medium Violet Red. HEX triplet: DC, 18 and 84. RGB value is (220,24,132). Sum of RGB (Red+Green+Blue) = 220+24+132=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 24 (9.77% from 255 or 6.38% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1884 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1884 is #23E77B. Grayscale: #5E5E5E. Windows color (decimal): -2353020 or 8657116. OLE color: 8657116.
HSL color Cylindrical-coordinate representation of color #DC1884: hue angle of 326.94º 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 #DC1884 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 132 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.14 |
| HSL | 326.94º | 0.8% | 0.48% | - |
| HSV(B) | 326.94º | 0.89% | 0.86% | - |
| XYZ | 34.01 | 17.53 | 23.42 | - |
| YUV | 94.92 | 148.93 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 132 | 0 | 0.89 | 0.40 | 0.14 | 326.94 | 0.8 | 0.48 |
| Hex | DC | 18 | 84 | 0 | 59 | 28 | E | 147 | 50 | 30 |
| Octal | 334 | 30 | 204 | 0 | 131 | 50 | 16 | 507 | 120 | 60 |
| Binary | 11011100 | 11000 | 10000100 | 0 | 1011001 | 101000 | 1110 | 101000111 | 1010000 | 110000 |
Color Harmonies of #DC1884
Complementary color
Monochromatic Colors of #DC1884
Black with #DC1884
Text Example
Text Example
White with #DC1884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1884; }
p { color: rgb(220,24,132); }
H1.HeaderClassName
{
color: #DC1884;
}
.AnyTagClassName
{
color: #DC1884;
}
</style>
background-color css
<style>
a { background-color: #DC1884; }
a { background-color: rgb(220,24,132); }
div.DivClassName
{
background-color: #DC1884;
}
.BgClassName
{
background-color: #DC1884;
}
</style>
border-color css
<style>
span { border-color: #DC1884; }
span { border-color: rgb(220,24,132); }
td.TdClassName
{
border-color: #DC1884;
}
.TagClassName
{
border-color: #DC1884;
}
</style>