#88547D

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

Shades of Trendy Pink #88547D

Tints of Trendy Pink #88547D

Color information

#88547D (or 0x88547D) is unknown color: approx Trendy Pink. HEX triplet: 88, 54 and 7D. RGB value is (136,84,125). Sum of RGB (Red+Green+Blue) = 136+84+125=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #88547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88547D is #77AB82. Grayscale: #686868. Windows color (decimal): -7842691 or 8213640. OLE color: 8213640.

HSL color Cylindrical-coordinate representation of color #88547D: hue angle of 312.69º 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 #88547D is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13684125-
CMYK00.380.080.47
HSL312.69º23.64%43.14%-
HSV(B)312.69º38.24%53.33%-
XYZ17.0313.0621.02-
YUV104.22139.73150.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.42%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=39.42%
G=24.35%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368412500.380.080.47312.6923.6443.14
Hex88547D02682F139182b
Octal21012417504610574713053
Binary10001000101010011111010100110100010111110011100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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