#88608D

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

Shades of Trendy Pink #88608D

Tints of Trendy Pink #88608D

Color information

#88608D (or 0x88608D) is unknown color: approx Trendy Pink. HEX triplet: 88, 60 and 8D. RGB value is (136,96,141). Sum of RGB (Red+Green+Blue) = 136+96+141=373 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.46% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 141 - color contains mainly: blue. Hex color #88608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88608D is #779F72. Grayscale: #707070. Windows color (decimal): -7839603 or 9265288. OLE color: 9265288.

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

Color convert

RGB13696141-
CMYK0.040.3200.45
HSL293.33º18.99%46.47%-
HSV(B)293.33º31.91%55.29%-
XYZ19.1415.5227.19-
YUV113.09143.75144.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.46%
GREEN value IS 96 (37.89% from 255) = 25.74%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=36.46%
G=25.74%
B=37.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136961410.040.3200.45293.3318.9946.47
Hex88608D42002D125132e
Octal2101402154400554452356
Binary10001000110000010001101100100000010110110010010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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