Html Css Color HEX #885788 Trendy Pink

📋 copy color: '#885788'

red 136 ◦ green 87 ◦ blue 136

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

Shades of Trendy Pink #885788

Tints of Trendy Pink #885788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

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

R = 37.88%
G = 24.23%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#885788 (or 0x885788) is known color: Trendy Pink. HEX triplet: 88, 57 and 88. RGB value is (136,87,136). Sum of RGB (Red+Green+Blue) = 136+87+136=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 136 (53.52% from 255 or 37.88% from 359); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #885788 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885788 is #77A877. Grayscale: #6B6B6B. Windows color (decimal): -7841912 or 8935304. OLE color: 8935304.

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

Color convert

RGB 136 87 136 -
CMYK 0 0.36 0 0.47
HSL 300º 0.22% 0.44% -
HSV(B) 300º 0.36% 0.53% -
XYZ 18.01 13.83 25.01 -
YUV 107.24 144.23 148.52 -
System Red Green Blue C M Y K H S L
Decimal 136 87 136 0 0.36 0 0.47 300 0.22 0.44
Hex 88 57 88 0 24 0 2F 12C 16 2C
Octal 210 127 210 0 44 0 57 454 26 54
Binary 10001000 1010111 10001000 0 100100 0 101111 100101100 10110 101100

Color Harmonies of #885788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885788

Black with #885788

Text Example


Text Example

White with #885788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885788; }

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

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

background-color css

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

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

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

border-color css

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

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

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