#88618D

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

Shades of Trendy Pink #88618D

Tints of Trendy Pink #88618D

Color information

#88618D (or 0x88618D) is unknown color: approx Trendy Pink. HEX triplet: 88, 61 and 8D. RGB value is (136,97,141). Sum of RGB (Red+Green+Blue) = 136+97+141=374 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.36% from 374); Green value is 97 (38.28% from 255 or 25.94% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #88618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88618D is #779E72. Grayscale: #717171. Windows color (decimal): -7839347 or 9265544. OLE color: 9265544.

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

Color convert

RGB13697141-
CMYK0.040.3100.45
HSL293.18º18.49%46.67%-
HSV(B)293.18º31.21%55.29%-
XYZ19.2415.7127.22-
YUV113.68143.42143.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.36%
GREEN value IS 97 (38.28% from 255) = 25.94%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=36.36%
G=25.94%
B=37.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal136971410.040.3100.45293.1818.4946.67
Hex88618D41F02D125122f
Octal2101412154370554452257
Binary1000100011000011000110110011111010110110010010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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