#884A83

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

Shades of Trendy Pink #884A83

Tints of Trendy Pink #884A83

Color information

#884A83 (or 0x884A83) is unknown color: approx Trendy Pink. HEX triplet: 88, 4A and 83. RGB value is (136,74,131). Sum of RGB (Red+Green+Blue) = 136+74+131=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 131 (51.56% from 255 or 38.42% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #884A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884A83 is #77B57C. Grayscale: #626262. Windows color (decimal): -7845245 or 8604296. OLE color: 8604296.

HSL color Cylindrical-coordinate representation of color #884A83: hue angle of 304.84º 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 #884A83 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB13674131-
CMYK00.460.040.47
HSL304.84º29.52%41.18%-
HSV(B)304.84º45.59%53.33%-
XYZ16.711.7722.86-
YUV99.04146.04154.37-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.88%
GREEN value IS 74 (29.30% from 255) = 21.70%
BLUE value IS 131 (51.56% from 255) = 38.42%
R=39.88%
G=21.70%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367413100.460.040.47304.8429.5241.18
Hex884A8302E42F1311e29
Octal2101122030564574613651
Binary10001000100101010000011010111010010111110011000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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