#84447E

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

Shades of Trendy Pink #84447E

Tints of Trendy Pink #84447E

Color information

#84447E (or 0x84447E) is unknown color: approx Trendy Pink. HEX triplet: 84, 44 and 7E. RGB value is (132,68,126). Sum of RGB (Red+Green+Blue) = 132+68+126=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84447E is #7BBB81. Grayscale: #5D5D5D. Windows color (decimal): -8108930 or 8275076. OLE color: 8275076.

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

Color convert

RGB13268126-
CMYK00.480.050.48
HSL305.62º32%39.22%-
HSV(B)305.62º48.48%51.76%-
XYZ15.3510.5520.97-
YUV93.75146.2155.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 68 (26.95% from 255) = 20.86%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=40.49%
G=20.86%
B=38.65%

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
Decimal1326812600.480.050.48305.623239.22
Hex84447E0305301322027
Octal2041041760605604624047
Binary10000100100010011111100110000101110000100110010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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