#9D2163

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

Shades of Lipstick #9D2163

Tints of Lipstick #9D2163

Color information

#9D2163 (or 0x9D2163) is unknown color: approx Lipstick. HEX triplet: 9D, 21 and 63. RGB value is (157,33,99). Sum of RGB (Red+Green+Blue) = 157+33+99=289 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.33% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2163 is #62DE9C. Grayscale: #4D4D4D. Windows color (decimal): -6479517 or 6496669. OLE color: 6496669.

HSL color Cylindrical-coordinate representation of color #9D2163: hue angle of 328.06º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9D2163 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.38.

Color convert

RGB1573399-
CMYK00.790.370.38
HSL328.06º65.26%37.25%-
HSV(B)328.06º78.98%61.57%-
XYZ16.79.1612.69-
YUV77.6140.08184.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.33%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=54.33%
G=11.42%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157339900.790.370.38328.0665.2637.25
Hex9D216304F25261484125
Octal235411430117454651010145
Binary100111011000011100011010011111001011001101010010001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,33,99); }

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

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

 a { background-color: rgb(157,33,99); }

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

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

 span { border-color: rgb(157,33,99); }

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