#884785

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

Shades of Trendy Pink #884785

Tints of Trendy Pink #884785

Color information

#884785 (or 0x884785) is unknown color: approx Trendy Pink. HEX triplet: 88, 47 and 85. RGB value is (136,71,133). Sum of RGB (Red+Green+Blue) = 136+71+133=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 133 (52.34% from 255 or 39.12% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #884785 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884785 is #77B87A. Grayscale: #616161. Windows color (decimal): -7846011 or 8734600. OLE color: 8734600.

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

Color convert

RGB13671133-
CMYK00.480.020.47
HSL302.77º31.4%40.59%-
HSV(B)302.77º47.79%53.33%-
XYZ16.6411.4323.52-
YUV97.5148.03155.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 133 (52.34% from 255) = 39.12%
R=40%
G=20.88%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367113300.480.020.47302.7731.440.59
Hex88478503022F12f1f29
Octal2101072050602574573751
Binary1000100010001111000010101100001010111110010111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884785; }

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

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

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

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

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

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

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

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