#84447D

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

Shades of Trendy Pink #84447D

Tints of Trendy Pink #84447D

Color information

#84447D (or 0x84447D) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 7D. RGB value is (132,68,125). Sum of RGB (Red+Green+Blue) = 132+68+125=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84447D is #7BBB82. Grayscale: #5D5D5D. Windows color (decimal): -8108931 or 8209540. OLE color: 8209540.

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

Color convert

RGB13268125-
CMYK00.480.050.48
HSL306.56º32%39.22%-
HSV(B)306.56º48.48%51.76%-
XYZ15.2810.5220.63-
YUV93.63145.7155.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 68 (26.95% from 255) = 20.92%
BLUE value IS 125 (49.22% from 255) = 38.46%
R=40.62%
G=20.92%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326812500.480.050.48306.563239.22
Hex84447D0305301332027
Octal2041041750605604634047
Binary10000100100010011111010110000101110000100110011100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84447D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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