Shades of Medium Violet Red #D1159E
Tints of Medium Violet Red #D1159E
RGB
CMYK
RGB Variations
Color information
#D1159E (or 0xD1159E) is known color: Medium Violet Red. HEX triplet: D1, 15 and 9E. RGB value is (209,21,158). Sum of RGB (Red+Green+Blue) = 209+21+158=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 21 (8.59% from 255 or 5.41% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1159E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1159E is #2EEA61. Grayscale: #5C5C5C. Windows color (decimal): -3074658 or 10360273. OLE color: 10360273.
HSL color Cylindrical-coordinate representation of color #D1159E: hue angle of 316.28º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1159E is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 158 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.18 |
| HSL | 316.28º | 0.82% | 0.45% | - |
| HSV(B) | 316.28º | 0.9% | 0.82% | - |
| XYZ | 32.73 | 16.56 | 33.82 | - |
| YUV | 92.83 | 164.78 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 158 | 0 | 0.90 | 0.24 | 0.18 | 316.28 | 0.82 | 0.45 |
| Hex | D1 | 15 | 9E | 0 | 5A | 18 | 12 | 13C | 52 | 2D |
| Octal | 321 | 25 | 236 | 0 | 132 | 30 | 22 | 474 | 122 | 55 |
| Binary | 11010001 | 10101 | 10011110 | 0 | 1011010 | 11000 | 10010 | 100111100 | 1010010 | 101101 |
Color Harmonies of #D1159E
Complementary color
Monochromatic Colors of #D1159E
Black with #D1159E
Text Example
Text Example
White with #D1159E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1159E; }
p { color: rgb(209,21,158); }
H1.HeaderClassName
{
color: #D1159E;
}
.AnyTagClassName
{
color: #D1159E;
}
</style>
background-color css
<style>
a { background-color: #D1159E; }
a { background-color: rgb(209,21,158); }
div.DivClassName
{
background-color: #D1159E;
}
.BgClassName
{
background-color: #D1159E;
}
</style>
border-color css
<style>
span { border-color: #D1159E; }
span { border-color: rgb(209,21,158); }
td.TdClassName
{
border-color: #D1159E;
}
.TagClassName
{
border-color: #D1159E;
}
</style>