Shades of Medium Violet Red #DC0D7A
Tints of Medium Violet Red #DC0D7A
RGB
CMYK
RGB Variations
Color information
#DC0D7A (or 0xDC0D7A) is known color: Medium Violet Red. HEX triplet: DC, 0D and 7A. RGB value is (220,13,122). Sum of RGB (Red+Green+Blue) = 220+13+122=355 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.97% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D7A is #23F285. Grayscale: #575757. Windows color (decimal): -2355846 or 7998940. OLE color: 7998940.
HSL color Cylindrical-coordinate representation of color #DC0D7A: hue angle of 328.41º degrees, saturation: 0.89, 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 #DC0D7A is Cyan = 0, Magento = 0.94, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 122 | - |
| CMYK | 0 | 0.94 | 0.45 | 0.14 |
| HSL | 328.41º | 0.89% | 0.46% | - |
| HSV(B) | 328.41º | 0.94% | 0.86% | - |
| XYZ | 33.17 | 16.91 | 19.93 | - |
| YUV | 87.32 | 147.58 | 222.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 122 | 0 | 0.94 | 0.45 | 0.14 | 328.41 | 0.89 | 0.46 |
| Hex | DC | D | 7A | 0 | 5E | 2D | E | 148 | 59 | 2E |
| Octal | 334 | 15 | 172 | 0 | 136 | 55 | 16 | 510 | 131 | 56 |
| Binary | 11011100 | 1101 | 1111010 | 0 | 1011110 | 101101 | 1110 | 101001000 | 1011001 | 101110 |
Color Harmonies of #DC0D7A
Complementary color
Monochromatic Colors of #DC0D7A
Black with #DC0D7A
Text Example
Text Example
White with #DC0D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D7A; }
p { color: rgb(220,13,122); }
H1.HeaderClassName
{
color: #DC0D7A;
}
.AnyTagClassName
{
color: #DC0D7A;
}
</style>
background-color css
<style>
a { background-color: #DC0D7A; }
a { background-color: rgb(220,13,122); }
div.DivClassName
{
background-color: #DC0D7A;
}
.BgClassName
{
background-color: #DC0D7A;
}
</style>
border-color css
<style>
span { border-color: #DC0D7A; }
span { border-color: rgb(220,13,122); }
td.TdClassName
{
border-color: #DC0D7A;
}
.TagClassName
{
border-color: #DC0D7A;
}
</style>