#885983

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

Shades of Trendy Pink #885983

Tints of Trendy Pink #885983

Color information

#885983 (or 0x885983) is unknown color: approx Trendy Pink. HEX triplet: 88, 59 and 83. RGB value is (136,89,131). Sum of RGB (Red+Green+Blue) = 136+89+131=356 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.20% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 136 - color contains mainly: red. Hex color #885983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885983 is #77A67C. Grayscale: #6B6B6B. Windows color (decimal): -7841405 or 8608136. OLE color: 8608136.

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

Color convert

RGB13689131-
CMYK00.350.040.47
HSL306.38º20.89%44.12%-
HSV(B)306.38º34.56%53.33%-
XYZ17.8214.0223.24-
YUV107.84141.07148.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.20%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 36.80%
R=38.20%
G=25%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368913100.350.040.47306.3820.8944.12
Hex88598302342F132152c
Octal2101312030434574622554
Binary10001000101100110000011010001110010111110011001010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885983; }

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

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

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

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

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

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

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

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