#884782

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

Shades of Trendy Pink #884782

Tints of Trendy Pink #884782

Color information

#884782 (or 0x884782) is unknown color: approx Trendy Pink. HEX triplet: 88, 47 and 82. RGB value is (136,71,130). Sum of RGB (Red+Green+Blue) = 136+71+130=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 71 (28.12% from 255 or 21.07% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #884782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884782 is #77B87D. Grayscale: #606060. Windows color (decimal): -7846014 or 8537992. OLE color: 8537992.

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

Color convert

RGB13671130-
CMYK00.480.040.47
HSL305.54º31.4%40.59%-
HSV(B)305.54º47.79%53.33%-
XYZ16.4411.3522.44-
YUV97.16146.53155.7-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 71 (28.12% from 255) = 21.07%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=40.36%
G=21.07%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367113000.480.040.47305.5431.440.59
Hex88478203042F1321f29
Octal2101072020604574623751
Binary10001000100011110000010011000010010111110011001011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884782; }

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

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

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

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

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

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

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

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