#87457D

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

Shades of Trendy Pink #87457D

Tints of Trendy Pink #87457D

Color information

#87457D (or 0x87457D) is unknown color: approx Trendy Pink. HEX triplet: 87, 45 and 7D. RGB value is (135,69,125). Sum of RGB (Red+Green+Blue) = 135+69+125=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #87457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87457D is #78BA82. Grayscale: #5E5E5E. Windows color (decimal): -7912067 or 8209799. OLE color: 8209799.

HSL color Cylindrical-coordinate representation of color #87457D: hue angle of 309.09º degrees, saturation: 0.32, 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 #87457D is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13569125-
CMYK00.490.070.47
HSL309.09º32.35%40%-
HSV(B)309.09º48.89%52.94%-
XYZ15.8210.8920.67-
YUV95.12144.87156.45-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 125 (49.22% from 255) = 37.99%
R=41.03%
G=20.97%
B=37.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1356912500.490.070.47309.0932.3540
Hex87457D03172F1352028
Octal2071051750617574654050
Binary10000111100010111111010110001111101111100110101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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