#885D81

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

Shades of Trendy Pink #885D81

Tints of Trendy Pink #885D81

Color information

#885D81 (or 0x885D81) is unknown color: approx Trendy Pink. HEX triplet: 88, 5D and 81. RGB value is (136,93,129). Sum of RGB (Red+Green+Blue) = 136+93+129=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #885D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885D81 is #77A27E. Grayscale: #6D6D6D. Windows color (decimal): -7840383 or 8478088. OLE color: 8478088.

HSL color Cylindrical-coordinate representation of color #885D81: hue angle of 309.77º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #885D81 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB13693129-
CMYK00.320.050.47
HSL309.77º18.78%44.9%-
HSV(B)309.77º31.62%53.33%-
XYZ18.0314.6522.65-
YUV109.96138.75146.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.99%
GREEN value IS 93 (36.72% from 255) = 25.98%
BLUE value IS 129 (50.78% from 255) = 36.03%
R=37.99%
G=25.98%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369312900.320.050.47309.7718.7844.9
Hex885D8102052F136132d
Octal2101352010405574662355
Binary10001000101110110000001010000010110111110011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885D81; }

 p { color: rgb(136,93,129); }

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

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

 a { background-color: rgb(136,93,129); }

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

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

 span { border-color: rgb(136,93,129); }

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