#9D2E65

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

Shades of Lipstick #9D2E65

Tints of Lipstick #9D2E65

Color information

#9D2E65 (or 0x9D2E65) is unknown color: approx Lipstick. HEX triplet: 9D, 2E and 65. RGB value is (157,46,101). Sum of RGB (Red+Green+Blue) = 157+46+101=304 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.64% from 304); Green value is 46 (18.36% from 255 or 15.13% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2E65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2E65 is #62D19A. Grayscale: #555555. Windows color (decimal): -6476187 or 6631069. OLE color: 6631069.

HSL color Cylindrical-coordinate representation of color #9D2E65: hue angle of 330.27º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9D2E65 is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB15746101-
CMYK00.710.360.38
HSL330.27º54.68%39.8%-
HSV(B)330.27º70.7%61.57%-
XYZ17.2310.0613.35-
YUV85.46136.77179.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.64%
GREEN value IS 46 (18.36% from 255) = 15.13%
BLUE value IS 101 (39.84% from 255) = 33.22%
R=51.64%
G=15.13%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1574610100.710.360.38330.2754.6839.8
Hex9D2E65047242614a3728
Octal23556145010744465126750
Binary10011101101110110010101000111100100100110101001010110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,46,101); }

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

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

 a { background-color: rgb(157,46,101); }

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

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

 span { border-color: rgb(157,46,101); }

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