Shades of Medium Violet Red #DC0989
Tints of Medium Violet Red #DC0989
RGB
CMYK
RGB Variations
Color information
#DC0989 (or 0xDC0989) is known color: Medium Violet Red. HEX triplet: DC, 09 and 89. RGB value is (220,9,137). Sum of RGB (Red+Green+Blue) = 220+9+137=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0989 is #23F676. Grayscale: #565656. Windows color (decimal): -2356855 or 8980956. OLE color: 8980956.
HSL color Cylindrical-coordinate representation of color #DC0989: hue angle of 323.6º degrees, saturation: 0.92, 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 #DC0989 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 137 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.14 |
| HSL | 323.6º | 0.92% | 0.45% | - |
| HSV(B) | 323.6º | 0.96% | 0.86% | - |
| XYZ | 34.13 | 17.22 | 25.19 | - |
| YUV | 86.68 | 156.4 | 223.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 137 | 0 | 0.96 | 0.38 | 0.14 | 323.6 | 0.92 | 0.45 |
| Hex | DC | 9 | 89 | 0 | 60 | 26 | E | 144 | 5C | 2D |
| Octal | 334 | 11 | 211 | 0 | 140 | 46 | 16 | 504 | 134 | 55 |
| Binary | 11011100 | 1001 | 10001001 | 0 | 1100000 | 100110 | 1110 | 101000100 | 1011100 | 101101 |
Color Harmonies of #DC0989
Complementary color
Monochromatic Colors of #DC0989
Black with #DC0989
Text Example
Text Example
White with #DC0989
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0989; }
p { color: rgb(220,9,137); }
H1.HeaderClassName
{
color: #DC0989;
}
.AnyTagClassName
{
color: #DC0989;
}
</style>
background-color css
<style>
a { background-color: #DC0989; }
a { background-color: rgb(220,9,137); }
div.DivClassName
{
background-color: #DC0989;
}
.BgClassName
{
background-color: #DC0989;
}
</style>
border-color css
<style>
span { border-color: #DC0989; }
span { border-color: rgb(220,9,137); }
td.TdClassName
{
border-color: #DC0989;
}
.TagClassName
{
border-color: #DC0989;
}
</style>