Html Css Color HEX #88487C Trendy Pink

📋 copy color: '#88487C'

red 136 ◦ green 72 ◦ blue 124

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

Shades of Trendy Pink #88487C

Tints of Trendy Pink #88487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.69%

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

R = 40.96%
G = 21.69%
B = 37.35%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#88487C (or 0x88487C) is known color: Trendy Pink. HEX triplet: 88, 48 and 7C. RGB value is (136,72,124). Sum of RGB (Red+Green+Blue) = 136+72+124=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #88487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88487C is #77B783. Grayscale: #606060. Windows color (decimal): -7845764 or 8145032. OLE color: 8145032.

HSL color Cylindrical-coordinate representation of color #88487C: hue angle of 311.25º degrees, saturation: 0.31, 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 #88487C is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 124 -
CMYK 0 0.47 0.09 0.47
HSL 311.25º 0.31% 0.41% -
HSV(B) 311.25º 0.47% 0.53% -
XYZ 16.11 11.32 20.41 -
YUV 97.06 143.2 155.77 -
System Red Green Blue C M Y K H S L
Decimal 136 72 124 0 0.47 0.09 0.47 311.25 0.31 0.41
Hex 88 48 7C 0 2F 9 2F 137 1F 29
Octal 210 110 174 0 57 11 57 467 37 51
Binary 10001000 1001000 1111100 0 101111 1001 101111 100110111 11111 101001

Color Harmonies of #88487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88487C

Black with #88487C

Text Example


Text Example

White with #88487C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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