#884584

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

Shades of Trendy Pink #884584

Tints of Trendy Pink #884584

Color information

#884584 (or 0x884584) is unknown color: approx Trendy Pink. HEX triplet: 88, 45 and 84. RGB value is (136,69,132). Sum of RGB (Red+Green+Blue) = 136+69+132=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #884584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #884584 is #77BA7B. Grayscale: #606060. Windows color (decimal): -7846524 or 8668552. OLE color: 8668552.

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

Color convert

RGB13669132-
CMYK00.490.030.47
HSL303.58º32.68%40.2%-
HSV(B)303.58º49.26%53.33%-
XYZ16.4511.1623.12-
YUV96.22148.2156.38-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.36%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=40.36%
G=20.47%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366913200.490.030.47303.5832.6840.2
Hex88458403132F1302128
Octal2101052040613574604150
Binary10001000100010110000100011000111101111100110000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884584; }

 p { color: rgb(136,69,132); }

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

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

 a { background-color: rgb(136,69,132); }

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

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

 span { border-color: rgb(136,69,132); }

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