#855280

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

Shades of Trendy Pink #855280

Tints of Trendy Pink #855280

Color information

#855280 (or 0x855280) is unknown color: approx Trendy Pink. HEX triplet: 85, 52 and 80. RGB value is (133,82,128). Sum of RGB (Red+Green+Blue) = 133+82+128=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 128 (50.39% from 255 or 37.32% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #855280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855280 is #7AAD7F. Grayscale: #666666. Windows color (decimal): -8039808 or 8409733. OLE color: 8409733.

HSL color Cylindrical-coordinate representation of color #855280: hue angle of 305.88º degrees, saturation: 0.24, 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 #855280 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13382128-
CMYK00.380.040.48
HSL305.88º23.72%42.16%-
HSV(B)305.88º38.35%52.16%-
XYZ16.5912.5821.98-
YUV102.49142.4149.76-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 82 (32.42% from 255) = 23.91%
BLUE value IS 128 (50.39% from 255) = 37.32%
R=38.78%
G=23.91%
B=37.32%

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
Decimal1338212800.380.040.48305.8823.7242.16
Hex855280026430132182a
Octal2051222000464604623052
Binary10000101101001010000000010011010011000010011001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855280; }

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

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

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

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

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

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

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

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