#885984

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

Shades of Trendy Pink #885984

Tints of Trendy Pink #885984

Color information

#885984 (or 0x885984) is unknown color: approx Trendy Pink. HEX triplet: 88, 59 and 84. RGB value is (136,89,132). Sum of RGB (Red+Green+Blue) = 136+89+132=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #885984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885984 is #77A67B. Grayscale: #6B6B6B. Windows color (decimal): -7841404 or 8673672. OLE color: 8673672.

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

Color convert

RGB13689132-
CMYK00.350.030.47
HSL305.11º20.89%44.12%-
HSV(B)305.11º34.56%53.33%-
XYZ17.8914.0423.6-
YUV107.96141.57148-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=38.10%
G=24.93%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368913200.350.030.47305.1120.8944.12
Hex88598402332F131152c
Octal2101312040433574612554
Binary1000100010110011000010001000111110111110011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885984; }

 p { color: rgb(136,89,132); }

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

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

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

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

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

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

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