Html Css Color HEX #84557D Trendy Pink

📋 copy color: '#84557D'

red 132 ◦ green 85 ◦ blue 125

#84557D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #84557D

Tints of Trendy Pink #84557D

RGB

 RED value IS 132 (51.95% from 255) = 38.6%

 GREEN value IS 85 (33.59% from 255) = 24.85%

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 38.6%
G = 24.85%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.48

RGB Variations

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

Color information

#84557D (or 0x84557D) is known color: Trendy Pink. HEX triplet: 84, 55 and 7D. RGB value is (132,85,125). Sum of RGB (Red+Green+Blue) = 132+85+125=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 85 (33.59% from 255 or 24.85% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 132 - color contains mainly: red. Hex color #84557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84557D is #7BAA82. Grayscale: #676767. Windows color (decimal): -8104579 or 8213892. OLE color: 8213892.

HSL color Cylindrical-coordinate representation of color #84557D: hue angle of 308.94º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84557D is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 85 125 -
CMYK 0 0.36 0.05 0.48
HSL 308.94º 0.22% 0.43% -
HSV(B) 308.94º 0.36% 0.52% -
XYZ 16.47 12.88 21.02 -
YUV 103.61 140.07 148.25 -
System Red Green Blue C M Y K H S L
Decimal 132 85 125 0 0.36 0.05 0.48 308.94 0.22 0.43
Hex 84 55 7D 0 24 5 30 135 16 2B
Octal 204 125 175 0 44 5 60 465 26 53
Binary 10000100 1010101 1111101 0 100100 101 110000 100110101 10110 101011

Color Harmonies of #84557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84557D

Black with #84557D

Text Example


Text Example

White with #84557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #84557D;
 }
 .AnyTagClassName
 {
   color: #84557D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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