Shades of Lipstick #9D2B5B
Tints of Lipstick #9D2B5B
RGB
CMYK
RGB Variations
Color information
#9D2B5B (or 0x9D2B5B) is known color: Lipstick. HEX triplet: 9D, 2B and 5B. RGB value is (157,43,91). Sum of RGB (Red+Green+Blue) = 157+43+91=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 43 (17.19% from 255 or 14.78% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2B5B is #62D4A4. Grayscale: #525252. Windows color (decimal): -6476965 or 5974941. OLE color: 5974941.
HSL color Cylindrical-coordinate representation of color #9D2B5B: hue angle of 334.74º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2B5B is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 43 | 91 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.38 |
| HSL | 334.74º | 0.57% | 0.39% | - |
| HSV(B) | 334.74º | 0.73% | 0.62% | - |
| XYZ | 16.66 | 9.65 | 10.88 | - |
| YUV | 82.56 | 132.77 | 181.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 91 | 0 | 0.73 | 0.42 | 0.38 | 334.74 | 0.57 | 0.39 |
| Hex | 9D | 2B | 5B | 0 | 49 | 2A | 26 | 14F | 39 | 27 |
| Octal | 235 | 53 | 133 | 0 | 111 | 52 | 46 | 517 | 71 | 47 |
| Binary | 10011101 | 101011 | 1011011 | 0 | 1001001 | 101010 | 100110 | 101001111 | 111001 | 100111 |
Color Harmonies of #9D2B5B
Complementary color
Monochromatic Colors of #9D2B5B
Black with #9D2B5B
Text Example
Text Example
White with #9D2B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2B5B; }
p { color: rgb(157,43,91); }
H1.HeaderClassName
{
color: #9D2B5B;
}
.AnyTagClassName
{
color: #9D2B5B;
}
</style>
background-color css
<style>
a { background-color: #9D2B5B; }
a { background-color: rgb(157,43,91); }
div.DivClassName
{
background-color: #9D2B5B;
}
.BgClassName
{
background-color: #9D2B5B;
}
</style>
border-color css
<style>
span { border-color: #9D2B5B; }
span { border-color: rgb(157,43,91); }
td.TdClassName
{
border-color: #9D2B5B;
}
.TagClassName
{
border-color: #9D2B5B;
}
</style>