Shades of Medium Violet Red #DC0389
Tints of Medium Violet Red #DC0389
RGB
CMYK
RGB Variations
Color information
#DC0389 (or 0xDC0389) is known color: Medium Violet Red. HEX triplet: DC, 03 and 89. RGB value is (220,3,137). Sum of RGB (Red+Green+Blue) = 220+3+137=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 3 (1.56% from 255 or 0.83% from 360); Blue value is 137 (53.91% from 255 or 38.06% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC0389 is #23FC76. Grayscale: #525252. Windows color (decimal): -2358391 or 8979420. OLE color: 8979420.
HSL color Cylindrical-coordinate representation of color #DC0389: hue angle of 322.95º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0389 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 137 | - |
| CMYK | 0 | 0.99 | 0.38 | 0.14 |
| HSL | 322.95º | 0.97% | 0.44% | - |
| HSV(B) | 322.95º | 0.99% | 0.86% | - |
| XYZ | 34.06 | 17.09 | 25.17 | - |
| YUV | 83.16 | 158.39 | 225.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 137 | 0 | 0.99 | 0.38 | 0.14 | 322.95 | 0.97 | 0.44 |
| Hex | DC | 3 | 89 | 0 | 63 | 26 | E | 143 | 61 | 2C |
| Octal | 334 | 3 | 211 | 0 | 143 | 46 | 16 | 503 | 141 | 54 |
| Binary | 11011100 | 11 | 10001001 | 0 | 1100011 | 100110 | 1110 | 101000011 | 1100001 | 101100 |
Color Harmonies of #DC0389
Complementary color
Monochromatic Colors of #DC0389
Black with #DC0389
Text Example
Text Example
White with #DC0389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0389; }
p { color: rgb(220,3,137); }
H1.HeaderClassName
{
color: #DC0389;
}
.AnyTagClassName
{
color: #DC0389;
}
</style>
background-color css
<style>
a { background-color: #DC0389; }
a { background-color: rgb(220,3,137); }
div.DivClassName
{
background-color: #DC0389;
}
.BgClassName
{
background-color: #DC0389;
}
</style>
border-color css
<style>
span { border-color: #DC0389; }
span { border-color: rgb(220,3,137); }
td.TdClassName
{
border-color: #DC0389;
}
.TagClassName
{
border-color: #DC0389;
}
</style>