Html Css Color HEX #88487B Trendy Pink

📋 copy color: '#88487B'

red 136 ◦ green 72 ◦ blue 123

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

Shades of Trendy Pink #88487B

Tints of Trendy Pink #88487B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.16%

R = 41.09%
G = 21.75%
B = 37.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#88487B (or 0x88487B) is known color: Trendy Pink. HEX triplet: 88, 48 and 7B. RGB value is (136,72,123). Sum of RGB (Red+Green+Blue) = 136+72+123=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 123 (48.44% from 255 or 37.16% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #88487B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88487B is #77B784. Grayscale: #606060. Windows color (decimal): -7845765 or 8079496. OLE color: 8079496.

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

Color convert

RGB 136 72 123 -
CMYK 0 0.47 0.10 0.47
HSL 312.19º 0.31% 0.41% -
HSV(B) 312.19º 0.47% 0.53% -
XYZ 16.05 11.3 20.07 -
YUV 96.95 142.7 155.85 -
System Red Green Blue C M Y K H S L
Decimal 136 72 123 0 0.47 0.10 0.47 312.19 0.31 0.41
Hex 88 48 7B 0 2F A 2F 138 1F 29
Octal 210 110 173 0 57 12 57 470 37 51
Binary 10001000 1001000 1111011 0 101111 1010 101111 100111000 11111 101001

Color Harmonies of #88487B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88487B

Black with #88487B

Text Example


Text Example

White with #88487B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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