#885487

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

Shades of Trendy Pink #885487

Tints of Trendy Pink #885487

Color information

#885487 (or 0x885487) is unknown color: approx Trendy Pink. HEX triplet: 88, 54 and 87. RGB value is (136,84,135). Sum of RGB (Red+Green+Blue) = 136+84+135=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 135 (53.12% from 255 or 38.03% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #885487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885487 is #77AB78. Grayscale: #696969. Windows color (decimal): -7842681 or 8869000. OLE color: 8869000.

HSL color Cylindrical-coordinate representation of color #885487: hue angle of 301.15º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885487 is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13684135-
CMYK00.380.010.47
HSL301.15º23.64%43.14%-
HSV(B)301.15º38.24%53.33%-
XYZ17.713.3224.56-
YUV105.36144.73149.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.31%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 135 (53.12% from 255) = 38.03%
R=38.31%
G=23.66%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368413500.380.010.47301.1523.6443.14
Hex88548702612F12d182b
Octal2101242070461574553053
Binary100010001010100100001110100110110111110010110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885487; }

 p { color: rgb(136,84,135); }

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

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

 a { background-color: rgb(136,84,135); }

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

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

 span { border-color: rgb(136,84,135); }

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