Shades of Medium Violet Red #D1187B
Tints of Medium Violet Red #D1187B
RGB
CMYK
RGB Variations
Color information
#D1187B (or 0xD1187B) is known color: Medium Violet Red. HEX triplet: D1, 18 and 7B. RGB value is (209,24,123). Sum of RGB (Red+Green+Blue) = 209+24+123=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 24 (9.77% from 255 or 6.74% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1187B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1187B is #2EE784. Grayscale: #5A5A5A. Windows color (decimal): -3073925 or 8067281. OLE color: 8067281.
HSL color Cylindrical-coordinate representation of color #D1187B: hue angle of 327.89º 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 #D1187B is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 24 | 123 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.18 |
| HSL | 327.89º | 0.79% | 0.46% | - |
| HSV(B) | 327.89º | 0.89% | 0.82% | - |
| XYZ | 30.2 | 15.64 | 20.17 | - |
| YUV | 90.6 | 146.29 | 212.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 24 | 123 | 0 | 0.89 | 0.41 | 0.18 | 327.89 | 0.79 | 0.46 |
| Hex | D1 | 18 | 7B | 0 | 59 | 29 | 12 | 148 | 4F | 2E |
| Octal | 321 | 30 | 173 | 0 | 131 | 51 | 22 | 510 | 117 | 56 |
| Binary | 11010001 | 11000 | 1111011 | 0 | 1011001 | 101001 | 10010 | 101001000 | 1001111 | 101110 |
Color Harmonies of #D1187B
Complementary color
Monochromatic Colors of #D1187B
Black with #D1187B
Text Example
Text Example
White with #D1187B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1187B; }
p { color: rgb(209,24,123); }
H1.HeaderClassName
{
color: #D1187B;
}
.AnyTagClassName
{
color: #D1187B;
}
</style>
background-color css
<style>
a { background-color: #D1187B; }
a { background-color: rgb(209,24,123); }
div.DivClassName
{
background-color: #D1187B;
}
.BgClassName
{
background-color: #D1187B;
}
</style>
border-color css
<style>
span { border-color: #D1187B; }
span { border-color: rgb(209,24,123); }
td.TdClassName
{
border-color: #D1187B;
}
.TagClassName
{
border-color: #D1187B;
}
</style>