Html Css Color HEX #885488 Trendy Pink

📋 copy color: '#885488'

red 136 ◦ green 84 ◦ blue 136

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

Shades of Trendy Pink #885488

Tints of Trendy Pink #885488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.6%

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

R = 38.2%
G = 23.6%
B = 38.2%

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

#885488 (or 0x885488) is known color: Trendy Pink. HEX triplet: 88, 54 and 88. RGB value is (136,84,136). Sum of RGB (Red+Green+Blue) = 136+84+136=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 84 (33.20% from 255 or 23.60% from 356); Blue value is 136 (53.52% from 255 or 38.20% from 356); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #885488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885488 is #77AB77. Grayscale: #696969. Windows color (decimal): -7842680 or 8934536. OLE color: 8934536.

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

Color convert

RGB 136 84 136 -
CMYK 0 0.38 0 0.47
HSL 300º 0.24% 0.43% -
HSV(B) 300º 0.38% 0.53% -
XYZ 17.77 13.35 24.93 -
YUV 105.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 136 84 136 0 0.38 0 0.47 300 0.24 0.43
Hex 88 54 88 0 26 0 2F 12C 18 2B
Octal 210 124 210 0 46 0 57 454 30 53
Binary 10001000 1010100 10001000 0 100110 0 101111 100101100 11000 101011

Color Harmonies of #885488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885488

Black with #885488

Text Example


Text Example

White with #885488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885488; }

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

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

background-color css

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

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

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

border-color css

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

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

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