Shades of Medium Violet Red #D1178F
Tints of Medium Violet Red #D1178F
RGB
CMYK
RGB Variations
Color information
#D1178F (or 0xD1178F) is known color: Medium Violet Red. HEX triplet: D1, 17 and 8F. RGB value is (209,23,143). Sum of RGB (Red+Green+Blue) = 209+23+143=375 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.73% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 143 (56.25% from 255 or 38.13% from 375); Max value from RGB is 209 - color contains mainly: red. Hex color #D1178F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1178F is #2EE870. Grayscale: #5C5C5C. Windows color (decimal): -3074161 or 9377745. OLE color: 9377745.
HSL color Cylindrical-coordinate representation of color #D1178F: hue angle of 321.29º 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 #D1178F is Cyan = 0, Magento = 0.89, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 143 | - |
| CMYK | 0 | 0.89 | 0.32 | 0.18 |
| HSL | 321.29º | 0.8% | 0.45% | - |
| HSV(B) | 321.29º | 0.89% | 0.82% | - |
| XYZ | 31.56 | 16.15 | 27.44 | - |
| YUV | 92.29 | 156.62 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 143 | 0 | 0.89 | 0.32 | 0.18 | 321.29 | 0.8 | 0.45 |
| Hex | D1 | 17 | 8F | 0 | 59 | 20 | 12 | 141 | 50 | 2D |
| Octal | 321 | 27 | 217 | 0 | 131 | 40 | 22 | 501 | 120 | 55 |
| Binary | 11010001 | 10111 | 10001111 | 0 | 1011001 | 100000 | 10010 | 101000001 | 1010000 | 101101 |
Color Harmonies of #D1178F
Complementary color
Monochromatic Colors of #D1178F
Black with #D1178F
Text Example
Text Example
White with #D1178F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1178F; }
p { color: rgb(209,23,143); }
H1.HeaderClassName
{
color: #D1178F;
}
.AnyTagClassName
{
color: #D1178F;
}
</style>
background-color css
<style>
a { background-color: #D1178F; }
a { background-color: rgb(209,23,143); }
div.DivClassName
{
background-color: #D1178F;
}
.BgClassName
{
background-color: #D1178F;
}
</style>
border-color css
<style>
span { border-color: #D1178F; }
span { border-color: rgb(209,23,143); }
td.TdClassName
{
border-color: #D1178F;
}
.TagClassName
{
border-color: #D1178F;
}
</style>