Html Css Color HEX #887288 Trendy Pink

📋 copy color: '#887288'

red 136 ◦ green 114 ◦ blue 136

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

Shades of Trendy Pink #887288

Tints of Trendy Pink #887288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.53%

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

R = 35.23%
G = 29.53%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#887288 (or 0x887288) is known color: Trendy Pink. HEX triplet: 88, 72 and 88. RGB value is (136,114,136). Sum of RGB (Red+Green+Blue) = 136+114+136=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 136 (53.52% from 255 or 35.23% from 386); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #887288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887288 is #778D77. Grayscale: #7B7B7B. Windows color (decimal): -7835000 or 8942216. OLE color: 8942216.

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

Color convert

RGB 136 114 136 -
CMYK 0 0.16 0 0.47
HSL 300º 0.09% 0.49% -
HSV(B) 300º 0.16% 0.53% -
XYZ 20.61 19.05 25.88 -
YUV 123.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 136 114 136 0 0.16 0 0.47 300 0.09 0.49
Hex 88 72 88 0 10 0 2F 12C 9 31
Octal 210 162 210 0 20 0 57 454 11 61
Binary 10001000 1110010 10001000 0 10000 0 101111 100101100 1001 110001

Color Harmonies of #887288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887288

Black with #887288

Text Example


Text Example

White with #887288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887288; }

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

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

background-color css

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

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

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

border-color css

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

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

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