Shades of Lipstick #9D215E
Tints of Lipstick #9D215E
RGB
CMYK
RGB Variations
Color information
#9D215E (or 0x9D215E) is known color: Lipstick. HEX triplet: 9D, 21 and 5E. RGB value is (157,33,94). Sum of RGB (Red+Green+Blue) = 157+33+94=284 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.28% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 157 - color contains mainly: red. Hex color #9D215E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D215E is #62DEA1. Grayscale: #4C4C4C. Windows color (decimal): -6479522 or 6168989. OLE color: 6168989.
HSL color Cylindrical-coordinate representation of color #9D215E: hue angle of 330.48º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D215E is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 33 | 94 | - |
| CMYK | 0 | 0.79 | 0.40 | 0.38 |
| HSL | 330.48º | 0.65% | 0.37% | - |
| HSV(B) | 330.48º | 0.79% | 0.62% | - |
| XYZ | 16.47 | 9.06 | 11.47 | - |
| YUV | 77.03 | 137.58 | 185.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 33 | 94 | 0 | 0.79 | 0.40 | 0.38 | 330.48 | 0.65 | 0.37 |
| Hex | 9D | 21 | 5E | 0 | 4F | 28 | 26 | 14A | 41 | 25 |
| Octal | 235 | 41 | 136 | 0 | 117 | 50 | 46 | 512 | 101 | 45 |
| Binary | 10011101 | 100001 | 1011110 | 0 | 1001111 | 101000 | 100110 | 101001010 | 1000001 | 100101 |
Color Harmonies of #9D215E
Complementary color
Monochromatic Colors of #9D215E
Black with #9D215E
Text Example
Text Example
White with #9D215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D215E; }
p { color: rgb(157,33,94); }
H1.HeaderClassName
{
color: #9D215E;
}
.AnyTagClassName
{
color: #9D215E;
}
</style>
background-color css
<style>
a { background-color: #9D215E; }
a { background-color: rgb(157,33,94); }
div.DivClassName
{
background-color: #9D215E;
}
.BgClassName
{
background-color: #9D215E;
}
</style>
border-color css
<style>
span { border-color: #9D215E; }
span { border-color: rgb(157,33,94); }
td.TdClassName
{
border-color: #9D215E;
}
.TagClassName
{
border-color: #9D215E;
}
</style>