Shades of Lipstick #982B5D
Tints of Lipstick #982B5D
RGB
CMYK
RGB Variations
Color information
#982B5D (or 0x982B5D) is known color: Lipstick. HEX triplet: 98, 2B and 5D. RGB value is (152,43,93). Sum of RGB (Red+Green+Blue) = 152+43+93=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 43 (17.19% from 255 or 14.93% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #982B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982B5D is #67D4A2. Grayscale: #515151. Windows color (decimal): -6804643 or 6106008. OLE color: 6106008.
HSL color Cylindrical-coordinate representation of color #982B5D: hue angle of 332.48º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #982B5D is Cyan = 0, Magento = 0.72, Yellow = 0.39 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 43 | 93 | - |
| CMYK | 0 | 0.72 | 0.39 | 0.40 |
| HSL | 332.48º | 0.56% | 0.38% | - |
| HSV(B) | 332.48º | 0.72% | 0.6% | - |
| XYZ | 15.79 | 9.19 | 11.3 | - |
| YUV | 81.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 43 | 93 | 0 | 0.72 | 0.39 | 0.40 | 332.48 | 0.56 | 0.38 |
| Hex | 98 | 2B | 5D | 0 | 48 | 27 | 28 | 14C | 38 | 26 |
| Octal | 230 | 53 | 135 | 0 | 110 | 47 | 50 | 514 | 70 | 46 |
| Binary | 10011000 | 101011 | 1011101 | 0 | 1001000 | 100111 | 101000 | 101001100 | 111000 | 100110 |
Color Harmonies of #982B5D
Complementary color
Monochromatic Colors of #982B5D
Black with #982B5D
Text Example
Text Example
White with #982B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #982B5D; }
p { color: rgb(152,43,93); }
H1.HeaderClassName
{
color: #982B5D;
}
.AnyTagClassName
{
color: #982B5D;
}
</style>
background-color css
<style>
a { background-color: #982B5D; }
a { background-color: rgb(152,43,93); }
div.DivClassName
{
background-color: #982B5D;
}
.BgClassName
{
background-color: #982B5D;
}
</style>
border-color css
<style>
span { border-color: #982B5D; }
span { border-color: rgb(152,43,93); }
td.TdClassName
{
border-color: #982B5D;
}
.TagClassName
{
border-color: #982B5D;
}
</style>