#884880

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

Shades of Trendy Pink #884880

Tints of Trendy Pink #884880

Color information

#884880 (or 0x884880) is unknown color: approx Trendy Pink. HEX triplet: 88, 48 and 80. RGB value is (136,72,128). Sum of RGB (Red+Green+Blue) = 136+72+128=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 128 (50.39% from 255 or 38.10% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #884880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884880 is #77B77F. Grayscale: #616161. Windows color (decimal): -7845760 or 8407176. OLE color: 8407176.

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

Color convert

RGB13672128-
CMYK00.470.060.47
HSL307.5º30.77%40.78%-
HSV(B)307.5º47.06%53.33%-
XYZ16.3711.4321.77-
YUV97.52145.2155.45-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 128 (50.39% from 255) = 38.10%
R=40.48%
G=21.43%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367212800.470.060.47307.530.7740.78
Hex88488002F62F1341f29
Octal2101102000576574643751
Binary10001000100100010000000010111111010111110011010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884880; }

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

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

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

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

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

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

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

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