#885481

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

Shades of Trendy Pink #885481

Tints of Trendy Pink #885481

Color information

#885481 (or 0x885481) is unknown color: approx Trendy Pink. HEX triplet: 88, 54 and 81. RGB value is (136,84,129). Sum of RGB (Red+Green+Blue) = 136+84+129=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 129 (50.78% from 255 or 36.96% from 349); Max value from RGB is 136 - color contains mainly: red. Hex color #885481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885481 is #77AB7E. Grayscale: #686868. Windows color (decimal): -7842687 or 8475784. OLE color: 8475784.

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

Color convert

RGB13684129-
CMYK00.380.050.47
HSL308.08º23.64%43.14%-
HSV(B)308.08º38.24%53.33%-
XYZ17.2913.1622.4-
YUV104.68141.73150.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 129 (50.78% from 255) = 36.96%
R=38.97%
G=24.07%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368412900.380.050.47308.0823.6443.14
Hex88548102652F134182b
Octal2101242010465574643053
Binary10001000101010010000001010011010110111110011010011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885481; }

 p { color: rgb(136,84,129); }

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

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

 a { background-color: rgb(136,84,129); }

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

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

 span { border-color: rgb(136,84,129); }

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