Shades of Lipstick #9D204D
Tints of Lipstick #9D204D
RGB
CMYK
RGB Variations
Color information
#9D204D (or 0x9D204D) is known color: Lipstick. HEX triplet: 9D, 20 and 4D. RGB value is (157,32,77). Sum of RGB (Red+Green+Blue) = 157+32+77=266 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.02% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 157 - color contains mainly: red. Hex color #9D204D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D204D is #62DFB2. Grayscale: #4A4A4A. Windows color (decimal): -6479795 or 5054621. OLE color: 5054621.
HSL color Cylindrical-coordinate representation of color #9D204D: hue angle of 338.4º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D204D is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 32 | 77 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.38 |
| HSL | 338.4º | 0.66% | 0.37% | - |
| HSV(B) | 338.4º | 0.8% | 0.62% | - |
| XYZ | 15.76 | 8.74 | 7.88 | - |
| YUV | 74.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 32 | 77 | 0 | 0.80 | 0.51 | 0.38 | 338.4 | 0.66 | 0.37 |
| Hex | 9D | 20 | 4D | 0 | 50 | 33 | 26 | 152 | 42 | 25 |
| Octal | 235 | 40 | 115 | 0 | 120 | 63 | 46 | 522 | 102 | 45 |
| Binary | 10011101 | 100000 | 1001101 | 0 | 1010000 | 110011 | 100110 | 101010010 | 1000010 | 100101 |
Color Harmonies of #9D204D
Complementary color
Monochromatic Colors of #9D204D
Black with #9D204D
Text Example
Text Example
White with #9D204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D204D; }
p { color: rgb(157,32,77); }
H1.HeaderClassName
{
color: #9D204D;
}
.AnyTagClassName
{
color: #9D204D;
}
</style>
background-color css
<style>
a { background-color: #9D204D; }
a { background-color: rgb(157,32,77); }
div.DivClassName
{
background-color: #9D204D;
}
.BgClassName
{
background-color: #9D204D;
}
</style>
border-color css
<style>
span { border-color: #9D204D; }
span { border-color: rgb(157,32,77); }
td.TdClassName
{
border-color: #9D204D;
}
.TagClassName
{
border-color: #9D204D;
}
</style>