Html Css Color HEX #87557D Trendy Pink

📋 copy color: '#87557D'

red 135 ◦ green 85 ◦ blue 125

#87557D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #87557D

Tints of Trendy Pink #87557D

RGB

 RED value IS 135 (53.13% from 255) = 39.13%

 GREEN value IS 85 (33.59% from 255) = 24.64%

 BLUE value IS 125 (49.22% from 255) = 36.23%

R = 39.13%
G = 24.64%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87557D (or 0x87557D) is known color: Trendy Pink. HEX triplet: 87, 55 and 7D. RGB value is (135,85,125). Sum of RGB (Red+Green+Blue) = 135+85+125=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 85 (33.59% from 255 or 24.64% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #87557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87557D is #78AA82. Grayscale: #686868. Windows color (decimal): -7907971 or 8213895. OLE color: 8213895.

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

Color convert

RGB 135 85 125 -
CMYK 0 0.37 0.07 0.47
HSL 312º 0.23% 0.43% -
HSV(B) 312º 0.37% 0.53% -
XYZ 16.94 13.13 21.04 -
YUV 104.51 139.57 149.75 -
System Red Green Blue C M Y K H S L
Decimal 135 85 125 0 0.37 0.07 0.47 312 0.23 0.43
Hex 87 55 7D 0 25 7 2F 138 17 2B
Octal 207 125 175 0 45 7 57 470 27 53
Binary 10000111 1010101 1111101 0 100101 111 101111 100111000 10111 101011

Color Harmonies of #87557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87557D

Black with #87557D

Text Example


Text Example

White with #87557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #87557D;
 }
 .AnyTagClassName
 {
   color: #87557D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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