Shades of Medium Violet Red #DC0E7A
Tints of Medium Violet Red #DC0E7A
RGB
CMYK
RGB Variations
Color information
#DC0E7A (or 0xDC0E7A) is known color: Medium Violet Red. HEX triplet: DC, 0E and 7A. RGB value is (220,14,122). Sum of RGB (Red+Green+Blue) = 220+14+122=356 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.80% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E7A is #23F185. Grayscale: #575757. Windows color (decimal): -2355590 or 7999196. OLE color: 7999196.
HSL color Cylindrical-coordinate representation of color #DC0E7A: hue angle of 328.54º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E7A is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 122 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.14 |
| HSL | 328.54º | 0.88% | 0.46% | - |
| HSV(B) | 328.54º | 0.94% | 0.86% | - |
| XYZ | 33.19 | 16.93 | 19.93 | - |
| YUV | 87.91 | 147.25 | 222.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 122 | 0 | 0.94 | 0.45 | 0.14 | 328.54 | 0.88 | 0.46 |
| Hex | DC | E | 7A | 0 | 5E | 2D | E | 149 | 58 | 2E |
| Octal | 334 | 16 | 172 | 0 | 136 | 55 | 16 | 511 | 130 | 56 |
| Binary | 11011100 | 1110 | 1111010 | 0 | 1011110 | 101101 | 1110 | 101001001 | 1011000 | 101110 |
Color Harmonies of #DC0E7A
Complementary color
Monochromatic Colors of #DC0E7A
Black with #DC0E7A
Text Example
Text Example
White with #DC0E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E7A; }
p { color: rgb(220,14,122); }
H1.HeaderClassName
{
color: #DC0E7A;
}
.AnyTagClassName
{
color: #DC0E7A;
}
</style>
background-color css
<style>
a { background-color: #DC0E7A; }
a { background-color: rgb(220,14,122); }
div.DivClassName
{
background-color: #DC0E7A;
}
.BgClassName
{
background-color: #DC0E7A;
}
</style>
border-color css
<style>
span { border-color: #DC0E7A; }
span { border-color: rgb(220,14,122); }
td.TdClassName
{
border-color: #DC0E7A;
}
.TagClassName
{
border-color: #DC0E7A;
}
</style>