Shades of Medium Violet Red #D1189B
Tints of Medium Violet Red #D1189B
RGB
CMYK
RGB Variations
Color information
#D1189B (or 0xD1189B) is known color: Medium Violet Red. HEX triplet: D1, 18 and 9B. RGB value is (209,24,155). Sum of RGB (Red+Green+Blue) = 209+24+155=388 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.87% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 209 - color contains mainly: red. Hex color #D1189B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1189B is #2EE764. Grayscale: #5D5D5D. Windows color (decimal): -3073893 or 10164433. OLE color: 10164433.
HSL color Cylindrical-coordinate representation of color #D1189B: hue angle of 317.51º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D1189B is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 155 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.18 |
| HSL | 317.51º | 0.79% | 0.46% | - |
| HSV(B) | 317.51º | 0.89% | 0.82% | - |
| XYZ | 32.54 | 16.58 | 32.49 | - |
| YUV | 94.25 | 162.29 | 209.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 155 | 0 | 0.89 | 0.26 | 0.18 | 317.51 | 0.79 | 0.46 |
| Hex | D1 | 18 | 9B | 0 | 59 | 1A | 12 | 13E | 4F | 2E |
| Octal | 321 | 30 | 233 | 0 | 131 | 32 | 22 | 476 | 117 | 56 |
| Binary | 11010001 | 11000 | 10011011 | 0 | 1011001 | 11010 | 10010 | 100111110 | 1001111 | 101110 |
Color Harmonies of #D1189B
Complementary color
Monochromatic Colors of #D1189B
Black with #D1189B
Text Example
Text Example
White with #D1189B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1189B; }
p { color: rgb(209,24,155); }
H1.HeaderClassName
{
color: #D1189B;
}
.AnyTagClassName
{
color: #D1189B;
}
</style>
background-color css
<style>
a { background-color: #D1189B; }
a { background-color: rgb(209,24,155); }
div.DivClassName
{
background-color: #D1189B;
}
.BgClassName
{
background-color: #D1189B;
}
</style>
border-color css
<style>
span { border-color: #D1189B; }
span { border-color: rgb(209,24,155); }
td.TdClassName
{
border-color: #D1189B;
}
.TagClassName
{
border-color: #D1189B;
}
</style>