#885085

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

Shades of Trendy Pink #885085

Tints of Trendy Pink #885085

Color information

#885085 (or 0x885085) is unknown color: approx Trendy Pink. HEX triplet: 88, 50 and 85. RGB value is (136,80,133). Sum of RGB (Red+Green+Blue) = 136+80+133=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #885085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885085 is #77AF7A. Grayscale: #666666. Windows color (decimal): -7843707 or 8736904. OLE color: 8736904.

HSL color Cylindrical-coordinate representation of color #885085: hue angle of 303.21º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885085 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13680133-
CMYK00.410.020.47
HSL303.21º25.93%42.35%-
HSV(B)303.21º41.18%53.33%-
XYZ17.2612.6723.73-
YUV102.79145.05151.69-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 80 (31.64% from 255) = 22.92%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=38.97%
G=22.92%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368013300.410.020.47303.2125.9342.35
Hex88508502922F12f1a2a
Octal2101202050512574573252
Binary1000100010100001000010101010011010111110010111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885085; }

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

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

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

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

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

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

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

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