#9D2B5E

Color #9D2B5E Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #9D2B5E

Tints of Lipstick #9D2B5E

Color information

#9D2B5E (or 0x9D2B5E) is unknown color: approx Lipstick. HEX triplet: 9D, 2B and 5E. RGB value is (157,43,94). Sum of RGB (Red+Green+Blue) = 157+43+94=294 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.40% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2B5E is #62D4A1. Grayscale: #525252. Windows color (decimal): -6476962 or 6171549. OLE color: 6171549.

HSL color Cylindrical-coordinate representation of color #9D2B5E: hue angle of 333.16º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9D2B5E is Cyan = 0, Magento = 0.73, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB1574394-
CMYK00.730.400.38
HSL333.16º57%39.22%-
HSV(B)333.16º72.61%61.57%-
XYZ16.799.711.58-
YUV82.9134.27180.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 53.40%
GREEN value IS 43 (17.19% from 255) = 14.63%
BLUE value IS 94 (37.11% from 255) = 31.97%
R=53.40%
G=14.63%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157439400.730.400.38333.165739.22
Hex9D2B5E049282614d3927
Octal23553136011150465157147
Binary10011101101011101111001001001101000100110101001101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D2B5E; }

 p { color: rgb(157,43,94); }

 H1.HeaderClassName
 {
   color: #9D2B5E;
 }
 .AnyTagClassName
 {
   color: #9D2B5E;
 }
</style>
background-color css

<style>
 a { background-color: #9D2B5E; }

 a { background-color: rgb(157,43,94); }

 div.DivClassName
 {
   background-color: #9D2B5E;
 }
 .BgClassName
 {
   background-color: #9D2B5E;
 }
</style>
border-color css

<style>
 span { border-color: #9D2B5E; }

 span { border-color: rgb(157,43,94); }

 td.TdClassName
 {
   border-color: #9D2B5E;
 }
 .TagClassName
 {
   border-color: #9D2B5E;
 }
</style>