#88558D

Color #88558D Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #88558D

Tints of Trendy Pink #88558D

Color information

#88558D (or 0x88558D) is unknown color: approx Trendy Pink. HEX triplet: 88, 55 and 8D. RGB value is (136,85,141). Sum of RGB (Red+Green+Blue) = 136+85+141=362 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.57% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 141 - color contains mainly: blue. Hex color #88558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88558D is #77AA72. Grayscale: #6A6A6A. Windows color (decimal): -7842419 or 9262472. OLE color: 9262472.

HSL color Cylindrical-coordinate representation of color #88558D: hue angle of 294.64º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88558D is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13685141-
CMYK0.040.4000.45
HSL294.64º24.78%44.31%-
HSV(B)294.64º39.72%55.29%-
XYZ18.2113.6526.88-
YUV106.63147.4148.95-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.57%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=37.57%
G=23.48%
B=38.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136851410.040.4000.45294.6424.7844.31
Hex88558D42802D127192c
Octal2101252154500554473154
Binary10001000101010110001101100101000010110110010011111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88558D; }

 p { color: rgb(136,85,141); }

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

<style>
 a { background-color: #88558D; }

 a { background-color: rgb(136,85,141); }

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

<style>
 span { border-color: #88558D; }

 span { border-color: rgb(136,85,141); }

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