#88587D

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

Shades of Trendy Pink #88587D

Tints of Trendy Pink #88587D

Color information

#88587D (or 0x88587D) is unknown color: approx Trendy Pink. HEX triplet: 88, 58 and 7D. RGB value is (136,88,125). Sum of RGB (Red+Green+Blue) = 136+88+125=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #88587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88587D is #77A782. Grayscale: #6A6A6A. Windows color (decimal): -7841667 or 8214664. OLE color: 8214664.

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

Color convert

RGB13688125-
CMYK00.350.080.47
HSL313.75º21.43%43.92%-
HSV(B)313.75º35.29%53.33%-
XYZ17.3413.6921.13-
YUV106.57138.4148.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=38.97%
G=25.21%
B=35.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368812500.350.080.47313.7521.4343.92
Hex88587D02382F13a152c
Octal21013017504310574722554
Binary10001000101100011111010100011100010111110011101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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