Shades of Lipstick #9D224E
Tints of Lipstick #9D224E
RGB
CMYK
RGB Variations
Color information
#9D224E (or 0x9D224E) is known color: Lipstick. HEX triplet: 9D, 22 and 4E. RGB value is (157,34,78). Sum of RGB (Red+Green+Blue) = 157+34+78=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 78 (30.86% from 255 or 29.00% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D224E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D224E is #62DDB1. Grayscale: #4B4B4B. Windows color (decimal): -6479282 or 5120669. OLE color: 5120669.
HSL color Cylindrical-coordinate representation of color #9D224E: hue angle of 338.54º 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 #9D224E is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 34 | 78 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.38 |
| HSL | 338.54º | 0.64% | 0.37% | - |
| HSV(B) | 338.54º | 0.78% | 0.62% | - |
| XYZ | 15.85 | 8.86 | 8.08 | - |
| YUV | 75.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 34 | 78 | 0 | 0.78 | 0.50 | 0.38 | 338.54 | 0.64 | 0.37 |
| Hex | 9D | 22 | 4E | 0 | 4E | 32 | 26 | 153 | 40 | 25 |
| Octal | 235 | 42 | 116 | 0 | 116 | 62 | 46 | 523 | 100 | 45 |
| Binary | 10011101 | 100010 | 1001110 | 0 | 1001110 | 110010 | 100110 | 101010011 | 1000000 | 100101 |
Color Harmonies of #9D224E
Complementary color
Monochromatic Colors of #9D224E
Black with #9D224E
Text Example
Text Example
White with #9D224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D224E; }
p { color: rgb(157,34,78); }
H1.HeaderClassName
{
color: #9D224E;
}
.AnyTagClassName
{
color: #9D224E;
}
</style>
background-color css
<style>
a { background-color: #9D224E; }
a { background-color: rgb(157,34,78); }
div.DivClassName
{
background-color: #9D224E;
}
.BgClassName
{
background-color: #9D224E;
}
</style>
border-color css
<style>
span { border-color: #9D224E; }
span { border-color: rgb(157,34,78); }
td.TdClassName
{
border-color: #9D224E;
}
.TagClassName
{
border-color: #9D224E;
}
</style>