#85427D

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

Shades of Trendy Pink #85427D

Tints of Trendy Pink #85427D

Color information

#85427D (or 0x85427D) is unknown color: approx Trendy Pink. HEX triplet: 85, 42 and 7D. RGB value is (133,66,125). Sum of RGB (Red+Green+Blue) = 133+66+125=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85427D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85427D is #7ABD82. Grayscale: #5C5C5C. Windows color (decimal): -8043907 or 8209029. OLE color: 8209029.

HSL color Cylindrical-coordinate representation of color #85427D: hue angle of 307.16º degrees, saturation: 0.34, 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 #85427D is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13366125-
CMYK00.500.060.48
HSL307.16º33.67%39.02%-
HSV(B)307.16º50.38%52.16%-
XYZ15.3210.3620.59-
YUV92.76146.2156.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=41.05%
G=20.37%
B=38.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336612500.500.060.48307.1633.6739.02
Hex85427D0326301332227
Octal2051021750626604634247
Binary10000101100001011111010110010110110000100110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85427D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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