#855380

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

Shades of Trendy Pink #855380

Tints of Trendy Pink #855380

Color information

#855380 (or 0x855380) is unknown color: approx Trendy Pink. HEX triplet: 85, 53 and 80. RGB value is (133,83,128). Sum of RGB (Red+Green+Blue) = 133+83+128=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 128 (50.39% from 255 or 37.21% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #855380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855380 is #7AAC7F. Grayscale: #666666. Windows color (decimal): -8039552 or 8409989. OLE color: 8409989.

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

Color convert

RGB13383128-
CMYK00.380.040.48
HSL306º23.15%42.35%-
HSV(B)306º37.59%52.16%-
XYZ16.6612.7322-
YUV103.08142.06149.34-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 128 (50.39% from 255) = 37.21%
R=38.66%
G=24.13%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1338312800.380.040.4830623.1542.35
Hex855380026430132172a
Octal2051232000464604622752
Binary10000101101001110000000010011010011000010011001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855380; }

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

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

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

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

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

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

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

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