Shades of Medium Violet Red #D11178
Tints of Medium Violet Red #D11178
RGB
CMYK
RGB Variations
Color information
#D11178 (or 0xD11178) is known color: Medium Violet Red. HEX triplet: D1, 11 and 78. RGB value is (209,17,120). Sum of RGB (Red+Green+Blue) = 209+17+120=346 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.40% from 346); Green value is 17 (7.03% from 255 or 4.91% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 209 - color contains mainly: red. Hex color #D11178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D11178 is #2EEE87. Grayscale: #555555. Windows color (decimal): -3075720 or 7868881. OLE color: 7868881.
HSL color Cylindrical-coordinate representation of color #D11178: hue angle of 327.81º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D11178 is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 120 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.18 |
| HSL | 327.81º | 0.85% | 0.44% | - |
| HSV(B) | 327.81º | 0.92% | 0.82% | - |
| XYZ | 29.89 | 15.31 | 19.15 | - |
| YUV | 86.15 | 147.11 | 215.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 120 | 0 | 0.92 | 0.43 | 0.18 | 327.81 | 0.85 | 0.44 |
| Hex | D1 | 11 | 78 | 0 | 5C | 2B | 12 | 148 | 55 | 2C |
| Octal | 321 | 21 | 170 | 0 | 134 | 53 | 22 | 510 | 125 | 54 |
| Binary | 11010001 | 10001 | 1111000 | 0 | 1011100 | 101011 | 10010 | 101001000 | 1010101 | 101100 |
Color Harmonies of #D11178
Complementary color
Monochromatic Colors of #D11178
Black with #D11178
Text Example
Text Example
White with #D11178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11178; }
p { color: rgb(209,17,120); }
H1.HeaderClassName
{
color: #D11178;
}
.AnyTagClassName
{
color: #D11178;
}
</style>
background-color css
<style>
a { background-color: #D11178; }
a { background-color: rgb(209,17,120); }
div.DivClassName
{
background-color: #D11178;
}
.BgClassName
{
background-color: #D11178;
}
</style>
border-color css
<style>
span { border-color: #D11178; }
span { border-color: rgb(209,17,120); }
td.TdClassName
{
border-color: #D11178;
}
.TagClassName
{
border-color: #D11178;
}
</style>