Shades of Medium Violet Red #D1157C
Tints of Medium Violet Red #D1157C
RGB
CMYK
RGB Variations
Color information
#D1157C (or 0xD1157C) is known color: Medium Violet Red. HEX triplet: D1, 15 and 7C. RGB value is (209,21,124). Sum of RGB (Red+Green+Blue) = 209+21+124=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 21 (8.59% from 255 or 5.93% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1157C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1157C is #2EEA83. Grayscale: #585858. Windows color (decimal): -3074692 or 8132049. OLE color: 8132049.
HSL color Cylindrical-coordinate representation of color #D1157C: hue angle of 327.13º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1157C is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 21 | 124 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.18 |
| HSL | 327.13º | 0.82% | 0.45% | - |
| HSV(B) | 327.13º | 0.9% | 0.82% | - |
| XYZ | 30.2 | 15.55 | 20.48 | - |
| YUV | 88.95 | 147.78 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 21 | 124 | 0 | 0.90 | 0.41 | 0.18 | 327.13 | 0.82 | 0.45 |
| Hex | D1 | 15 | 7C | 0 | 5A | 29 | 12 | 147 | 52 | 2D |
| Octal | 321 | 25 | 174 | 0 | 132 | 51 | 22 | 507 | 122 | 55 |
| Binary | 11010001 | 10101 | 1111100 | 0 | 1011010 | 101001 | 10010 | 101000111 | 1010010 | 101101 |
Color Harmonies of #D1157C
Complementary color
Monochromatic Colors of #D1157C
Black with #D1157C
Text Example
Text Example
White with #D1157C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1157C; }
p { color: rgb(209,21,124); }
H1.HeaderClassName
{
color: #D1157C;
}
.AnyTagClassName
{
color: #D1157C;
}
</style>
background-color css
<style>
a { background-color: #D1157C; }
a { background-color: rgb(209,21,124); }
div.DivClassName
{
background-color: #D1157C;
}
.BgClassName
{
background-color: #D1157C;
}
</style>
border-color css
<style>
span { border-color: #D1157C; }
span { border-color: rgb(209,21,124); }
td.TdClassName
{
border-color: #D1157C;
}
.TagClassName
{
border-color: #D1157C;
}
</style>