Shades of Medium Violet Red #D1189A
Tints of Medium Violet Red #D1189A
RGB
CMYK
RGB Variations
Color information
#D1189A (or 0xD1189A) is known color: Medium Violet Red. HEX triplet: D1, 18 and 9A. RGB value is (209,24,154). Sum of RGB (Red+Green+Blue) = 209+24+154=387 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.01% from 387); Green value is 24 (9.77% from 255 or 6.20% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 209 - color contains mainly: red. Hex color #D1189A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1189A is #2EE765. Grayscale: #5D5D5D. Windows color (decimal): -3073894 or 10098897. OLE color: 10098897.
HSL color Cylindrical-coordinate representation of color #D1189A: hue angle of 317.84º 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 #D1189A is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 154 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.18 |
| HSL | 317.84º | 0.79% | 0.46% | - |
| HSV(B) | 317.84º | 0.89% | 0.82% | - |
| XYZ | 32.45 | 16.54 | 32.05 | - |
| YUV | 94.14 | 161.79 | 209.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 154 | 0 | 0.89 | 0.26 | 0.18 | 317.84 | 0.79 | 0.46 |
| Hex | D1 | 18 | 9A | 0 | 59 | 1A | 12 | 13E | 4F | 2E |
| Octal | 321 | 30 | 232 | 0 | 131 | 32 | 22 | 476 | 117 | 56 |
| Binary | 11010001 | 11000 | 10011010 | 0 | 1011001 | 11010 | 10010 | 100111110 | 1001111 | 101110 |
Color Harmonies of #D1189A
Complementary color
Monochromatic Colors of #D1189A
Black with #D1189A
Text Example
Text Example
White with #D1189A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1189A; }
p { color: rgb(209,24,154); }
H1.HeaderClassName
{
color: #D1189A;
}
.AnyTagClassName
{
color: #D1189A;
}
</style>
background-color css
<style>
a { background-color: #D1189A; }
a { background-color: rgb(209,24,154); }
div.DivClassName
{
background-color: #D1189A;
}
.BgClassName
{
background-color: #D1189A;
}
</style>
border-color css
<style>
span { border-color: #D1189A; }
span { border-color: rgb(209,24,154); }
td.TdClassName
{
border-color: #D1189A;
}
.TagClassName
{
border-color: #D1189A;
}
</style>