Html Css Color HEX #9D335D Lipstick

📋 copy color: '#9D335D'

red 157 ◦ green 51 ◦ blue 93

#9D335D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lipstick #9D335D

Tints of Lipstick #9D335D

RGB

 RED value IS 157 (61.72% from 255) = 52.16%

 GREEN value IS 51 (20.31% from 255) = 16.94%

 BLUE value IS 93 (36.72% from 255) = 30.9%

R = 52.16%
G = 16.94%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D335D (or 0x9D335D) is known color: Lipstick. HEX triplet: 9D, 33 and 5D. RGB value is (157,51,93). Sum of RGB (Red+Green+Blue) = 157+51+93=301 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.16% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 157 - color contains mainly: red. Hex color #9D335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D335D is #62CCA2. Grayscale: #575757. Windows color (decimal): -6474915 or 6108061. OLE color: 6108061.

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

Color convert

RGB 157 51 93 -
CMYK 0 0.68 0.41 0.38
HSL 336.23º 0.51% 0.41% -
HSV(B) 336.23º 0.68% 0.62% -
XYZ 17.06 10.33 11.45 -
YUV 87.48 131.12 177.58 -
System Red Green Blue C M Y K H S L
Decimal 157 51 93 0 0.68 0.41 0.38 336.23 0.51 0.41
Hex 9D 33 5D 0 44 29 26 150 33 29
Octal 235 63 135 0 104 51 46 520 63 51
Binary 10011101 110011 1011101 0 1000100 101001 100110 101010000 110011 101001

Color Harmonies of #9D335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D335D

Black with #9D335D

Text Example


Text Example

White with #9D335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,51,93); }

 H1.HeaderClassName
 {
   color: #9D335D;
 }
 .AnyTagClassName
 {
   color: #9D335D;
 }
</style>

background-color css

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

 a { background-color: rgb(157,51,93); }

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

border-color css

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

 span { border-color: rgb(157,51,93); }

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