Html Css Color HEX #88537C Trendy Pink

📋 copy color: '#88537C'

red 136 ◦ green 83 ◦ blue 124

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

Shades of Trendy Pink #88537C

Tints of Trendy Pink #88537C

RGB

 RED value IS 136 (53.52% from 255) = 39.65%

 GREEN value IS 83 (32.81% from 255) = 24.2%

 BLUE value IS 124 (48.83% from 255) = 36.15%

R = 39.65%
G = 24.2%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88537C (or 0x88537C) is known color: Trendy Pink. HEX triplet: 88, 53 and 7C. RGB value is (136,83,124). Sum of RGB (Red+Green+Blue) = 136+83+124=343 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.65% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 124 (48.83% from 255 or 36.15% from 343); Max value from RGB is 136 - color contains mainly: red. Hex color #88537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88537C is #77AC83. Grayscale: #676767. Windows color (decimal): -7842948 or 8147848. OLE color: 8147848.

HSL color Cylindrical-coordinate representation of color #88537C: hue angle of 313.58º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #88537C is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 83 124 -
CMYK 0 0.39 0.09 0.47
HSL 313.58º 0.24% 0.43% -
HSV(B) 313.58º 0.39% 0.53% -
XYZ 16.88 12.88 20.66 -
YUV 103.52 139.56 151.17 -
System Red Green Blue C M Y K H S L
Decimal 136 83 124 0 0.39 0.09 0.47 313.58 0.24 0.43
Hex 88 53 7C 0 27 9 2F 13A 18 2B
Octal 210 123 174 0 47 11 57 472 30 53
Binary 10001000 1010011 1111100 0 100111 1001 101111 100111010 11000 101011

Color Harmonies of #88537C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88537C

Black with #88537C

Text Example


Text Example

White with #88537C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88537C; }

 p { color: rgb(136,83,124); }

 H1.HeaderClassName
 {
   color: #88537C;
 }
 .AnyTagClassName
 {
   color: #88537C;
 }
</style>

background-color css

<style>
 a { background-color: #88537C; }

 a { background-color: rgb(136,83,124); }

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

border-color css

<style>
 span { border-color: #88537C; }

 span { border-color: rgb(136,83,124); }

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