Shades of Lipstick #9D2262
Tints of Lipstick #9D2262
RGB
CMYK
RGB Variations
Color information
#9D2262 (or 0x9D2262) is known color: Lipstick. HEX triplet: 9D, 22 and 62. RGB value is (157,34,98). Sum of RGB (Red+Green+Blue) = 157+34+98=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 98 (38.67% from 255 or 33.91% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2262 is #62DD9D. Grayscale: #4D4D4D. Windows color (decimal): -6479262 or 6431389. OLE color: 6431389.
HSL color Cylindrical-coordinate representation of color #9D2262: hue angle of 328.78º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9D2262 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 98 | - |
| CMYK | 0 | 0.78 | 0.38 | 0.38 |
| HSL | 328.78º | 0.64% | 0.37% | - |
| HSV(B) | 328.78º | 0.78% | 0.62% | - |
| XYZ | 16.68 | 9.19 | 12.45 | - |
| YUV | 78.07 | 139.25 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 98 | 0 | 0.78 | 0.38 | 0.38 | 328.78 | 0.64 | 0.37 |
| Hex | 9D | 22 | 62 | 0 | 4E | 26 | 26 | 149 | 40 | 25 |
| Octal | 235 | 42 | 142 | 0 | 116 | 46 | 46 | 511 | 100 | 45 |
| Binary | 10011101 | 100010 | 1100010 | 0 | 1001110 | 100110 | 100110 | 101001001 | 1000000 | 100101 |
Color Harmonies of #9D2262
Complementary color
Monochromatic Colors of #9D2262
Black with #9D2262
Text Example
Text Example
White with #9D2262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2262; }
p { color: rgb(157,34,98); }
H1.HeaderClassName
{
color: #9D2262;
}
.AnyTagClassName
{
color: #9D2262;
}
</style>
background-color css
<style>
a { background-color: #9D2262; }
a { background-color: rgb(157,34,98); }
div.DivClassName
{
background-color: #9D2262;
}
.BgClassName
{
background-color: #9D2262;
}
</style>
border-color css
<style>
span { border-color: #9D2262; }
span { border-color: rgb(157,34,98); }
td.TdClassName
{
border-color: #9D2262;
}
.TagClassName
{
border-color: #9D2262;
}
</style>