#885485

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

Shades of Trendy Pink #885485

Tints of Trendy Pink #885485

Color information

#885485 (or 0x885485) is unknown color: approx Trendy Pink. HEX triplet: 88, 54 and 85. RGB value is (136,84,133). Sum of RGB (Red+Green+Blue) = 136+84+133=353 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.53% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 136 - color contains mainly: red. Hex color #885485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885485 is #77AB7A. Grayscale: #686868. Windows color (decimal): -7842683 or 8737928. OLE color: 8737928.

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

Color convert

RGB13684133-
CMYK00.380.020.47
HSL303.46º23.64%43.14%-
HSV(B)303.46º38.24%53.33%-
XYZ17.5613.2723.83-
YUV105.13143.73150.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.53%
GREEN value IS 84 (33.20% from 255) = 23.80%
BLUE value IS 133 (52.34% from 255) = 37.68%
R=38.53%
G=23.80%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368413300.380.020.47303.4623.6443.14
Hex88548502622F12f182b
Octal2101242050462574573053
Binary1000100010101001000010101001101010111110010111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885485; }

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

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

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

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

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

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

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

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