Shades of Medium Violet Red #D11C9E
Tints of Medium Violet Red #D11C9E
RGB
CMYK
RGB Variations
Color information
#D11C9E (or 0xD11C9E) is known color: Medium Violet Red. HEX triplet: D1, 1C and 9E. RGB value is (209,28,158). Sum of RGB (Red+Green+Blue) = 209+28+158=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 158 (62.11% from 255 or 40% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C9E is #2EE361. Grayscale: #606060. Windows color (decimal): -3072866 or 10362065. OLE color: 10362065.
HSL color Cylindrical-coordinate representation of color #D11C9E: hue angle of 316.91º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C9E is Cyan = 0, Magento = 0.87, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 158 | - |
| CMYK | 0 | 0.87 | 0.24 | 0.18 |
| HSL | 316.91º | 0.76% | 0.46% | - |
| HSV(B) | 316.91º | 0.87% | 0.82% | - |
| XYZ | 32.88 | 16.85 | 33.87 | - |
| YUV | 96.94 | 162.47 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 158 | 0 | 0.87 | 0.24 | 0.18 | 316.91 | 0.76 | 0.46 |
| Hex | D1 | 1C | 9E | 0 | 57 | 18 | 12 | 13D | 4C | 2E |
| Octal | 321 | 34 | 236 | 0 | 127 | 30 | 22 | 475 | 114 | 56 |
| Binary | 11010001 | 11100 | 10011110 | 0 | 1010111 | 11000 | 10010 | 100111101 | 1001100 | 101110 |
Color Harmonies of #D11C9E
Complementary color
Monochromatic Colors of #D11C9E
Black with #D11C9E
Text Example
Text Example
White with #D11C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C9E; }
p { color: rgb(209,28,158); }
H1.HeaderClassName
{
color: #D11C9E;
}
.AnyTagClassName
{
color: #D11C9E;
}
</style>
background-color css
<style>
a { background-color: #D11C9E; }
a { background-color: rgb(209,28,158); }
div.DivClassName
{
background-color: #D11C9E;
}
.BgClassName
{
background-color: #D11C9E;
}
</style>
border-color css
<style>
span { border-color: #D11C9E; }
span { border-color: rgb(209,28,158); }
td.TdClassName
{
border-color: #D11C9E;
}
.TagClassName
{
border-color: #D11C9E;
}
</style>