Shades of Medium Violet Red #DC117A
Tints of Medium Violet Red #DC117A
RGB
CMYK
RGB Variations
Color information
#DC117A (or 0xDC117A) is known color: Medium Violet Red. HEX triplet: DC, 11 and 7A. RGB value is (220,17,122). Sum of RGB (Red+Green+Blue) = 220+17+122=359 (47% of max value = 765). Red value is 220 (86.33% from 255 or 61.28% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 220 - color contains mainly: red. Hex color #DC117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC117A is #23EE85. Grayscale: #595959. Windows color (decimal): -2354822 or 7999964. OLE color: 7999964.
HSL color Cylindrical-coordinate representation of color #DC117A: hue angle of 328.97º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC117A is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 122 | - |
| CMYK | 0 | 0.92 | 0.45 | 0.14 |
| HSL | 328.97º | 0.86% | 0.46% | - |
| HSV(B) | 328.97º | 0.92% | 0.86% | - |
| XYZ | 33.23 | 17.02 | 19.95 | - |
| YUV | 89.67 | 146.25 | 220.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 122 | 0 | 0.92 | 0.45 | 0.14 | 328.97 | 0.86 | 0.46 |
| Hex | DC | 11 | 7A | 0 | 5C | 2D | E | 149 | 56 | 2E |
| Octal | 334 | 21 | 172 | 0 | 134 | 55 | 16 | 511 | 126 | 56 |
| Binary | 11011100 | 10001 | 1111010 | 0 | 1011100 | 101101 | 1110 | 101001001 | 1010110 | 101110 |
Color Harmonies of #DC117A
Complementary color
Monochromatic Colors of #DC117A
Black with #DC117A
Text Example
Text Example
White with #DC117A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC117A; }
p { color: rgb(220,17,122); }
H1.HeaderClassName
{
color: #DC117A;
}
.AnyTagClassName
{
color: #DC117A;
}
</style>
background-color css
<style>
a { background-color: #DC117A; }
a { background-color: rgb(220,17,122); }
div.DivClassName
{
background-color: #DC117A;
}
.BgClassName
{
background-color: #DC117A;
}
</style>
border-color css
<style>
span { border-color: #DC117A; }
span { border-color: rgb(220,17,122); }
td.TdClassName
{
border-color: #DC117A;
}
.TagClassName
{
border-color: #DC117A;
}
</style>