Shades of Lipstick #9D2F68
Tints of Lipstick #9D2F68
RGB
CMYK
RGB Variations
Color information
#9D2F68 (or 0x9D2F68) is known color: Lipstick. HEX triplet: 9D, 2F and 68. RGB value is (157,47,104). Sum of RGB (Red+Green+Blue) = 157+47+104=308 (40% of max value = 765). Red value is 157 (61.72% from 255 or 50.97% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2F68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2F68 is #62D097. Grayscale: #565656. Windows color (decimal): -6475928 or 6827933. OLE color: 6827933.
HSL color Cylindrical-coordinate representation of color #9D2F68: hue angle of 328.91º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D2F68 is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 47 | 104 | - |
| CMYK | 0 | 0.70 | 0.34 | 0.38 |
| HSL | 328.91º | 0.54% | 0.4% | - |
| HSV(B) | 328.91º | 0.7% | 0.62% | - |
| XYZ | 17.42 | 10.2 | 14.15 | - |
| YUV | 86.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 47 | 104 | 0 | 0.70 | 0.34 | 0.38 | 328.91 | 0.54 | 0.4 |
| Hex | 9D | 2F | 68 | 0 | 46 | 22 | 26 | 149 | 36 | 28 |
| Octal | 235 | 57 | 150 | 0 | 106 | 42 | 46 | 511 | 66 | 50 |
| Binary | 10011101 | 101111 | 1101000 | 0 | 1000110 | 100010 | 100110 | 101001001 | 110110 | 101000 |
Color Harmonies of #9D2F68
Complementary color
Monochromatic Colors of #9D2F68
Black with #9D2F68
Text Example
Text Example
White with #9D2F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2F68; }
p { color: rgb(157,47,104); }
H1.HeaderClassName
{
color: #9D2F68;
}
.AnyTagClassName
{
color: #9D2F68;
}
</style>
background-color css
<style>
a { background-color: #9D2F68; }
a { background-color: rgb(157,47,104); }
div.DivClassName
{
background-color: #9D2F68;
}
.BgClassName
{
background-color: #9D2F68;
}
</style>
border-color css
<style>
span { border-color: #9D2F68; }
span { border-color: rgb(157,47,104); }
td.TdClassName
{
border-color: #9D2F68;
}
.TagClassName
{
border-color: #9D2F68;
}
</style>