#885188

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

Shades of Trendy Pink #885188

Tints of Trendy Pink #885188

Color information

#885188 (or 0x885188) is unknown color: approx Trendy Pink. HEX triplet: 88, 51 and 88. RGB value is (136,81,136). Sum of RGB (Red+Green+Blue) = 136+81+136=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #885188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885188 is #77AE77. Grayscale: #676767. Windows color (decimal): -7843448 or 8933768. OLE color: 8933768.

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

Color convert

RGB13681136-
CMYK00.4000.47
HSL300º25.35%42.55%-
HSV(B)300º40.44%53.33%-
XYZ17.5412.924.86-
YUV103.72146.22151.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 136 (53.52% from 255) = 38.53%
R=38.53%
G=22.95%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368113600.4000.4730025.3542.55
Hex88518802802F12c192b
Octal2101212100500574543153
Binary100010001010001100010000101000010111110010110011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885188; }

 p { color: rgb(136,81,136); }

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

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

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

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

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

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

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