Shades of Lipstick #9D2159
Tints of Lipstick #9D2159
RGB
CMYK
RGB Variations
Color information
#9D2159 (or 0x9D2159) is known color: Lipstick. HEX triplet: 9D, 21 and 59. RGB value is (157,33,89). Sum of RGB (Red+Green+Blue) = 157+33+89=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 33 (13.28% from 255 or 11.83% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2159 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2159 is #62DEA6. Grayscale: #4C4C4C. Windows color (decimal): -6479527 or 5841309. OLE color: 5841309.
HSL color Cylindrical-coordinate representation of color #9D2159: hue angle of 332.9º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D2159 is Cyan = 0, Magento = 0.79, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 33 | 89 | - |
| CMYK | 0 | 0.79 | 0.43 | 0.38 |
| HSL | 332.9º | 0.65% | 0.37% | - |
| HSV(B) | 332.9º | 0.79% | 0.62% | - |
| XYZ | 16.25 | 8.98 | 10.33 | - |
| YUV | 76.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 33 | 89 | 0 | 0.79 | 0.43 | 0.38 | 332.9 | 0.65 | 0.37 |
| Hex | 9D | 21 | 59 | 0 | 4F | 2B | 26 | 14D | 41 | 25 |
| Octal | 235 | 41 | 131 | 0 | 117 | 53 | 46 | 515 | 101 | 45 |
| Binary | 10011101 | 100001 | 1011001 | 0 | 1001111 | 101011 | 100110 | 101001101 | 1000001 | 100101 |
Color Harmonies of #9D2159
Complementary color
Monochromatic Colors of #9D2159
Black with #9D2159
Text Example
Text Example
White with #9D2159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2159; }
p { color: rgb(157,33,89); }
H1.HeaderClassName
{
color: #9D2159;
}
.AnyTagClassName
{
color: #9D2159;
}
</style>
background-color css
<style>
a { background-color: #9D2159; }
a { background-color: rgb(157,33,89); }
div.DivClassName
{
background-color: #9D2159;
}
.BgClassName
{
background-color: #9D2159;
}
</style>
border-color css
<style>
span { border-color: #9D2159; }
span { border-color: rgb(157,33,89); }
td.TdClassName
{
border-color: #9D2159;
}
.TagClassName
{
border-color: #9D2159;
}
</style>