#884080

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

Shades of Trendy Pink #884080

Tints of Trendy Pink #884080

Color information

#884080 (or 0x884080) is unknown color: approx Trendy Pink. HEX triplet: 88, 40 and 80. RGB value is (136,64,128). Sum of RGB (Red+Green+Blue) = 136+64+128=328 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.46% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 136 - color contains mainly: red. Hex color #884080 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884080 is #77BF7F. Grayscale: #5C5C5C. Windows color (decimal): -7847808 or 8405128. OLE color: 8405128.

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

Color convert

RGB13664128-
CMYK00.530.060.47
HSL306.67º36%39.22%-
HSV(B)306.67º52.94%53.33%-
XYZ15.8810.4621.6-
YUV92.82147.85158.8-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.46%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 128 (50.39% from 255) = 39.02%
R=41.46%
G=19.51%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366412800.530.060.47306.673639.22
Hex88408003562F1332427
Octal2101002000656574634447
Binary100010001000000100000000110101110101111100110011100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884080; }

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

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

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

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

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

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

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

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