Shades of Lipstick #992D6D
Tints of Lipstick #992D6D
RGB
CMYK
RGB Variations
Color information
#992D6D (or 0x992D6D) is known color: Lipstick. HEX triplet: 99, 2D and 6D. RGB value is (153,45,109). Sum of RGB (Red+Green+Blue) = 153+45+109=307 (40% of max value = 765). Red value is 153 (60.16% from 255 or 49.84% from 307); Green value is 45 (17.97% from 255 or 14.66% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 153 - color contains mainly: red. Hex color #992D6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992D6D is #66D292. Grayscale: #545454. Windows color (decimal): -6738579 or 7155097. OLE color: 7155097.
HSL color Cylindrical-coordinate representation of color #992D6D: hue angle of 324.44º 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 #992D6D is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 45 | 109 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.4 |
| HSL | 324.44º | 0.55% | 0.39% | - |
| HSV(B) | 324.44º | 0.71% | 0.6% | - |
| XYZ | 16.84 | 9.75 | 15.46 | - |
| YUV | 84.59 | 141.78 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 109 | 0 | 0.71 | 0.29 | 0.4 | 324.44 | 0.55 | 0.39 |
| Hex | 99 | 2D | 6D | 0 | 47 | 1D | 28 | 144 | 37 | 27 |
| Octal | 231 | 55 | 155 | 0 | 107 | 35 | 50 | 504 | 67 | 47 |
| Binary | 10011001 | 101101 | 1101101 | 0 | 1000111 | 11101 | 101000 | 101000100 | 110111 | 100111 |
Color Harmonies of #992D6D
Complementary color
Monochromatic Colors of #992D6D
Black with #992D6D
Text Example
Text Example
White with #992D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992D6D; }
p { color: rgb(153,45,109); }
H1.HeaderClassName
{
color: #992D6D;
}
.AnyTagClassName
{
color: #992D6D;
}
</style>
background-color css
<style>
a { background-color: #992D6D; }
a { background-color: rgb(153,45,109); }
div.DivClassName
{
background-color: #992D6D;
}
.BgClassName
{
background-color: #992D6D;
}
</style>
border-color css
<style>
span { border-color: #992D6D; }
span { border-color: rgb(153,45,109); }
td.TdClassName
{
border-color: #992D6D;
}
.TagClassName
{
border-color: #992D6D;
}
</style>