Shades of Medium Violet Red #DC0D7F
Tints of Medium Violet Red #DC0D7F
RGB
CMYK
RGB Variations
Color information
#DC0D7F (or 0xDC0D7F) is known color: Medium Violet Red. HEX triplet: DC, 0D and 7F. RGB value is (220,13,127). Sum of RGB (Red+Green+Blue) = 220+13+127=360 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.11% from 360); Green value is 13 (5.47% from 255 or 3.61% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D7F is #23F280. Grayscale: #575757. Windows color (decimal): -2355841 or 8326620. OLE color: 8326620.
HSL color Cylindrical-coordinate representation of color #DC0D7F: hue angle of 326.96º 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 #DC0D7F is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 127 | - |
| CMYK | 0 | 0.94 | 0.42 | 0.14 |
| HSL | 326.96º | 0.89% | 0.46% | - |
| HSV(B) | 326.96º | 0.94% | 0.86% | - |
| XYZ | 33.49 | 17.04 | 21.6 | - |
| YUV | 87.89 | 150.08 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 127 | 0 | 0.94 | 0.42 | 0.14 | 326.96 | 0.89 | 0.46 |
| Hex | DC | D | 7F | 0 | 5E | 2A | E | 147 | 59 | 2E |
| Octal | 334 | 15 | 177 | 0 | 136 | 52 | 16 | 507 | 131 | 56 |
| Binary | 11011100 | 1101 | 1111111 | 0 | 1011110 | 101010 | 1110 | 101000111 | 1011001 | 101110 |
Color Harmonies of #DC0D7F
Complementary color
Monochromatic Colors of #DC0D7F
Black with #DC0D7F
Text Example
Text Example
White with #DC0D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D7F; }
p { color: rgb(220,13,127); }
H1.HeaderClassName
{
color: #DC0D7F;
}
.AnyTagClassName
{
color: #DC0D7F;
}
</style>
background-color css
<style>
a { background-color: #DC0D7F; }
a { background-color: rgb(220,13,127); }
div.DivClassName
{
background-color: #DC0D7F;
}
.BgClassName
{
background-color: #DC0D7F;
}
</style>
border-color css
<style>
span { border-color: #DC0D7F; }
span { border-color: rgb(220,13,127); }
td.TdClassName
{
border-color: #DC0D7F;
}
.TagClassName
{
border-color: #DC0D7F;
}
</style>