#884882

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

Shades of Trendy Pink #884882

Tints of Trendy Pink #884882

Color information

#884882 (or 0x884882) is unknown color: approx Trendy Pink. HEX triplet: 88, 48 and 82. RGB value is (136,72,130). Sum of RGB (Red+Green+Blue) = 136+72+130=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #884882 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884882 is #77B77D. Grayscale: #616161. Windows color (decimal): -7845758 or 8538248. OLE color: 8538248.

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

Color convert

RGB13672130-
CMYK00.470.040.47
HSL305.62º30.77%40.78%-
HSV(B)305.62º47.06%53.33%-
XYZ16.511.4822.47-
YUV97.75146.2155.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=40.24%
G=21.30%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367213000.470.040.47305.6230.7740.78
Hex88488202F42F1321f29
Octal2101102020574574623751
Binary10001000100100010000010010111110010111110011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884882; }

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

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

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

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

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

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

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

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