Shades of Medium Violet Red #DC0891
Tints of Medium Violet Red #DC0891
RGB
CMYK
RGB Variations
Color information
#DC0891 (or 0xDC0891) is known color: Medium Violet Red. HEX triplet: DC, 08 and 91. RGB value is (220,8,145). Sum of RGB (Red+Green+Blue) = 220+8+145=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 145 (57.03% from 255 or 38.87% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0891 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0891 is #23F76E. Grayscale: #565656. Windows color (decimal): -2357103 or 9504988. OLE color: 9504988.
HSL color Cylindrical-coordinate representation of color #DC0891: hue angle of 321.23º 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 #DC0891 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 145 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.14 |
| HSL | 321.23º | 0.93% | 0.45% | - |
| HSV(B) | 321.23º | 0.96% | 0.86% | - |
| XYZ | 34.71 | 17.43 | 28.32 | - |
| YUV | 87.01 | 160.74 | 222.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 145 | 0 | 0.96 | 0.34 | 0.14 | 321.23 | 0.93 | 0.45 |
| Hex | DC | 8 | 91 | 0 | 60 | 22 | E | 141 | 5D | 2D |
| Octal | 334 | 10 | 221 | 0 | 140 | 42 | 16 | 501 | 135 | 55 |
| Binary | 11011100 | 1000 | 10010001 | 0 | 1100000 | 100010 | 1110 | 101000001 | 1011101 | 101101 |
Color Harmonies of #DC0891
Complementary color
Monochromatic Colors of #DC0891
Black with #DC0891
Text Example
Text Example
White with #DC0891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0891; }
p { color: rgb(220,8,145); }
H1.HeaderClassName
{
color: #DC0891;
}
.AnyTagClassName
{
color: #DC0891;
}
</style>
background-color css
<style>
a { background-color: #DC0891; }
a { background-color: rgb(220,8,145); }
div.DivClassName
{
background-color: #DC0891;
}
.BgClassName
{
background-color: #DC0891;
}
</style>
border-color css
<style>
span { border-color: #DC0891; }
span { border-color: rgb(220,8,145); }
td.TdClassName
{
border-color: #DC0891;
}
.TagClassName
{
border-color: #DC0891;
}
</style>