#85457D

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

Shades of Trendy Pink #85457D

Tints of Trendy Pink #85457D

Color information

#85457D (or 0x85457D) is unknown color: approx Trendy Pink. HEX triplet: 85, 45 and 7D. RGB value is (133,69,125). Sum of RGB (Red+Green+Blue) = 133+69+125=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 69 (27.34% from 255 or 21.10% from 327); Blue value is 125 (49.22% from 255 or 38.23% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85457D is #7ABA82. Grayscale: #5E5E5E. Windows color (decimal): -8043139 or 8209797. OLE color: 8209797.

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

Color convert

RGB13369125-
CMYK00.480.060.48
HSL307.5º31.68%39.61%-
HSV(B)307.5º48.12%52.16%-
XYZ15.510.7220.65-
YUV94.52145.2155.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 69 (27.34% from 255) = 21.10%
BLUE value IS 125 (49.22% from 255) = 38.23%
R=40.67%
G=21.10%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336912500.480.060.48307.531.6839.61
Hex85457D0306301342028
Octal2051051750606604644050
Binary10000101100010111111010110000110110000100110100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85457D; }

 p { color: rgb(133,69,125); }

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

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

 a { background-color: rgb(133,69,125); }

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

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

 span { border-color: rgb(133,69,125); }

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