Shades of Lipstick #9D2C57
Tints of Lipstick #9D2C57
RGB
CMYK
RGB Variations
Color information
#9D2C57 (or 0x9D2C57) is known color: Lipstick. HEX triplet: 9D, 2C and 57. RGB value is (157,44,87). Sum of RGB (Red+Green+Blue) = 157+44+87=288 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.51% from 288); Green value is 44 (17.58% from 255 or 15.28% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2C57 is #62D3A8. Grayscale: #525252. Windows color (decimal): -6476713 or 5713053. OLE color: 5713053.
HSL color Cylindrical-coordinate representation of color #9D2C57: hue angle of 337.17º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C57 is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 87 | - |
| CMYK | 0 | 0.72 | 0.45 | 0.38 |
| HSL | 337.17º | 0.56% | 0.39% | - |
| HSV(B) | 337.17º | 0.72% | 0.62% | - |
| XYZ | 16.53 | 9.66 | 10.01 | - |
| YUV | 82.69 | 130.44 | 181 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 87 | 0 | 0.72 | 0.45 | 0.38 | 337.17 | 0.56 | 0.39 |
| Hex | 9D | 2C | 57 | 0 | 48 | 2D | 26 | 151 | 38 | 27 |
| Octal | 235 | 54 | 127 | 0 | 110 | 55 | 46 | 521 | 70 | 47 |
| Binary | 10011101 | 101100 | 1010111 | 0 | 1001000 | 101101 | 100110 | 101010001 | 111000 | 100111 |
Color Harmonies of #9D2C57
Complementary color
Monochromatic Colors of #9D2C57
Black with #9D2C57
Text Example
Text Example
White with #9D2C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C57; }
p { color: rgb(157,44,87); }
H1.HeaderClassName
{
color: #9D2C57;
}
.AnyTagClassName
{
color: #9D2C57;
}
</style>
background-color css
<style>
a { background-color: #9D2C57; }
a { background-color: rgb(157,44,87); }
div.DivClassName
{
background-color: #9D2C57;
}
.BgClassName
{
background-color: #9D2C57;
}
</style>
border-color css
<style>
span { border-color: #9D2C57; }
span { border-color: rgb(157,44,87); }
td.TdClassName
{
border-color: #9D2C57;
}
.TagClassName
{
border-color: #9D2C57;
}
</style>