Shades of Medium Violet Red #DC0890
Tints of Medium Violet Red #DC0890
RGB
CMYK
RGB Variations
Color information
#DC0890 (or 0xDC0890) is known color: Medium Violet Red. HEX triplet: DC, 08 and 90. RGB value is (220,8,144). Sum of RGB (Red+Green+Blue) = 220+8+144=372 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.14% from 372); Green value is 8 (3.52% from 255 or 2.15% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0890 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0890 is #23F76F. Grayscale: #565656. Windows color (decimal): -2357104 or 9439452. OLE color: 9439452.
HSL color Cylindrical-coordinate representation of color #DC0890: hue angle of 321.51º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC0890 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 144 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.14 |
| HSL | 321.51º | 0.93% | 0.45% | - |
| HSV(B) | 321.51º | 0.96% | 0.86% | - |
| XYZ | 34.64 | 17.4 | 27.92 | - |
| YUV | 86.89 | 160.24 | 222.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 144 | 0 | 0.96 | 0.35 | 0.14 | 321.51 | 0.93 | 0.45 |
| Hex | DC | 8 | 90 | 0 | 60 | 23 | E | 142 | 5D | 2D |
| Octal | 334 | 10 | 220 | 0 | 140 | 43 | 16 | 502 | 135 | 55 |
| Binary | 11011100 | 1000 | 10010000 | 0 | 1100000 | 100011 | 1110 | 101000010 | 1011101 | 101101 |
Color Harmonies of #DC0890
Complementary color
Monochromatic Colors of #DC0890
Black with #DC0890
Text Example
Text Example
White with #DC0890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0890; }
p { color: rgb(220,8,144); }
H1.HeaderClassName
{
color: #DC0890;
}
.AnyTagClassName
{
color: #DC0890;
}
</style>
background-color css
<style>
a { background-color: #DC0890; }
a { background-color: rgb(220,8,144); }
div.DivClassName
{
background-color: #DC0890;
}
.BgClassName
{
background-color: #DC0890;
}
</style>
border-color css
<style>
span { border-color: #DC0890; }
span { border-color: rgb(220,8,144); }
td.TdClassName
{
border-color: #DC0890;
}
.TagClassName
{
border-color: #DC0890;
}
</style>