Shades of Medium Violet Red #DC1890
Tints of Medium Violet Red #DC1890
RGB
CMYK
RGB Variations
Color information
#DC1890 (or 0xDC1890) is known color: Medium Violet Red. HEX triplet: DC, 18 and 90. RGB value is (220,24,144). Sum of RGB (Red+Green+Blue) = 220+24+144=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC1890 is #23E76F. Grayscale: #606060. Windows color (decimal): -2353008 or 9443548. OLE color: 9443548.
HSL color Cylindrical-coordinate representation of color #DC1890: hue angle of 323.27º 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 #DC1890 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 24 | 144 | - |
| CMYK | 0 | 0.89 | 0.35 | 0.14 |
| HSL | 323.27º | 0.8% | 0.48% | - |
| HSV(B) | 323.27º | 0.89% | 0.86% | - |
| XYZ | 34.88 | 17.88 | 28 | - |
| YUV | 96.28 | 154.93 | 216.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 24 | 144 | 0 | 0.89 | 0.35 | 0.14 | 323.27 | 0.8 | 0.48 |
| Hex | DC | 18 | 90 | 0 | 59 | 23 | E | 143 | 50 | 30 |
| Octal | 334 | 30 | 220 | 0 | 131 | 43 | 16 | 503 | 120 | 60 |
| Binary | 11011100 | 11000 | 10010000 | 0 | 1011001 | 100011 | 1110 | 101000011 | 1010000 | 110000 |
Color Harmonies of #DC1890
Complementary color
Monochromatic Colors of #DC1890
Black with #DC1890
Text Example
Text Example
White with #DC1890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC1890; }
p { color: rgb(220,24,144); }
H1.HeaderClassName
{
color: #DC1890;
}
.AnyTagClassName
{
color: #DC1890;
}
</style>
background-color css
<style>
a { background-color: #DC1890; }
a { background-color: rgb(220,24,144); }
div.DivClassName
{
background-color: #DC1890;
}
.BgClassName
{
background-color: #DC1890;
}
</style>
border-color css
<style>
span { border-color: #DC1890; }
span { border-color: rgb(220,24,144); }
td.TdClassName
{
border-color: #DC1890;
}
.TagClassName
{
border-color: #DC1890;
}
</style>