#84587D

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

Shades of Trendy Pink #84587D

Tints of Trendy Pink #84587D

Color information

#84587D (or 0x84587D) is unknown color: approx Trendy Pink. HEX triplet: 84, 58 and 7D. RGB value is (132,88,125). Sum of RGB (Red+Green+Blue) = 132+88+125=345 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.26% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 132 - color contains mainly: red. Hex color #84587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84587D is #7BA782. Grayscale: #696969. Windows color (decimal): -8103811 or 8214660. OLE color: 8214660.

HSL color Cylindrical-coordinate representation of color #84587D: hue angle of 309.55º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84587D is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13288125-
CMYK00.330.050.48
HSL309.55º20%43.14%-
HSV(B)309.55º33.33%51.76%-
XYZ16.7113.3721.1-
YUV105.37139.08146.99-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.26%
GREEN value IS 88 (34.77% from 255) = 25.51%
BLUE value IS 125 (49.22% from 255) = 36.23%
R=38.26%
G=25.51%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328812500.330.050.48309.552043.14
Hex84587D021530136142b
Octal2041301750415604662453
Binary1000010010110001111101010000110111000010011011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84587D; }

 p { color: rgb(132,88,125); }

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

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

 a { background-color: rgb(132,88,125); }

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

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

 span { border-color: rgb(132,88,125); }

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