#88527C

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

Shades of Trendy Pink #88527C

Tints of Trendy Pink #88527C

Color information

#88527C (or 0x88527C) is unknown color: approx Trendy Pink. HEX triplet: 88, 52 and 7C. RGB value is (136,82,124). Sum of RGB (Red+Green+Blue) = 136+82+124=342 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.77% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 136 - color contains mainly: red. Hex color #88527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88527C is #77AD83. Grayscale: #666666. Windows color (decimal): -7843204 or 8147592. OLE color: 8147592.

HSL color Cylindrical-coordinate representation of color #88527C: hue angle of 313.33º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88527C is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB13682124-
CMYK00.400.090.47
HSL313.33º24.77%42.75%-
HSV(B)313.33º39.71%53.33%-
XYZ16.8112.7220.64-
YUV102.93139.89151.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.77%
GREEN value IS 82 (32.42% from 255) = 23.98%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=39.77%
G=23.98%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368212400.400.090.47313.3324.7742.75
Hex88527C02892F139192b
Octal21012217405011574713153
Binary10001000101001011111000101000100110111110011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88527C; }

 p { color: rgb(136,82,124); }

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

<style>
 a { background-color: #88527C; }

 a { background-color: rgb(136,82,124); }

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

<style>
 span { border-color: #88527C; }

 span { border-color: rgb(136,82,124); }

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