#88487B

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

Shades of Trendy Pink #88487B

Tints of Trendy Pink #88487B

Color information

#88487B (or 0x88487B) is unknown color: approx Trendy Pink. HEX triplet: 88, 48 and 7B. RGB value is (136,72,123). Sum of RGB (Red+Green+Blue) = 136+72+123=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88487B is #77B784. Grayscale: #606060. Windows color (decimal): -7845765 or 8079496. OLE color: 8079496.

HSL color Cylindrical-coordinate representation of color #88487B: hue angle of 312.19º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #88487B is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB13672123-
CMYK00.470.100.47
HSL312.19º30.77%40.78%-
HSV(B)312.19º47.06%53.33%-
XYZ16.0511.320.07-
YUV96.95142.7155.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.09%
GREEN value IS 72 (28.52% from 255) = 21.75%
BLUE value IS 123 (48.44% from 255) = 37.16%
R=41.09%
G=21.75%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367212300.470.100.47312.1930.7740.78
Hex88487B02FA2F1381f29
Octal21011017305712574703751
Binary10001000100100011110110101111101010111110011100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88487B; }

 p { color: rgb(136,72,123); }

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

<style>
 a { background-color: #88487B; }

 a { background-color: rgb(136,72,123); }

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

<style>
 span { border-color: #88487B; }

 span { border-color: rgb(136,72,123); }

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