#84487D

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

Shades of Trendy Pink #84487D

Tints of Trendy Pink #84487D

Color information

#84487D (or 0x84487D) is unknown color: approx Trendy Pink. HEX triplet: 84, 48 and 7D. RGB value is (132,72,125). Sum of RGB (Red+Green+Blue) = 132+72+125=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #84487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84487D is #7BB782. Grayscale: #5F5F5F. Windows color (decimal): -8107907 or 8210564. OLE color: 8210564.

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

Color convert

RGB13272125-
CMYK00.450.050.48
HSL307º29.41%40%-
HSV(B)307º45.45%51.76%-
XYZ15.5311.0220.71-
YUV95.98144.38153.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.12%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=40.12%
G=21.88%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327212500.450.050.4830729.4140
Hex84487D02D5301331d28
Octal2041101750555604633550
Binary1000010010010001111101010110110111000010011001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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