#88547F

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

Shades of Trendy Pink #88547F

Tints of Trendy Pink #88547F

Color information

#88547F (or 0x88547F) is unknown color: approx Trendy Pink. HEX triplet: 88, 54 and 7F. RGB value is (136,84,127). Sum of RGB (Red+Green+Blue) = 136+84+127=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88547F is #77AB80. Grayscale: #686868. Windows color (decimal): -7842689 or 8344712. OLE color: 8344712.

HSL color Cylindrical-coordinate representation of color #88547F: hue angle of 310.38º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88547F is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13684127-
CMYK00.380.070.47
HSL310.38º23.64%43.14%-
HSV(B)310.38º38.24%53.33%-
XYZ17.1513.1121.7-
YUV104.45140.73150.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 127 (50% from 255) = 36.60%
R=39.19%
G=24.21%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368412700.380.070.47310.3823.6443.14
Hex88547F02672F136182b
Octal2101241770467574663053
Binary1000100010101001111111010011011110111110011011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88547F; }

 p { color: rgb(136,84,127); }

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

<style>
 a { background-color: #88547F; }

 a { background-color: rgb(136,84,127); }

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

<style>
 span { border-color: #88547F; }

 span { border-color: rgb(136,84,127); }

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