#88567D

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

Shades of Trendy Pink #88567D

Tints of Trendy Pink #88567D

Color information

#88567D (or 0x88567D) is unknown color: approx Trendy Pink. HEX triplet: 88, 56 and 7D. RGB value is (136,86,125). Sum of RGB (Red+Green+Blue) = 136+86+125=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88567D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88567D is #77A982. Grayscale: #696969. Windows color (decimal): -7842179 or 8214152. OLE color: 8214152.

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

Color convert

RGB13686125-
CMYK00.370.080.47
HSL313.2º22.52%43.53%-
HSV(B)313.2º36.76%53.33%-
XYZ17.1813.3721.08-
YUV105.4139.06149.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 125 (49.22% from 255) = 36.02%
R=39.19%
G=24.78%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368612500.370.080.47313.222.5243.53
Hex88567D02582F139172c
Octal21012617504510574712754
Binary10001000101011011111010100101100010111110011100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88567D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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