#855880

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

Shades of Trendy Pink #855880

Tints of Trendy Pink #855880

Color information

#855880 (or 0x855880) is unknown color: approx Trendy Pink. HEX triplet: 85, 58 and 80. RGB value is (133,88,128). Sum of RGB (Red+Green+Blue) = 133+88+128=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 128 (50.39% from 255 or 36.68% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #855880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855880 is #7AA77F. Grayscale: #696969. Windows color (decimal): -8038272 or 8411269. OLE color: 8411269.

HSL color Cylindrical-coordinate representation of color #855880: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855880 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13388128-
CMYK00.340.040.48
HSL306.67º20.36%43.33%-
HSV(B)306.67º33.83%52.16%-
XYZ17.0613.5222.13-
YUV106.02140.41147.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 128 (50.39% from 255) = 36.68%
R=38.11%
G=25.21%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338812800.340.040.48306.6720.3643.33
Hex855880022430133142b
Octal2051302000424604632453
Binary10000101101100010000000010001010011000010011001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855880; }

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

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

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

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

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

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

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

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