Shades of Medium Violet Red #DC118D
Tints of Medium Violet Red #DC118D
RGB
CMYK
RGB Variations
Color information
#DC118D (or 0xDC118D) is known color: Medium Violet Red. HEX triplet: DC, 11 and 8D. RGB value is (220,17,141). Sum of RGB (Red+Green+Blue) = 220+17+141=378 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.20% from 378); Green value is 17 (7.03% from 255 or 4.50% from 378); Blue value is 141 (55.47% from 255 or 37.30% from 378); Max value from RGB is 220 - color contains mainly: red. Hex color #DC118D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DC118D is #23EE72. Grayscale: #5B5B5B. Windows color (decimal): -2354803 or 9245148. OLE color: 9245148.
HSL color Cylindrical-coordinate representation of color #DC118D: hue angle of 323.35º 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 #DC118D is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 17 | 141 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.14 |
| HSL | 323.35º | 0.86% | 0.46% | - |
| HSV(B) | 323.35º | 0.92% | 0.86% | - |
| XYZ | 34.52 | 17.54 | 26.77 | - |
| YUV | 91.83 | 155.75 | 219.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 17 | 141 | 0 | 0.92 | 0.36 | 0.14 | 323.35 | 0.86 | 0.46 |
| Hex | DC | 11 | 8D | 0 | 5C | 24 | E | 143 | 56 | 2E |
| Octal | 334 | 21 | 215 | 0 | 134 | 44 | 16 | 503 | 126 | 56 |
| Binary | 11011100 | 10001 | 10001101 | 0 | 1011100 | 100100 | 1110 | 101000011 | 1010110 | 101110 |
Color Harmonies of #DC118D
Complementary color
Monochromatic Colors of #DC118D
Black with #DC118D
Text Example
Text Example
White with #DC118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC118D; }
p { color: rgb(220,17,141); }
H1.HeaderClassName
{
color: #DC118D;
}
.AnyTagClassName
{
color: #DC118D;
}
</style>
background-color css
<style>
a { background-color: #DC118D; }
a { background-color: rgb(220,17,141); }
div.DivClassName
{
background-color: #DC118D;
}
.BgClassName
{
background-color: #DC118D;
}
</style>
border-color css
<style>
span { border-color: #DC118D; }
span { border-color: rgb(220,17,141); }
td.TdClassName
{
border-color: #DC118D;
}
.TagClassName
{
border-color: #DC118D;
}
</style>