Html Css Color HEX #88487D Trendy Pink

📋 copy color: '#88487D'

red 136 ◦ green 72 ◦ blue 125

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

Shades of Trendy Pink #88487D

Tints of Trendy Pink #88487D

RGB

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

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

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

R = 40.84%
G = 21.62%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#88487D (or 0x88487D) is known color: Trendy Pink. HEX triplet: 88, 48 and 7D. RGB value is (136,72,125). Sum of RGB (Red+Green+Blue) = 136+72+125=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 72 (28.52% from 255 or 21.62% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #88487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88487D is #77B782. Grayscale: #616161. Windows color (decimal): -7845763 or 8210568. OLE color: 8210568.

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

Color convert

RGB 136 72 125 -
CMYK 0 0.47 0.08 0.47
HSL 310.31º 0.31% 0.41% -
HSV(B) 310.31º 0.47% 0.53% -
XYZ 16.17 11.35 20.74 -
YUV 97.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 136 72 125 0 0.47 0.08 0.47 310.31 0.31 0.41
Hex 88 48 7D 0 2F 8 2F 136 1F 29
Octal 210 110 175 0 57 10 57 466 37 51
Binary 10001000 1001000 1111101 0 101111 1000 101111 100110110 11111 101001

Color Harmonies of #88487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88487D

Black with #88487D

Text Example


Text Example

White with #88487D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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