Shades of Lipstick #9D2D4B
Tints of Lipstick #9D2D4B
RGB
CMYK
RGB Variations
Color information
#9D2D4B (or 0x9D2D4B) is known color: Lipstick. HEX triplet: 9D, 2D and 4B. RGB value is (157,45,75). Sum of RGB (Red+Green+Blue) = 157+45+75=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 75 (29.69% from 255 or 27.08% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2D4B is #62D2B4. Grayscale: #515151. Windows color (decimal): -6476469 or 4926877. OLE color: 4926877.
HSL color Cylindrical-coordinate representation of color #9D2D4B: hue angle of 343.93º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D2D4B is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 45 | 75 | - |
| CMYK | 0 | 0.71 | 0.52 | 0.38 |
| HSL | 343.93º | 0.55% | 0.4% | - |
| HSV(B) | 343.93º | 0.71% | 0.62% | - |
| XYZ | 16.11 | 9.55 | 7.65 | - |
| YUV | 81.91 | 124.11 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 45 | 75 | 0 | 0.71 | 0.52 | 0.38 | 343.93 | 0.55 | 0.4 |
| Hex | 9D | 2D | 4B | 0 | 47 | 34 | 26 | 158 | 37 | 28 |
| Octal | 235 | 55 | 113 | 0 | 107 | 64 | 46 | 530 | 67 | 50 |
| Binary | 10011101 | 101101 | 1001011 | 0 | 1000111 | 110100 | 100110 | 101011000 | 110111 | 101000 |
Color Harmonies of #9D2D4B
Complementary color
Monochromatic Colors of #9D2D4B
Black with #9D2D4B
Text Example
Text Example
White with #9D2D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2D4B; }
p { color: rgb(157,45,75); }
H1.HeaderClassName
{
color: #9D2D4B;
}
.AnyTagClassName
{
color: #9D2D4B;
}
</style>
background-color css
<style>
a { background-color: #9D2D4B; }
a { background-color: rgb(157,45,75); }
div.DivClassName
{
background-color: #9D2D4B;
}
.BgClassName
{
background-color: #9D2D4B;
}
</style>
border-color css
<style>
span { border-color: #9D2D4B; }
span { border-color: rgb(157,45,75); }
td.TdClassName
{
border-color: #9D2D4B;
}
.TagClassName
{
border-color: #9D2D4B;
}
</style>