Shades of Lipstick #992D6C
Tints of Lipstick #992D6C
RGB
CMYK
RGB Variations
Color information
#992D6C (or 0x992D6C) is known color: Lipstick. HEX triplet: 99, 2D and 6C. RGB value is (153,45,108). Sum of RGB (Red+Green+Blue) = 153+45+108=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #992D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992D6C is #66D293. Grayscale: #545454. Windows color (decimal): -6738580 or 7089561. OLE color: 7089561.
HSL color Cylindrical-coordinate representation of color #992D6C: hue angle of 325º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #992D6C is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 108 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.4 |
| HSL | 325º | 0.55% | 0.39% | - |
| HSV(B) | 325º | 0.71% | 0.6% | - |
| XYZ | 16.78 | 9.73 | 15.18 | - |
| YUV | 84.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 108 | 0 | 0.71 | 0.29 | 0.4 | 325 | 0.55 | 0.39 |
| Hex | 99 | 2D | 6C | 0 | 47 | 1D | 28 | 145 | 37 | 27 |
| Octal | 231 | 55 | 154 | 0 | 107 | 35 | 50 | 505 | 67 | 47 |
| Binary | 10011001 | 101101 | 1101100 | 0 | 1000111 | 11101 | 101000 | 101000101 | 110111 | 100111 |
Color Harmonies of #992D6C
Complementary color
Monochromatic Colors of #992D6C
Black with #992D6C
Text Example
Text Example
White with #992D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D6C; }
p { color: rgb(153,45,108); }
H1.HeaderClassName
{
color: #992D6C;
}
.AnyTagClassName
{
color: #992D6C;
}
</style>
background-color css
<style>
a { background-color: #992D6C; }
a { background-color: rgb(153,45,108); }
div.DivClassName
{
background-color: #992D6C;
}
.BgClassName
{
background-color: #992D6C;
}
</style>
border-color css
<style>
span { border-color: #992D6C; }
span { border-color: rgb(153,45,108); }
td.TdClassName
{
border-color: #992D6C;
}
.TagClassName
{
border-color: #992D6C;
}
</style>