#885780

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

Shades of Trendy Pink #885780

Tints of Trendy Pink #885780

Color information

#885780 (or 0x885780) is unknown color: approx Trendy Pink. HEX triplet: 88, 57 and 80. RGB value is (136,87,128). Sum of RGB (Red+Green+Blue) = 136+87+128=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #885780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885780 is #77A87F. Grayscale: #6A6A6A. Windows color (decimal): -7841920 or 8411016. OLE color: 8411016.

HSL color Cylindrical-coordinate representation of color #885780: hue angle of 309.8º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885780 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13687128-
CMYK00.360.060.47
HSL309.8º21.97%43.73%-
HSV(B)309.8º36.03%53.33%-
XYZ17.4613.6122.13-
YUV106.32140.23149.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 87 (34.38% from 255) = 24.79%
BLUE value IS 128 (50.39% from 255) = 36.47%
R=38.75%
G=24.79%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368712800.360.060.47309.821.9743.73
Hex88578002462F136162c
Octal2101272000446574662654
Binary10001000101011110000000010010011010111110011011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885780; }

 p { color: rgb(136,87,128); }

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

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

 a { background-color: rgb(136,87,128); }

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

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

 span { border-color: rgb(136,87,128); }

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