Shades of Lipstick #9D325D
Tints of Lipstick #9D325D
RGB
CMYK
RGB Variations
Color information
#9D325D (or 0x9D325D) is known color: Lipstick. HEX triplet: 9D, 32 and 5D. RGB value is (157,50,93). Sum of RGB (Red+Green+Blue) = 157+50+93=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D325D is #62CDA2. Grayscale: #565656. Windows color (decimal): -6475171 or 6107805. OLE color: 6107805.
HSL color Cylindrical-coordinate representation of color #9D325D: hue angle of 335.89º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D325D is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 50 | 93 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.38 |
| HSL | 335.89º | 0.52% | 0.41% | - |
| HSV(B) | 335.89º | 0.68% | 0.62% | - |
| XYZ | 17.02 | 10.24 | 11.44 | - |
| YUV | 86.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 50 | 93 | 0 | 0.68 | 0.41 | 0.38 | 335.89 | 0.52 | 0.41 |
| Hex | 9D | 32 | 5D | 0 | 44 | 29 | 26 | 150 | 34 | 29 |
| Octal | 235 | 62 | 135 | 0 | 104 | 51 | 46 | 520 | 64 | 51 |
| Binary | 10011101 | 110010 | 1011101 | 0 | 1000100 | 101001 | 100110 | 101010000 | 110100 | 101001 |
Color Harmonies of #9D325D
Complementary color
Monochromatic Colors of #9D325D
Black with #9D325D
Text Example
Text Example
White with #9D325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D325D; }
p { color: rgb(157,50,93); }
H1.HeaderClassName
{
color: #9D325D;
}
.AnyTagClassName
{
color: #9D325D;
}
</style>
background-color css
<style>
a { background-color: #9D325D; }
a { background-color: rgb(157,50,93); }
div.DivClassName
{
background-color: #9D325D;
}
.BgClassName
{
background-color: #9D325D;
}
</style>
border-color css
<style>
span { border-color: #9D325D; }
span { border-color: rgb(157,50,93); }
td.TdClassName
{
border-color: #9D325D;
}
.TagClassName
{
border-color: #9D325D;
}
</style>