#884A80

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

Shades of Trendy Pink #884A80

Tints of Trendy Pink #884A80

Color information

#884A80 (or 0x884A80) is unknown color: approx Trendy Pink. HEX triplet: 88, 4A and 80. RGB value is (136,74,128). Sum of RGB (Red+Green+Blue) = 136+74+128=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 128 (50.39% from 255 or 37.87% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A80 is #77B57F. Grayscale: #626262. Windows color (decimal): -7845248 or 8407688. OLE color: 8407688.

HSL color Cylindrical-coordinate representation of color #884A80: hue angle of 307.74º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884A80 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB13674128-
CMYK00.460.060.47
HSL307.74º29.52%41.18%-
HSV(B)307.74º45.59%53.33%-
XYZ16.511.6921.81-
YUV98.69144.54154.61-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 128 (50.39% from 255) = 37.87%
R=40.24%
G=21.89%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367412800.460.060.47307.7429.5241.18
Hex884A8002E62F1341e29
Octal2101122000566574643651
Binary10001000100101010000000010111011010111110011010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884A80; }

 p { color: rgb(136,74,128); }

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

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

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

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

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

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

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