#885285

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

Shades of Trendy Pink #885285

Tints of Trendy Pink #885285

Color information

#885285 (or 0x885285) is unknown color: approx Trendy Pink. HEX triplet: 88, 52 and 85. RGB value is (136,82,133). Sum of RGB (Red+Green+Blue) = 136+82+133=351 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.75% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 136 - color contains mainly: red. Hex color #885285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885285 is #77AD7A. Grayscale: #676767. Windows color (decimal): -7843195 or 8737416. OLE color: 8737416.

HSL color Cylindrical-coordinate representation of color #885285: hue angle of 303.33º 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 #885285 is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13682133-
CMYK00.400.020.47
HSL303.33º24.77%42.75%-
HSV(B)303.33º39.71%53.33%-
XYZ17.412.9623.77-
YUV103.96144.39150.85-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.75%
GREEN value IS 82 (32.42% from 255) = 23.36%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=38.75%
G=23.36%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368213300.400.020.47303.3324.7742.75
Hex88528502822F12f192b
Octal2101222050502574573153
Binary1000100010100101000010101010001010111110010111111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885285; }

 p { color: rgb(136,82,133); }

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

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

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

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

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

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

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