Shades of Lipstick #9D2C4E
Tints of Lipstick #9D2C4E
RGB
CMYK
RGB Variations
Color information
#9D2C4E (or 0x9D2C4E) is known color: Lipstick. HEX triplet: 9D, 2C and 4E. RGB value is (157,44,78). Sum of RGB (Red+Green+Blue) = 157+44+78=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2C4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2C4E is #62D3B1. Grayscale: #515151. Windows color (decimal): -6476722 or 5123229. OLE color: 5123229.
HSL color Cylindrical-coordinate representation of color #9D2C4E: hue angle of 341.95º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9D2C4E is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 44 | 78 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.38 |
| HSL | 341.95º | 0.56% | 0.39% | - |
| HSV(B) | 341.95º | 0.72% | 0.62% | - |
| XYZ | 16.18 | 9.52 | 8.19 | - |
| YUV | 81.66 | 125.94 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 44 | 78 | 0 | 0.72 | 0.50 | 0.38 | 341.95 | 0.56 | 0.39 |
| Hex | 9D | 2C | 4E | 0 | 48 | 32 | 26 | 156 | 38 | 27 |
| Octal | 235 | 54 | 116 | 0 | 110 | 62 | 46 | 526 | 70 | 47 |
| Binary | 10011101 | 101100 | 1001110 | 0 | 1001000 | 110010 | 100110 | 101010110 | 111000 | 100111 |
Color Harmonies of #9D2C4E
Complementary color
Monochromatic Colors of #9D2C4E
Black with #9D2C4E
Text Example
Text Example
White with #9D2C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2C4E; }
p { color: rgb(157,44,78); }
H1.HeaderClassName
{
color: #9D2C4E;
}
.AnyTagClassName
{
color: #9D2C4E;
}
</style>
background-color css
<style>
a { background-color: #9D2C4E; }
a { background-color: rgb(157,44,78); }
div.DivClassName
{
background-color: #9D2C4E;
}
.BgClassName
{
background-color: #9D2C4E;
}
</style>
border-color css
<style>
span { border-color: #9D2C4E; }
span { border-color: rgb(157,44,78); }
td.TdClassName
{
border-color: #9D2C4E;
}
.TagClassName
{
border-color: #9D2C4E;
}
</style>