Shades of Medium Violet Red #D9119D
Tints of Medium Violet Red #D9119D
RGB
CMYK
RGB Variations
Color information
#D9119D (or 0xD9119D) is known color: Medium Violet Red. HEX triplet: D9, 11 and 9D. RGB value is (217,17,157). Sum of RGB (Red+Green+Blue) = 217+17+157=391 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.50% from 391); Green value is 17 (7.03% from 255 or 4.35% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 217 - color contains mainly: red. Hex color #D9119D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D9119D is #26EE62. Grayscale: #5C5C5C. Windows color (decimal): -2551395 or 10293721. OLE color: 10293721.
HSL color Cylindrical-coordinate representation of color #D9119D: hue angle of 318º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D9119D is Cyan = 0, Magento = 0.92, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 17 | 157 | - |
| CMYK | 0 | 0.92 | 0.28 | 0.15 |
| HSL | 318º | 0.85% | 0.46% | - |
| HSV(B) | 318º | 0.92% | 0.85% | - |
| XYZ | 34.9 | 17.59 | 33.45 | - |
| YUV | 92.76 | 164.26 | 216.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 17 | 157 | 0 | 0.92 | 0.28 | 0.15 | 318 | 0.85 | 0.46 |
| Hex | D9 | 11 | 9D | 0 | 5C | 1C | F | 13E | 55 | 2E |
| Octal | 331 | 21 | 235 | 0 | 134 | 34 | 17 | 476 | 125 | 56 |
| Binary | 11011001 | 10001 | 10011101 | 0 | 1011100 | 11100 | 1111 | 100111110 | 1010101 | 101110 |
Color Harmonies of #D9119D
Complementary color
Monochromatic Colors of #D9119D
Black with #D9119D
Text Example
Text Example
White with #D9119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9119D; }
p { color: rgb(217,17,157); }
H1.HeaderClassName
{
color: #D9119D;
}
.AnyTagClassName
{
color: #D9119D;
}
</style>
background-color css
<style>
a { background-color: #D9119D; }
a { background-color: rgb(217,17,157); }
div.DivClassName
{
background-color: #D9119D;
}
.BgClassName
{
background-color: #D9119D;
}
</style>
border-color css
<style>
span { border-color: #D9119D; }
span { border-color: rgb(217,17,157); }
td.TdClassName
{
border-color: #D9119D;
}
.TagClassName
{
border-color: #D9119D;
}
</style>