#88507D

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

Shades of Trendy Pink #88507D

Tints of Trendy Pink #88507D

Color information

#88507D (or 0x88507D) is unknown color: approx Trendy Pink. HEX triplet: 88, 50 and 7D. RGB value is (136,80,125). Sum of RGB (Red+Green+Blue) = 136+80+125=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88507D is #77AF82. Grayscale: #656565. Windows color (decimal): -7843715 or 8212616. OLE color: 8212616.

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

Color convert

RGB13680125-
CMYK00.410.080.47
HSL311.79º25.93%42.35%-
HSV(B)311.79º41.18%53.33%-
XYZ16.7212.4520.92-
YUV101.87141.05152.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 80 (31.64% from 255) = 23.46%
BLUE value IS 125 (49.22% from 255) = 36.66%
R=39.88%
G=23.46%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368012500.410.080.47311.7925.9342.35
Hex88507D02982F1381a2a
Octal21012017505110574703252
Binary10001000101000011111010101001100010111110011100011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88507D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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