Shades of Lipstick #9D255D
Tints of Lipstick #9D255D
RGB
CMYK
RGB Variations
Color information
#9D255D (or 0x9D255D) is known color: Lipstick. HEX triplet: 9D, 25 and 5D. RGB value is (157,37,93). Sum of RGB (Red+Green+Blue) = 157+37+93=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D255D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D255D is #62DAA2. Grayscale: #4F4F4F. Windows color (decimal): -6478499 or 6104477. OLE color: 6104477.
HSL color Cylindrical-coordinate representation of color #9D255D: hue angle of 332º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9D255D is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 37 | 93 | - |
| CMYK | 0 | 0.76 | 0.41 | 0.38 |
| HSL | 332º | 0.62% | 0.38% | - |
| HSV(B) | 332º | 0.76% | 0.62% | - |
| XYZ | 16.54 | 9.28 | 11.28 | - |
| YUV | 79.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 37 | 93 | 0 | 0.76 | 0.41 | 0.38 | 332 | 0.62 | 0.38 |
| Hex | 9D | 25 | 5D | 0 | 4C | 29 | 26 | 14C | 3E | 26 |
| Octal | 235 | 45 | 135 | 0 | 114 | 51 | 46 | 514 | 76 | 46 |
| Binary | 10011101 | 100101 | 1011101 | 0 | 1001100 | 101001 | 100110 | 101001100 | 111110 | 100110 |
Color Harmonies of #9D255D
Complementary color
Monochromatic Colors of #9D255D
Black with #9D255D
Text Example
Text Example
White with #9D255D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D255D; }
p { color: rgb(157,37,93); }
H1.HeaderClassName
{
color: #9D255D;
}
.AnyTagClassName
{
color: #9D255D;
}
</style>
background-color css
<style>
a { background-color: #9D255D; }
a { background-color: rgb(157,37,93); }
div.DivClassName
{
background-color: #9D255D;
}
.BgClassName
{
background-color: #9D255D;
}
</style>
border-color css
<style>
span { border-color: #9D255D; }
span { border-color: rgb(157,37,93); }
td.TdClassName
{
border-color: #9D255D;
}
.TagClassName
{
border-color: #9D255D;
}
</style>