Shades of Medium Violet Red #D1177D
Tints of Medium Violet Red #D1177D
RGB
CMYK
RGB Variations
Color information
#D1177D (or 0xD1177D) is known color: Medium Violet Red. HEX triplet: D1, 17 and 7D. RGB value is (209,23,125). Sum of RGB (Red+Green+Blue) = 209+23+125=357 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.54% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 209 - color contains mainly: red. Hex color #D1177D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1177D is #2EE882. Grayscale: #5A5A5A. Windows color (decimal): -3074179 or 8198097. OLE color: 8198097.
HSL color Cylindrical-coordinate representation of color #D1177D: hue angle of 327.1º 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 #D1177D is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 125 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.18 |
| HSL | 327.1º | 0.8% | 0.45% | - |
| HSV(B) | 327.1º | 0.89% | 0.82% | - |
| XYZ | 30.3 | 15.65 | 20.83 | - |
| YUV | 90.24 | 147.62 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 125 | 0 | 0.89 | 0.40 | 0.18 | 327.1 | 0.8 | 0.45 |
| Hex | D1 | 17 | 7D | 0 | 59 | 28 | 12 | 147 | 50 | 2D |
| Octal | 321 | 27 | 175 | 0 | 131 | 50 | 22 | 507 | 120 | 55 |
| Binary | 11010001 | 10111 | 1111101 | 0 | 1011001 | 101000 | 10010 | 101000111 | 1010000 | 101101 |
Color Harmonies of #D1177D
Complementary color
Monochromatic Colors of #D1177D
Black with #D1177D
Text Example
Text Example
White with #D1177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1177D; }
p { color: rgb(209,23,125); }
H1.HeaderClassName
{
color: #D1177D;
}
.AnyTagClassName
{
color: #D1177D;
}
</style>
background-color css
<style>
a { background-color: #D1177D; }
a { background-color: rgb(209,23,125); }
div.DivClassName
{
background-color: #D1177D;
}
.BgClassName
{
background-color: #D1177D;
}
</style>
border-color css
<style>
span { border-color: #D1177D; }
span { border-color: rgb(209,23,125); }
td.TdClassName
{
border-color: #D1177D;
}
.TagClassName
{
border-color: #D1177D;
}
</style>