#854382

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

Shades of Trendy Pink #854382

Tints of Trendy Pink #854382

Color information

#854382 (or 0x854382) is unknown color: approx Trendy Pink. HEX triplet: 85, 43 and 82. RGB value is (133,67,130). Sum of RGB (Red+Green+Blue) = 133+67+130=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 67 (26.56% from 255 or 20.30% from 330); Blue value is 130 (51.17% from 255 or 39.39% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #854382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854382 is #7ABC7D. Grayscale: #5D5D5D. Windows color (decimal): -8043646 or 8536965. OLE color: 8536965.

HSL color Cylindrical-coordinate representation of color #854382: hue angle of 302.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854382 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13367130-
CMYK00.500.020.48
HSL302.73º33%39.22%-
HSV(B)302.73º49.62%52.16%-
XYZ15.7110.6122.34-
YUV93.92148.37155.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.30%
GREEN value IS 67 (26.56% from 255) = 20.30%
BLUE value IS 130 (51.17% from 255) = 39.39%
R=40.30%
G=20.30%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336713000.500.020.48302.733339.22
Hex85438203223012f2127
Octal2051032020622604574147
Binary10000101100001110000010011001010110000100101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854382; }

 p { color: rgb(133,67,130); }

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

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

 a { background-color: rgb(133,67,130); }

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

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

 span { border-color: rgb(133,67,130); }

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