Html Css Color HEX #885988 Trendy Pink

📋 copy color: '#885988'

red 136 ◦ green 89 ◦ blue 136

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

Shades of Trendy Pink #885988

Tints of Trendy Pink #885988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

 BLUE value IS 136 (53.52% from 255) = 37.67%

R = 37.67%
G = 24.65%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#885988 (or 0x885988) is known color: Trendy Pink. HEX triplet: 88, 59 and 88. RGB value is (136,89,136). Sum of RGB (Red+Green+Blue) = 136+89+136=361 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.67% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #885988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885988 is #77A677. Grayscale: #6C6C6C. Windows color (decimal): -7841400 or 8935816. OLE color: 8935816.

HSL color Cylindrical-coordinate representation of color #885988: hue angle of 300º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885988 is Cyan = 0, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 89 136 -
CMYK 0 0.35 0 0.47
HSL 300º 0.21% 0.44% -
HSV(B) 300º 0.35% 0.53% -
XYZ 18.17 14.16 25.07 -
YUV 108.41 143.57 147.68 -
System Red Green Blue C M Y K H S L
Decimal 136 89 136 0 0.35 0 0.47 300 0.21 0.44
Hex 88 59 88 0 23 0 2F 12C 15 2C
Octal 210 131 210 0 43 0 57 454 25 54
Binary 10001000 1011001 10001000 0 100011 0 101111 100101100 10101 101100

Color Harmonies of #885988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885988

Black with #885988

Text Example


Text Example

White with #885988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885988; }

 p { color: rgb(136,89,136); }

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

background-color css

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

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

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

border-color css

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

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

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