#88577D

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

Shades of Trendy Pink #88577D

Tints of Trendy Pink #88577D

Color information

#88577D (or 0x88577D) is unknown color: approx Trendy Pink. HEX triplet: 88, 57 and 7D. RGB value is (136,87,125). Sum of RGB (Red+Green+Blue) = 136+87+125=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88577D is #77A882. Grayscale: #696969. Windows color (decimal): -7841923 or 8214408. OLE color: 8214408.

HSL color Cylindrical-coordinate representation of color #88577D: hue angle of 313.47º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88577D is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13687125-
CMYK00.360.080.47
HSL313.47º21.97%43.73%-
HSV(B)313.47º36.03%53.33%-
XYZ17.2613.5321.1-
YUV105.98138.73149.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.08%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 35.92%
R=39.08%
G=25%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368712500.360.080.47313.4721.9743.73
Hex88577D02482F139162c
Octal21012717504410574712654
Binary10001000101011111111010100100100010111110011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,87,125); }

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

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

 a { background-color: rgb(136,87,125); }

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

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

 span { border-color: rgb(136,87,125); }

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