#884480

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

Shades of Trendy Pink #884480

Tints of Trendy Pink #884480

Color information

#884480 (or 0x884480) is unknown color: approx Trendy Pink. HEX triplet: 88, 44 and 80. RGB value is (136,68,128). Sum of RGB (Red+Green+Blue) = 136+68+128=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 128 (50.39% from 255 or 38.55% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #884480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884480 is #77BB7F. Grayscale: #5E5E5E. Windows color (decimal): -7846784 or 8406152. OLE color: 8406152.

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

Color convert

RGB13668128-
CMYK00.500.060.47
HSL307.06º33.33%40%-
HSV(B)307.06º50%53.33%-
XYZ16.1210.9321.68-
YUV95.17146.53157.12-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 128 (50.39% from 255) = 38.55%
R=40.96%
G=20.48%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366812800.500.060.47307.0633.3340
Hex88448003262F1332128
Octal2101042000626574634150
Binary100010001000100100000000110010110101111100110011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884480; }

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

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

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

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

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

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

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

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