Shades of Medium Violet Red #DC0889
Tints of Medium Violet Red #DC0889
RGB
CMYK
RGB Variations
Color information
#DC0889 (or 0xDC0889) is known color: Medium Violet Red. HEX triplet: DC, 08 and 89. RGB value is (220,8,137). Sum of RGB (Red+Green+Blue) = 220+8+137=365 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.27% from 365); Green value is 8 (3.52% from 255 or 2.19% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0889 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0889 is #23F776. Grayscale: #555555. Windows color (decimal): -2357111 or 8980700. OLE color: 8980700.
HSL color Cylindrical-coordinate representation of color #DC0889: hue angle of 323.49º 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 #DC0889 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 137 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.14 |
| HSL | 323.49º | 0.93% | 0.45% | - |
| HSV(B) | 323.49º | 0.96% | 0.86% | - |
| XYZ | 34.12 | 17.2 | 25.19 | - |
| YUV | 86.09 | 156.74 | 223.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 137 | 0 | 0.96 | 0.38 | 0.14 | 323.49 | 0.93 | 0.45 |
| Hex | DC | 8 | 89 | 0 | 60 | 26 | E | 143 | 5D | 2D |
| Octal | 334 | 10 | 211 | 0 | 140 | 46 | 16 | 503 | 135 | 55 |
| Binary | 11011100 | 1000 | 10001001 | 0 | 1100000 | 100110 | 1110 | 101000011 | 1011101 | 101101 |
Color Harmonies of #DC0889
Complementary color
Monochromatic Colors of #DC0889
Black with #DC0889
Text Example
Text Example
White with #DC0889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0889; }
p { color: rgb(220,8,137); }
H1.HeaderClassName
{
color: #DC0889;
}
.AnyTagClassName
{
color: #DC0889;
}
</style>
background-color css
<style>
a { background-color: #DC0889; }
a { background-color: rgb(220,8,137); }
div.DivClassName
{
background-color: #DC0889;
}
.BgClassName
{
background-color: #DC0889;
}
</style>
border-color css
<style>
span { border-color: #DC0889; }
span { border-color: rgb(220,8,137); }
td.TdClassName
{
border-color: #DC0889;
}
.TagClassName
{
border-color: #DC0889;
}
</style>