#886385

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

Shades of Trendy Pink #886385

Tints of Trendy Pink #886385

Color information

#886385 (or 0x886385) is unknown color: approx Trendy Pink. HEX triplet: 88, 63 and 85. RGB value is (136,99,133). Sum of RGB (Red+Green+Blue) = 136+99+133=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 136 - color contains mainly: red. Hex color #886385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #886385 is #779C7A. Grayscale: #717171. Windows color (decimal): -7838843 or 8741768. OLE color: 8741768.

HSL color Cylindrical-coordinate representation of color #886385: hue angle of 304.86º 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 #886385 is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13699133-
CMYK00.270.020.47
HSL304.86º15.74%46.08%-
HSV(B)304.86º27.21%53.33%-
XYZ18.8515.8524.26-
YUV113.94138.76143.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.96%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 133 (52.34% from 255) = 36.14%
R=36.96%
G=26.90%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369913300.270.020.47304.8615.7446.08
Hex88638501B22F131102e
Octal2101432050332574612056
Binary100010001100011100001010110111010111110011000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #886385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #886385; }

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

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

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

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

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

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

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

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