Shades of Medium Violet Red #D1119B
Tints of Medium Violet Red #D1119B
RGB
CMYK
RGB Variations
Color information
#D1119B (or 0xD1119B) is known color: Medium Violet Red. HEX triplet: D1, 11 and 9B. RGB value is (209,17,155). Sum of RGB (Red+Green+Blue) = 209+17+155=381 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.86% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 209 - color contains mainly: red. Hex color #D1119B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1119B is #2EEE64. Grayscale: #595959. Windows color (decimal): -3075685 or 10162641. OLE color: 10162641.
HSL color Cylindrical-coordinate representation of color #D1119B: hue angle of 316.88º 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 #D1119B is Cyan = 0, Magento = 0.92, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 17 | 155 | - |
| CMYK | 0 | 0.92 | 0.26 | 0.18 |
| HSL | 316.88º | 0.85% | 0.44% | - |
| HSV(B) | 316.88º | 0.92% | 0.82% | - |
| XYZ | 32.41 | 16.32 | 32.45 | - |
| YUV | 90.14 | 164.61 | 212.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 17 | 155 | 0 | 0.92 | 0.26 | 0.18 | 316.88 | 0.85 | 0.44 |
| Hex | D1 | 11 | 9B | 0 | 5C | 1A | 12 | 13D | 55 | 2C |
| Octal | 321 | 21 | 233 | 0 | 134 | 32 | 22 | 475 | 125 | 54 |
| Binary | 11010001 | 10001 | 10011011 | 0 | 1011100 | 11010 | 10010 | 100111101 | 1010101 | 101100 |
Color Harmonies of #D1119B
Complementary color
Monochromatic Colors of #D1119B
Black with #D1119B
Text Example
Text Example
White with #D1119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1119B; }
p { color: rgb(209,17,155); }
H1.HeaderClassName
{
color: #D1119B;
}
.AnyTagClassName
{
color: #D1119B;
}
</style>
background-color css
<style>
a { background-color: #D1119B; }
a { background-color: rgb(209,17,155); }
div.DivClassName
{
background-color: #D1119B;
}
.BgClassName
{
background-color: #D1119B;
}
</style>
border-color css
<style>
span { border-color: #D1119B; }
span { border-color: rgb(209,17,155); }
td.TdClassName
{
border-color: #D1119B;
}
.TagClassName
{
border-color: #D1119B;
}
</style>