Shades of Lipstick #9D1D4E
Tints of Lipstick #9D1D4E
RGB
CMYK
RGB Variations
Color information
#9D1D4E (or 0x9D1D4E) is known color: Lipstick. HEX triplet: 9D, 1D and 4E. RGB value is (157,29,78). Sum of RGB (Red+Green+Blue) = 157+29+78=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1D4E is #62E2B1. Grayscale: #484848. Windows color (decimal): -6480562 or 5119389. OLE color: 5119389.
HSL color Cylindrical-coordinate representation of color #9D1D4E: hue angle of 337.03º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D4E is Cyan = 0, Magento = 0.82, Yellow = 0.50 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 29 | 78 | - |
| CMYK | 0 | 0.82 | 0.50 | 0.38 |
| HSL | 337.03º | 0.69% | 0.36% | - |
| HSV(B) | 337.03º | 0.82% | 0.62% | - |
| XYZ | 15.72 | 8.6 | 8.04 | - |
| YUV | 72.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 29 | 78 | 0 | 0.82 | 0.50 | 0.38 | 337.03 | 0.69 | 0.36 |
| Hex | 9D | 1D | 4E | 0 | 52 | 32 | 26 | 151 | 45 | 24 |
| Octal | 235 | 35 | 116 | 0 | 122 | 62 | 46 | 521 | 105 | 44 |
| Binary | 10011101 | 11101 | 1001110 | 0 | 1010010 | 110010 | 100110 | 101010001 | 1000101 | 100100 |
Color Harmonies of #9D1D4E
Complementary color
Monochromatic Colors of #9D1D4E
Black with #9D1D4E
Text Example
Text Example
White with #9D1D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1D4E; }
p { color: rgb(157,29,78); }
H1.HeaderClassName
{
color: #9D1D4E;
}
.AnyTagClassName
{
color: #9D1D4E;
}
</style>
background-color css
<style>
a { background-color: #9D1D4E; }
a { background-color: rgb(157,29,78); }
div.DivClassName
{
background-color: #9D1D4E;
}
.BgClassName
{
background-color: #9D1D4E;
}
</style>
border-color css
<style>
span { border-color: #9D1D4E; }
span { border-color: rgb(157,29,78); }
td.TdClassName
{
border-color: #9D1D4E;
}
.TagClassName
{
border-color: #9D1D4E;
}
</style>