#84447C

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

Shades of Trendy Pink #84447C

Tints of Trendy Pink #84447C

Color information

#84447C (or 0x84447C) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 7C. RGB value is (132,68,124). Sum of RGB (Red+Green+Blue) = 132+68+124=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84447C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84447C is #7BBB83. Grayscale: #5D5D5D. Windows color (decimal): -8108932 or 8144004. OLE color: 8144004.

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

Color convert

RGB13268124-
CMYK00.480.060.48
HSL307.5º32%39.22%-
HSV(B)307.5º48.48%51.76%-
XYZ15.2210.520.29-
YUV93.52145.2155.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 68 (26.95% from 255) = 20.99%
BLUE value IS 124 (48.83% from 255) = 38.27%
R=40.74%
G=20.99%
B=38.27%

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
Decimal1326812400.480.060.48307.53239.22
Hex84447C0306301342027
Octal2041041740606604644047
Binary10000100100010011111000110000110110000100110100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84447C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84447C; }

 p { color: rgb(132,68,124); }

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

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

 a { background-color: rgb(132,68,124); }

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

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

 span { border-color: rgb(132,68,124); }

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