#886388

Color #886388 Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #886388

Tints of Trendy Pink #886388

Color information

#886388 (or 0x886388) is unknown color: approx Trendy Pink. HEX triplet: 88, 63 and 88. RGB value is (136,99,136). Sum of RGB (Red+Green+Blue) = 136+99+136=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 136 (53.52% from 255 or 36.66% from 371); Max value from RGB is 136 - color contains mainly: red, blue. Hex color #886388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886388 is #779C77. Grayscale: #727272. Windows color (decimal): -7838840 or 8938376. OLE color: 8938376.

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

Color convert

RGB13699136-
CMYK00.2700.47
HSL300º15.74%46.08%-
HSV(B)300º27.21%53.33%-
XYZ19.0615.9425.36-
YUV114.28140.26143.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.66%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 136 (53.52% from 255) = 36.66%
R=36.66%
G=26.68%
B=36.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369913600.2700.4730015.7446.08
Hex88638801B02F12c102e
Octal2101432100330574542056
Binary10001000110001110001000011011010111110010110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886388; }

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

 H1.HeaderClassName
 {
   color: #886388;
 }
 .AnyTagClassName
 {
   color: #886388;
 }
</style>
background-color css

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

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

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

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

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

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