#84447F

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

Shades of Trendy Pink #84447F

Tints of Trendy Pink #84447F

Color information

#84447F (or 0x84447F) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 7F. RGB value is (132,68,127). Sum of RGB (Red+Green+Blue) = 132+68+127=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 127 (50% from 255 or 38.84% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84447F is #7BBB80. Grayscale: #5D5D5D. Windows color (decimal): -8108929 or 8340612. OLE color: 8340612.

HSL color Cylindrical-coordinate representation of color #84447F: hue angle of 304.69º 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 #84447F is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13268127-
CMYK00.480.040.48
HSL304.69º32%39.22%-
HSV(B)304.69º48.48%51.76%-
XYZ15.4110.5721.31-
YUV93.86146.7155.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 68 (26.95% from 255) = 20.80%
BLUE value IS 127 (50% from 255) = 38.84%
R=40.37%
G=20.80%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326812700.480.040.48304.693239.22
Hex84447F0304301312027
Octal2041041770604604614047
Binary10000100100010011111110110000100110000100110001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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