Shades of Medium Violet Red #DC118F
Tints of Medium Violet Red #DC118F
RGB
CMYK
RGB Variations
Color information
#DC118F (or 0xDC118F) is known color: Medium Violet Red. HEX triplet: DC, 11 and 8F. RGB value is (220,17,143). Sum of RGB (Red+Green+Blue) = 220+17+143=380 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.89% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 143 (56.25% from 255 or 37.63% from 380); Max value from RGB is 220 - color contains mainly: red. Hex color #DC118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC118F is #23EE70. Grayscale: #5B5B5B. Windows color (decimal): -2354801 or 9376220. OLE color: 9376220.
HSL color Cylindrical-coordinate representation of color #DC118F: hue angle of 322.76º 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 #DC118F is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 143 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.14 |
| HSL | 322.76º | 0.86% | 0.46% | - |
| HSV(B) | 322.76º | 0.92% | 0.86% | - |
| XYZ | 34.67 | 17.6 | 27.56 | - |
| YUV | 92.06 | 156.75 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 143 | 0 | 0.92 | 0.35 | 0.14 | 322.76 | 0.86 | 0.46 |
| Hex | DC | 11 | 8F | 0 | 5C | 23 | E | 143 | 56 | 2E |
| Octal | 334 | 21 | 217 | 0 | 134 | 43 | 16 | 503 | 126 | 56 |
| Binary | 11011100 | 10001 | 10001111 | 0 | 1011100 | 100011 | 1110 | 101000011 | 1010110 | 101110 |
Color Harmonies of #DC118F
Complementary color
Monochromatic Colors of #DC118F
Black with #DC118F
Text Example
Text Example
White with #DC118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC118F; }
p { color: rgb(220,17,143); }
H1.HeaderClassName
{
color: #DC118F;
}
.AnyTagClassName
{
color: #DC118F;
}
</style>
background-color css
<style>
a { background-color: #DC118F; }
a { background-color: rgb(220,17,143); }
div.DivClassName
{
background-color: #DC118F;
}
.BgClassName
{
background-color: #DC118F;
}
</style>
border-color css
<style>
span { border-color: #DC118F; }
span { border-color: rgb(220,17,143); }
td.TdClassName
{
border-color: #DC118F;
}
.TagClassName
{
border-color: #DC118F;
}
</style>