#854480

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

Shades of Trendy Pink #854480

Tints of Trendy Pink #854480

Color information

#854480 (or 0x854480) is unknown color: approx Trendy Pink. HEX triplet: 85, 44 and 80. RGB value is (133,68,128). Sum of RGB (Red+Green+Blue) = 133+68+128=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 68 (26.95% from 255 or 20.67% from 329); Blue value is 128 (50.39% from 255 or 38.91% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #854480 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854480 is #7ABB7F. Grayscale: #5E5E5E. Windows color (decimal): -8043392 or 8406149. OLE color: 8406149.

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

Color convert

RGB13368128-
CMYK00.490.040.48
HSL304.62º32.34%39.41%-
HSV(B)304.62º48.87%52.16%-
XYZ15.6410.6821.66-
YUV94.28147.03155.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 68 (26.95% from 255) = 20.67%
BLUE value IS 128 (50.39% from 255) = 38.91%
R=40.43%
G=20.67%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336812800.490.040.48304.6232.3439.41
Hex8544800314301312027
Octal2051042000614604614047
Binary100001011000100100000000110001100110000100110001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854480; }

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

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

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

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

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

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

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

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