Html Css Color HEX #885588 Trendy Pink

📋 copy color: '#885588'

red 136 ◦ green 85 ◦ blue 136

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

Shades of Trendy Pink #885588

Tints of Trendy Pink #885588

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.81%

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

R = 38.1%
G = 23.81%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#885588 (or 0x885588) is known color: Trendy Pink. HEX triplet: 88, 55 and 88. RGB value is (136,85,136). Sum of RGB (Red+Green+Blue) = 136+85+136=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #885588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885588 is #77AA77. Grayscale: #696969. Windows color (decimal): -7842424 or 8934792. OLE color: 8934792.

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

Color convert

RGB 136 85 136 -
CMYK 0 0.38 0 0.47
HSL 300º 0.23% 0.43% -
HSV(B) 300º 0.38% 0.53% -
XYZ 17.85 13.51 24.96 -
YUV 106.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 136 85 136 0 0.38 0 0.47 300 0.23 0.43
Hex 88 55 88 0 26 0 2F 12C 17 2B
Octal 210 125 210 0 46 0 57 454 27 53
Binary 10001000 1010101 10001000 0 100110 0 101111 100101100 10111 101011

Color Harmonies of #885588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885588

Black with #885588

Text Example


Text Example

White with #885588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885588; }

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

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

background-color css

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

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

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

border-color css

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

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

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