Shades of Medium Violet Red #D1177A
Tints of Medium Violet Red #D1177A
RGB
CMYK
RGB Variations
Color information
#D1177A (or 0xD1177A) is known color: Medium Violet Red. HEX triplet: D1, 17 and 7A. RGB value is (209,23,122). Sum of RGB (Red+Green+Blue) = 209+23+122=354 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.04% from 354); Green value is 23 (9.38% from 255 or 6.50% from 354); Blue value is 122 (48.05% from 255 or 34.46% from 354); Max value from RGB is 209 - color contains mainly: red. Hex color #D1177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1177A is #2EE885. Grayscale: #595959. Windows color (decimal): -3074182 or 8001489. OLE color: 8001489.
HSL color Cylindrical-coordinate representation of color #D1177A: hue angle of 328.06º 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 #D1177A is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 23 | 122 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.18 |
| HSL | 328.06º | 0.8% | 0.45% | - |
| HSV(B) | 328.06º | 0.89% | 0.82% | - |
| XYZ | 30.11 | 15.57 | 19.83 | - |
| YUV | 89.9 | 146.12 | 212.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 23 | 122 | 0 | 0.89 | 0.42 | 0.18 | 328.06 | 0.8 | 0.45 |
| Hex | D1 | 17 | 7A | 0 | 59 | 2A | 12 | 148 | 50 | 2D |
| Octal | 321 | 27 | 172 | 0 | 131 | 52 | 22 | 510 | 120 | 55 |
| Binary | 11010001 | 10111 | 1111010 | 0 | 1011001 | 101010 | 10010 | 101001000 | 1010000 | 101101 |
Color Harmonies of #D1177A
Complementary color
Monochromatic Colors of #D1177A
Black with #D1177A
Text Example
Text Example
White with #D1177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1177A; }
p { color: rgb(209,23,122); }
H1.HeaderClassName
{
color: #D1177A;
}
.AnyTagClassName
{
color: #D1177A;
}
</style>
background-color css
<style>
a { background-color: #D1177A; }
a { background-color: rgb(209,23,122); }
div.DivClassName
{
background-color: #D1177A;
}
.BgClassName
{
background-color: #D1177A;
}
</style>
border-color css
<style>
span { border-color: #D1177A; }
span { border-color: rgb(209,23,122); }
td.TdClassName
{
border-color: #D1177A;
}
.TagClassName
{
border-color: #D1177A;
}
</style>