Shades of Lipstick #9D2759
Tints of Lipstick #9D2759
RGB
CMYK
RGB Variations
Color information
#9D2759 (or 0x9D2759) is known color: Lipstick. HEX triplet: 9D, 27 and 59. RGB value is (157,39,89). Sum of RGB (Red+Green+Blue) = 157+39+89=285 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.09% from 285); Green value is 39 (15.62% from 255 or 13.68% from 285); Blue value is 89 (35.16% from 255 or 31.23% from 285); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2759 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2759 is #62D8A6. Grayscale: #4F4F4F. Windows color (decimal): -6477991 or 5842845. OLE color: 5842845.
HSL color Cylindrical-coordinate representation of color #9D2759: hue angle of 334.58º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9D2759 is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 39 | 89 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.38 |
| HSL | 334.58º | 0.6% | 0.38% | - |
| HSV(B) | 334.58º | 0.75% | 0.62% | - |
| XYZ | 16.43 | 9.34 | 10.39 | - |
| YUV | 79.98 | 133.09 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 39 | 89 | 0 | 0.75 | 0.43 | 0.38 | 334.58 | 0.6 | 0.38 |
| Hex | 9D | 27 | 59 | 0 | 4B | 2B | 26 | 14F | 3C | 26 |
| Octal | 235 | 47 | 131 | 0 | 113 | 53 | 46 | 517 | 74 | 46 |
| Binary | 10011101 | 100111 | 1011001 | 0 | 1001011 | 101011 | 100110 | 101001111 | 111100 | 100110 |
Color Harmonies of #9D2759
Complementary color
Monochromatic Colors of #9D2759
Black with #9D2759
Text Example
Text Example
White with #9D2759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2759; }
p { color: rgb(157,39,89); }
H1.HeaderClassName
{
color: #9D2759;
}
.AnyTagClassName
{
color: #9D2759;
}
</style>
background-color css
<style>
a { background-color: #9D2759; }
a { background-color: rgb(157,39,89); }
div.DivClassName
{
background-color: #9D2759;
}
.BgClassName
{
background-color: #9D2759;
}
</style>
border-color css
<style>
span { border-color: #9D2759; }
span { border-color: rgb(157,39,89); }
td.TdClassName
{
border-color: #9D2759;
}
.TagClassName
{
border-color: #9D2759;
}
</style>