Shades of Lipstick #9D2B5D
Tints of Lipstick #9D2B5D
RGB
CMYK
RGB Variations
Color information
#9D2B5D (or 0x9D2B5D) is known color: Lipstick. HEX triplet: 9D, 2B and 5D. RGB value is (157,43,93). Sum of RGB (Red+Green+Blue) = 157+43+93=293 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.58% from 293); Green value is 43 (17.19% from 255 or 14.68% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2B5D is #62D4A2. Grayscale: #525252. Windows color (decimal): -6476963 or 6106013. OLE color: 6106013.
HSL color Cylindrical-coordinate representation of color #9D2B5D: hue angle of 333.68º 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 #9D2B5D is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 43 | 93 | - |
| CMYK | 0 | 0.73 | 0.41 | 0.38 |
| HSL | 333.68º | 0.57% | 0.39% | - |
| HSV(B) | 333.68º | 0.73% | 0.62% | - |
| XYZ | 16.74 | 9.69 | 11.34 | - |
| YUV | 82.79 | 133.77 | 180.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 93 | 0 | 0.73 | 0.41 | 0.38 | 333.68 | 0.57 | 0.39 |
| Hex | 9D | 2B | 5D | 0 | 49 | 29 | 26 | 14E | 39 | 27 |
| Octal | 235 | 53 | 135 | 0 | 111 | 51 | 46 | 516 | 71 | 47 |
| Binary | 10011101 | 101011 | 1011101 | 0 | 1001001 | 101001 | 100110 | 101001110 | 111001 | 100111 |
Color Harmonies of #9D2B5D
Complementary color
Monochromatic Colors of #9D2B5D
Black with #9D2B5D
Text Example
Text Example
White with #9D2B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2B5D; }
p { color: rgb(157,43,93); }
H1.HeaderClassName
{
color: #9D2B5D;
}
.AnyTagClassName
{
color: #9D2B5D;
}
</style>
background-color css
<style>
a { background-color: #9D2B5D; }
a { background-color: rgb(157,43,93); }
div.DivClassName
{
background-color: #9D2B5D;
}
.BgClassName
{
background-color: #9D2B5D;
}
</style>
border-color css
<style>
span { border-color: #9D2B5D; }
span { border-color: rgb(157,43,93); }
td.TdClassName
{
border-color: #9D2B5D;
}
.TagClassName
{
border-color: #9D2B5D;
}
</style>