Shades of Medium Violet Red #DC1880
Tints of Medium Violet Red #DC1880
RGB
CMYK
RGB Variations
Color information
#DC1880 (or 0xDC1880) is known color: Medium Violet Red. HEX triplet: DC, 18 and 80. RGB value is (220,24,128). Sum of RGB (Red+Green+Blue) = 220+24+128=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 24 (9.77% from 255 or 6.45% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1880 is #23E77F. Grayscale: #5E5E5E. Windows color (decimal): -2353024 or 8394972. OLE color: 8394972.
HSL color Cylindrical-coordinate representation of color #DC1880: hue angle of 328.16º 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 #DC1880 is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 128 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.14 |
| HSL | 328.16º | 0.8% | 0.48% | - |
| HSV(B) | 328.16º | 0.89% | 0.86% | - |
| XYZ | 33.74 | 17.43 | 22.01 | - |
| YUV | 94.46 | 146.93 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 128 | 0 | 0.89 | 0.42 | 0.14 | 328.16 | 0.8 | 0.48 |
| Hex | DC | 18 | 80 | 0 | 59 | 2A | E | 148 | 50 | 30 |
| Octal | 334 | 30 | 200 | 0 | 131 | 52 | 16 | 510 | 120 | 60 |
| Binary | 11011100 | 11000 | 10000000 | 0 | 1011001 | 101010 | 1110 | 101001000 | 1010000 | 110000 |
Color Harmonies of #DC1880
Complementary color
Monochromatic Colors of #DC1880
Black with #DC1880
Text Example
Text Example
White with #DC1880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1880; }
p { color: rgb(220,24,128); }
H1.HeaderClassName
{
color: #DC1880;
}
.AnyTagClassName
{
color: #DC1880;
}
</style>
background-color css
<style>
a { background-color: #DC1880; }
a { background-color: rgb(220,24,128); }
div.DivClassName
{
background-color: #DC1880;
}
.BgClassName
{
background-color: #DC1880;
}
</style>
border-color css
<style>
span { border-color: #DC1880; }
span { border-color: rgb(220,24,128); }
td.TdClassName
{
border-color: #DC1880;
}
.TagClassName
{
border-color: #DC1880;
}
</style>