Shades of Lipstick #9D2855
Tints of Lipstick #9D2855
RGB
CMYK
RGB Variations
Color information
#9D2855 (or 0x9D2855) is known color: Lipstick. HEX triplet: 9D, 28 and 55. RGB value is (157,40,85). Sum of RGB (Red+Green+Blue) = 157+40+85=282 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.67% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2855 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2855 is #62D7AA. Grayscale: #505050. Windows color (decimal): -6477739 or 5580957. OLE color: 5580957.
HSL color Cylindrical-coordinate representation of color #9D2855: hue angle of 336.92º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2855 is Cyan = 0, Magento = 0.75, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 40 | 85 | - |
| CMYK | 0 | 0.75 | 0.46 | 0.38 |
| HSL | 336.92º | 0.59% | 0.39% | - |
| HSV(B) | 336.92º | 0.75% | 0.62% | - |
| XYZ | 16.3 | 9.34 | 9.54 | - |
| YUV | 80.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 40 | 85 | 0 | 0.75 | 0.46 | 0.38 | 336.92 | 0.59 | 0.39 |
| Hex | 9D | 28 | 55 | 0 | 4B | 2E | 26 | 151 | 3B | 27 |
| Octal | 235 | 50 | 125 | 0 | 113 | 56 | 46 | 521 | 73 | 47 |
| Binary | 10011101 | 101000 | 1010101 | 0 | 1001011 | 101110 | 100110 | 101010001 | 111011 | 100111 |
Color Harmonies of #9D2855
Complementary color
Monochromatic Colors of #9D2855
Black with #9D2855
Text Example
Text Example
White with #9D2855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2855; }
p { color: rgb(157,40,85); }
H1.HeaderClassName
{
color: #9D2855;
}
.AnyTagClassName
{
color: #9D2855;
}
</style>
background-color css
<style>
a { background-color: #9D2855; }
a { background-color: rgb(157,40,85); }
div.DivClassName
{
background-color: #9D2855;
}
.BgClassName
{
background-color: #9D2855;
}
</style>
border-color css
<style>
span { border-color: #9D2855; }
span { border-color: rgb(157,40,85); }
td.TdClassName
{
border-color: #9D2855;
}
.TagClassName
{
border-color: #9D2855;
}
</style>