#84457D

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

Shades of Trendy Pink #84457D

Tints of Trendy Pink #84457D

Color information

#84457D (or 0x84457D) is unknown color: approx Trendy Pink. HEX triplet: 84, 45 and 7D. RGB value is (132,69,125). Sum of RGB (Red+Green+Blue) = 132+69+125=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 125 (49.22% from 255 or 38.34% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84457D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84457D is #7BBA82. Grayscale: #5E5E5E. Windows color (decimal): -8108675 or 8209796. OLE color: 8209796.

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

Color convert

RGB13269125-
CMYK00.480.050.48
HSL306.67º31.34%39.41%-
HSV(B)306.67º47.73%51.76%-
XYZ15.3510.6420.65-
YUV94.22145.37154.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 125 (49.22% from 255) = 38.34%
R=40.49%
G=21.17%
B=38.34%

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
Decimal1326912500.480.050.48306.6731.3439.41
Hex84457D0305301331f27
Octal2041051750605604633747
Binary1000010010001011111101011000010111000010011001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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