Shades of Medium Violet Red #DC0489
Tints of Medium Violet Red #DC0489
RGB
CMYK
RGB Variations
Color information
#DC0489 (or 0xDC0489) is known color: Medium Violet Red. HEX triplet: DC, 04 and 89. RGB value is (220,4,137). Sum of RGB (Red+Green+Blue) = 220+4+137=361 (47% of max value = 765). Red value is 220 (86.33% from 255 or 60.94% from 361); Green value is 4 (1.95% from 255 or 1.11% from 361); Blue value is 137 (53.91% from 255 or 37.95% from 361); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0489 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0489 is #23FB76. Grayscale: #535353. Windows color (decimal): -2358135 or 8979676. OLE color: 8979676.
HSL color Cylindrical-coordinate representation of color #DC0489: hue angle of 323.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0489 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 137 | - |
| CMYK | 0 | 0.98 | 0.38 | 0.14 |
| HSL | 323.06º | 0.96% | 0.44% | - |
| HSV(B) | 323.06º | 0.98% | 0.86% | - |
| XYZ | 34.07 | 17.11 | 25.17 | - |
| YUV | 83.75 | 158.06 | 225.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 137 | 0 | 0.98 | 0.38 | 0.14 | 323.06 | 0.96 | 0.44 |
| Hex | DC | 4 | 89 | 0 | 62 | 26 | E | 143 | 60 | 2C |
| Octal | 334 | 4 | 211 | 0 | 142 | 46 | 16 | 503 | 140 | 54 |
| Binary | 11011100 | 100 | 10001001 | 0 | 1100010 | 100110 | 1110 | 101000011 | 1100000 | 101100 |
Color Harmonies of #DC0489
Complementary color
Monochromatic Colors of #DC0489
Black with #DC0489
Text Example
Text Example
White with #DC0489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0489; }
p { color: rgb(220,4,137); }
H1.HeaderClassName
{
color: #DC0489;
}
.AnyTagClassName
{
color: #DC0489;
}
</style>
background-color css
<style>
a { background-color: #DC0489; }
a { background-color: rgb(220,4,137); }
div.DivClassName
{
background-color: #DC0489;
}
.BgClassName
{
background-color: #DC0489;
}
</style>
border-color css
<style>
span { border-color: #DC0489; }
span { border-color: rgb(220,4,137); }
td.TdClassName
{
border-color: #DC0489;
}
.TagClassName
{
border-color: #DC0489;
}
</style>