#88568D

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

Shades of Trendy Pink #88568D

Tints of Trendy Pink #88568D

Color information

#88568D (or 0x88568D) is unknown color: approx Trendy Pink. HEX triplet: 88, 56 and 8D. RGB value is (136,86,141). Sum of RGB (Red+Green+Blue) = 136+86+141=363 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.47% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 141 - color contains mainly: blue. Hex color #88568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88568D is #77A972. Grayscale: #6B6B6B. Windows color (decimal): -7842163 or 9262728. OLE color: 9262728.

HSL color Cylindrical-coordinate representation of color #88568D: hue angle of 294.55º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88568D is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13686141-
CMYK0.040.3900.45
HSL294.55º24.23%44.51%-
HSV(B)294.55º39.01%55.29%-
XYZ18.2913.8126.9-
YUV107.22147.06148.53-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.47%
GREEN value IS 86 (33.98% from 255) = 23.69%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=37.47%
G=23.69%
B=38.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136861410.040.3900.45294.5524.2344.51
Hex88568D42702D127182d
Octal2101262154470554473055
Binary10001000101011010001101100100111010110110010011111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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