Shades of Medium Violet Red #D1179B
Tints of Medium Violet Red #D1179B
RGB
CMYK
RGB Variations
Color information
#D1179B (or 0xD1179B) is known color: Medium Violet Red. HEX triplet: D1, 17 and 9B. RGB value is (209,23,155). Sum of RGB (Red+Green+Blue) = 209+23+155=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1179B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1179B is #2EE864. Grayscale: #5D5D5D. Windows color (decimal): -3074149 or 10164177. OLE color: 10164177.
HSL color Cylindrical-coordinate representation of color #D1179B: hue angle of 317.42º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1179B is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 155 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.18 |
| HSL | 317.42º | 0.8% | 0.45% | - |
| HSV(B) | 317.42º | 0.89% | 0.82% | - |
| XYZ | 32.52 | 16.53 | 32.49 | - |
| YUV | 93.66 | 162.62 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 155 | 0 | 0.89 | 0.26 | 0.18 | 317.42 | 0.8 | 0.45 |
| Hex | D1 | 17 | 9B | 0 | 59 | 1A | 12 | 13D | 50 | 2D |
| Octal | 321 | 27 | 233 | 0 | 131 | 32 | 22 | 475 | 120 | 55 |
| Binary | 11010001 | 10111 | 10011011 | 0 | 1011001 | 11010 | 10010 | 100111101 | 1010000 | 101101 |
Color Harmonies of #D1179B
Complementary color
Monochromatic Colors of #D1179B
Black with #D1179B
Text Example
Text Example
White with #D1179B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1179B; }
p { color: rgb(209,23,155); }
H1.HeaderClassName
{
color: #D1179B;
}
.AnyTagClassName
{
color: #D1179B;
}
</style>
background-color css
<style>
a { background-color: #D1179B; }
a { background-color: rgb(209,23,155); }
div.DivClassName
{
background-color: #D1179B;
}
.BgClassName
{
background-color: #D1179B;
}
</style>
border-color css
<style>
span { border-color: #D1179B; }
span { border-color: rgb(209,23,155); }
td.TdClassName
{
border-color: #D1179B;
}
.TagClassName
{
border-color: #D1179B;
}
</style>