#885385

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

Shades of Trendy Pink #885385

Tints of Trendy Pink #885385

Color information

#885385 (or 0x885385) is unknown color: approx Trendy Pink. HEX triplet: 88, 53 and 85. RGB value is (136,83,133). Sum of RGB (Red+Green+Blue) = 136+83+133=352 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.64% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 136 - color contains mainly: red. Hex color #885385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885385 is #77AC7A. Grayscale: #686868. Windows color (decimal): -7842939 or 8737672. OLE color: 8737672.

HSL color Cylindrical-coordinate representation of color #885385: hue angle of 303.4º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #885385 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13683133-
CMYK00.390.020.47
HSL303.4º24.2%42.94%-
HSV(B)303.4º38.97%53.33%-
XYZ17.4813.1123.8-
YUV104.55144.06150.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.64%
GREEN value IS 83 (32.81% from 255) = 23.58%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=38.64%
G=23.58%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368313300.390.020.47303.424.242.94
Hex88538502722F12f182b
Octal2101232050472574573053
Binary1000100010100111000010101001111010111110010111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885385; }

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

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

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

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

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

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

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

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