Shades of Medium Violet Red #DC117E
Tints of Medium Violet Red #DC117E
RGB
CMYK
RGB Variations
Color information
#DC117E (or 0xDC117E) is known color: Medium Violet Red. HEX triplet: DC, 11 and 7E. RGB value is (220,17,126). Sum of RGB (Red+Green+Blue) = 220+17+126=363 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.61% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 220 - color contains mainly: red. Hex color #DC117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC117E is #23EE81. Grayscale: #595959. Windows color (decimal): -2354818 or 8262108. OLE color: 8262108.
HSL color Cylindrical-coordinate representation of color #DC117E: hue angle of 327.78º 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 #DC117E is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 126 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.14 |
| HSL | 327.78º | 0.86% | 0.46% | - |
| HSV(B) | 327.78º | 0.92% | 0.86% | - |
| XYZ | 33.48 | 17.12 | 21.28 | - |
| YUV | 90.12 | 148.25 | 220.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 126 | 0 | 0.92 | 0.43 | 0.14 | 327.78 | 0.86 | 0.46 |
| Hex | DC | 11 | 7E | 0 | 5C | 2B | E | 148 | 56 | 2E |
| Octal | 334 | 21 | 176 | 0 | 134 | 53 | 16 | 510 | 126 | 56 |
| Binary | 11011100 | 10001 | 1111110 | 0 | 1011100 | 101011 | 1110 | 101001000 | 1010110 | 101110 |
Color Harmonies of #DC117E
Complementary color
Monochromatic Colors of #DC117E
Black with #DC117E
Text Example
Text Example
White with #DC117E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC117E; }
p { color: rgb(220,17,126); }
H1.HeaderClassName
{
color: #DC117E;
}
.AnyTagClassName
{
color: #DC117E;
}
</style>
background-color css
<style>
a { background-color: #DC117E; }
a { background-color: rgb(220,17,126); }
div.DivClassName
{
background-color: #DC117E;
}
.BgClassName
{
background-color: #DC117E;
}
</style>
border-color css
<style>
span { border-color: #DC117E; }
span { border-color: rgb(220,17,126); }
td.TdClassName
{
border-color: #DC117E;
}
.TagClassName
{
border-color: #DC117E;
}
</style>