Shades of Lipstick #9D2A64
Tints of Lipstick #9D2A64
RGB
CMYK
RGB Variations
Color information
#9D2A64 (or 0x9D2A64) is known color: Lipstick. HEX triplet: 9D, 2A and 64. RGB value is (157,42,100). Sum of RGB (Red+Green+Blue) = 157+42+100=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 42 (16.80% from 255 or 14.05% from 299); Blue value is 100 (39.45% from 255 or 33.44% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2A64 is #62D59B. Grayscale: #525252. Windows color (decimal): -6477212 or 6564509. OLE color: 6564509.
HSL color Cylindrical-coordinate representation of color #9D2A64: hue angle of 329.74º degrees, saturation: 0.58, 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 #9D2A64 is Cyan = 0, Magento = 0.73, Yellow = 0.36 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 42 | 100 | - |
| CMYK | 0 | 0.73 | 0.36 | 0.38 |
| HSL | 329.74º | 0.58% | 0.39% | - |
| HSV(B) | 329.74º | 0.73% | 0.62% | - |
| XYZ | 17.03 | 9.74 | 13.04 | - |
| YUV | 83 | 137.6 | 180.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 42 | 100 | 0 | 0.73 | 0.36 | 0.38 | 329.74 | 0.58 | 0.39 |
| Hex | 9D | 2A | 64 | 0 | 49 | 24 | 26 | 14A | 3A | 27 |
| Octal | 235 | 52 | 144 | 0 | 111 | 44 | 46 | 512 | 72 | 47 |
| Binary | 10011101 | 101010 | 1100100 | 0 | 1001001 | 100100 | 100110 | 101001010 | 111010 | 100111 |
Color Harmonies of #9D2A64
Complementary color
Monochromatic Colors of #9D2A64
Black with #9D2A64
Text Example
Text Example
White with #9D2A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2A64; }
p { color: rgb(157,42,100); }
H1.HeaderClassName
{
color: #9D2A64;
}
.AnyTagClassName
{
color: #9D2A64;
}
</style>
background-color css
<style>
a { background-color: #9D2A64; }
a { background-color: rgb(157,42,100); }
div.DivClassName
{
background-color: #9D2A64;
}
.BgClassName
{
background-color: #9D2A64;
}
</style>
border-color css
<style>
span { border-color: #9D2A64; }
span { border-color: rgb(157,42,100); }
td.TdClassName
{
border-color: #9D2A64;
}
.TagClassName
{
border-color: #9D2A64;
}
</style>