#885885

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

Shades of Trendy Pink #885885

Tints of Trendy Pink #885885

Color information

#885885 (or 0x885885) is unknown color: approx Trendy Pink. HEX triplet: 88, 58 and 85. RGB value is (136,88,133). Sum of RGB (Red+Green+Blue) = 136+88+133=357 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.10% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 133 (52.34% from 255 or 37.25% from 357); Max value from RGB is 136 - color contains mainly: red. Hex color #885885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885885 is #77A77A. Grayscale: #6B6B6B. Windows color (decimal): -7841659 or 8738952. OLE color: 8738952.

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

Color convert

RGB13688133-
CMYK00.350.020.47
HSL303.75º21.43%43.92%-
HSV(B)303.75º35.29%53.33%-
XYZ17.8813.9123.93-
YUV107.48142.4148.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.10%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 133 (52.34% from 255) = 37.25%
R=38.10%
G=24.65%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368813300.350.020.47303.7521.4343.92
Hex88588502322F130152c
Octal2101302050432574602554
Binary1000100010110001000010101000111010111110011000010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885885; }

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

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

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

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

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

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

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

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