#855883

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

Shades of Trendy Pink #855883

Tints of Trendy Pink #855883

Color information

#855883 (or 0x855883) is unknown color: approx Trendy Pink. HEX triplet: 85, 58 and 83. RGB value is (133,88,131). Sum of RGB (Red+Green+Blue) = 133+88+131=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #855883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855883 is #7AA77C. Grayscale: #6A6A6A. Windows color (decimal): -8038269 or 8607877. OLE color: 8607877.

HSL color Cylindrical-coordinate representation of color #855883: hue angle of 302.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 #855883 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13388131-
CMYK00.340.020.48
HSL302.67º20.36%43.33%-
HSV(B)302.67º33.83%52.16%-
XYZ17.2613.623.19-
YUV106.36141.91147-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.78%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=37.78%
G=25%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338813100.340.020.48302.6720.3643.33
Hex85588302223012f142b
Octal2051302030422604572453
Binary1000010110110001000001101000101011000010010111110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855883; }

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

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

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

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

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

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

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

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