Shades of Medium Violet Red #D11C9B
Tints of Medium Violet Red #D11C9B
RGB
CMYK
RGB Variations
Color information
#D11C9B (or 0xD11C9B) is known color: Medium Violet Red. HEX triplet: D1, 1C and 9B. RGB value is (209,28,155). Sum of RGB (Red+Green+Blue) = 209+28+155=392 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.32% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C9B is #2EE364. Grayscale: #606060. Windows color (decimal): -3072869 or 10165457. OLE color: 10165457.
HSL color Cylindrical-coordinate representation of color #D11C9B: hue angle of 317.9º 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 #D11C9B is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 28 | 155 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.18 |
| HSL | 317.9º | 0.76% | 0.46% | - |
| HSV(B) | 317.9º | 0.87% | 0.82% | - |
| XYZ | 32.63 | 16.75 | 32.52 | - |
| YUV | 96.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 28 | 155 | 0 | 0.87 | 0.26 | 0.18 | 317.9 | 0.76 | 0.46 |
| Hex | D1 | 1C | 9B | 0 | 57 | 1A | 12 | 13E | 4C | 2E |
| Octal | 321 | 34 | 233 | 0 | 127 | 32 | 22 | 476 | 114 | 56 |
| Binary | 11010001 | 11100 | 10011011 | 0 | 1010111 | 11010 | 10010 | 100111110 | 1001100 | 101110 |
Color Harmonies of #D11C9B
Complementary color
Monochromatic Colors of #D11C9B
Black with #D11C9B
Text Example
Text Example
White with #D11C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11C9B; }
p { color: rgb(209,28,155); }
H1.HeaderClassName
{
color: #D11C9B;
}
.AnyTagClassName
{
color: #D11C9B;
}
</style>
background-color css
<style>
a { background-color: #D11C9B; }
a { background-color: rgb(209,28,155); }
div.DivClassName
{
background-color: #D11C9B;
}
.BgClassName
{
background-color: #D11C9B;
}
</style>
border-color css
<style>
span { border-color: #D11C9B; }
span { border-color: rgb(209,28,155); }
td.TdClassName
{
border-color: #D11C9B;
}
.TagClassName
{
border-color: #D11C9B;
}
</style>