#885881

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

Shades of Trendy Pink #885881

Tints of Trendy Pink #885881

Color information

#885881 (or 0x885881) is unknown color: approx Trendy Pink. HEX triplet: 88, 58 and 81. RGB value is (136,88,129). Sum of RGB (Red+Green+Blue) = 136+88+129=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #885881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885881 is #77A77E. Grayscale: #6A6A6A. Windows color (decimal): -7841663 or 8476808. OLE color: 8476808.

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

Color convert

RGB13688129-
CMYK00.350.050.47
HSL308.75º21.43%43.92%-
HSV(B)308.75º35.29%53.33%-
XYZ17.6113.822.5-
YUV107.03140.4148.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 88 (34.77% from 255) = 24.93%
BLUE value IS 129 (50.78% from 255) = 36.54%
R=38.53%
G=24.93%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368812900.350.050.47308.7521.4343.92
Hex88588102352F135152c
Octal2101302010435574652554
Binary10001000101100010000001010001110110111110011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885881; }

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

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

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

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

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

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

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

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