#87487D

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

Shades of Trendy Pink #87487D

Tints of Trendy Pink #87487D

Color information

#87487D (or 0x87487D) is unknown color: approx Trendy Pink. HEX triplet: 87, 48 and 7D. RGB value is (135,72,125). Sum of RGB (Red+Green+Blue) = 135+72+125=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #87487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87487D is #78B782. Grayscale: #606060. Windows color (decimal): -7911299 or 8210567. OLE color: 8210567.

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

Color convert

RGB13572125-
CMYK00.470.070.47
HSL309.52º30.43%40.59%-
HSV(B)309.52º46.67%52.94%-
XYZ16.0111.2720.73-
YUV96.88143.87155.19-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.66%
GREEN value IS 72 (28.52% from 255) = 21.69%
BLUE value IS 125 (49.22% from 255) = 37.65%
R=40.66%
G=21.69%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1357212500.470.070.47309.5230.4340.59
Hex87487D02F72F1361e29
Octal2071101750577574663651
Binary1000011110010001111101010111111110111110011011011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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