Shades of Lipstick #9D2B4E
Tints of Lipstick #9D2B4E
RGB
CMYK
RGB Variations
Color information
#9D2B4E (or 0x9D2B4E) is known color: Lipstick. HEX triplet: 9D, 2B and 4E. RGB value is (157,43,78). Sum of RGB (Red+Green+Blue) = 157+43+78=278 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.47% from 278); Green value is 43 (17.19% from 255 or 15.47% from 278); Blue value is 78 (30.86% from 255 or 28.06% from 278); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2B4E is #62D4B1. Grayscale: #515151. Windows color (decimal): -6476978 or 5122973. OLE color: 5122973.
HSL color Cylindrical-coordinate representation of color #9D2B4E: hue angle of 341.58º 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 #9D2B4E is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 43 | 78 | - |
| CMYK | 0 | 0.73 | 0.50 | 0.38 |
| HSL | 341.58º | 0.57% | 0.39% | - |
| HSV(B) | 341.58º | 0.73% | 0.62% | - |
| XYZ | 16.14 | 9.45 | 8.18 | - |
| YUV | 81.08 | 126.27 | 182.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 78 | 0 | 0.73 | 0.50 | 0.38 | 341.58 | 0.57 | 0.39 |
| Hex | 9D | 2B | 4E | 0 | 49 | 32 | 26 | 156 | 39 | 27 |
| Octal | 235 | 53 | 116 | 0 | 111 | 62 | 46 | 526 | 71 | 47 |
| Binary | 10011101 | 101011 | 1001110 | 0 | 1001001 | 110010 | 100110 | 101010110 | 111001 | 100111 |
Color Harmonies of #9D2B4E
Complementary color
Monochromatic Colors of #9D2B4E
Black with #9D2B4E
Text Example
Text Example
White with #9D2B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2B4E; }
p { color: rgb(157,43,78); }
H1.HeaderClassName
{
color: #9D2B4E;
}
.AnyTagClassName
{
color: #9D2B4E;
}
</style>
background-color css
<style>
a { background-color: #9D2B4E; }
a { background-color: rgb(157,43,78); }
div.DivClassName
{
background-color: #9D2B4E;
}
.BgClassName
{
background-color: #9D2B4E;
}
</style>
border-color css
<style>
span { border-color: #9D2B4E; }
span { border-color: rgb(157,43,78); }
td.TdClassName
{
border-color: #9D2B4E;
}
.TagClassName
{
border-color: #9D2B4E;
}
</style>