Shades of Medium Violet Red #D9187C
Tints of Medium Violet Red #D9187C
RGB
CMYK
RGB Variations
Color information
#D9187C (or 0xD9187C) is known color: Medium Violet Red. HEX triplet: D9, 18 and 7C. RGB value is (217,24,124). Sum of RGB (Red+Green+Blue) = 217+24+124=365 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.45% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 217 - color contains mainly: red. Hex color #D9187C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D9187C is #26E783. Grayscale: #5C5C5C. Windows color (decimal): -2549636 or 8132825. OLE color: 8132825.
HSL color Cylindrical-coordinate representation of color #D9187C: hue angle of 328.91º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9187C is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 24 | 124 | - |
| CMYK | 0 | 0.89 | 0.43 | 0.15 |
| HSL | 328.91º | 0.8% | 0.47% | - |
| HSV(B) | 328.91º | 0.89% | 0.85% | - |
| XYZ | 32.58 | 16.86 | 20.61 | - |
| YUV | 93.11 | 145.44 | 216.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 24 | 124 | 0 | 0.89 | 0.43 | 0.15 | 328.91 | 0.8 | 0.47 |
| Hex | D9 | 18 | 7C | 0 | 59 | 2B | F | 149 | 50 | 2F |
| Octal | 331 | 30 | 174 | 0 | 131 | 53 | 17 | 511 | 120 | 57 |
| Binary | 11011001 | 11000 | 1111100 | 0 | 1011001 | 101011 | 1111 | 101001001 | 1010000 | 101111 |
Color Harmonies of #D9187C
Complementary color
Monochromatic Colors of #D9187C
Black with #D9187C
Text Example
Text Example
White with #D9187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9187C; }
p { color: rgb(217,24,124); }
H1.HeaderClassName
{
color: #D9187C;
}
.AnyTagClassName
{
color: #D9187C;
}
</style>
background-color css
<style>
a { background-color: #D9187C; }
a { background-color: rgb(217,24,124); }
div.DivClassName
{
background-color: #D9187C;
}
.BgClassName
{
background-color: #D9187C;
}
</style>
border-color css
<style>
span { border-color: #D9187C; }
span { border-color: rgb(217,24,124); }
td.TdClassName
{
border-color: #D9187C;
}
.TagClassName
{
border-color: #D9187C;
}
</style>