Html Css Color HEX #82557D Trendy Pink

📋 copy color: '#82557D'

red 130 ◦ green 85 ◦ blue 125

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

Shades of Trendy Pink #82557D

Tints of Trendy Pink #82557D

RGB

 RED value IS 130 (51.17% from 255) = 38.24%

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

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

R = 38.24%
G = 25%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.49

RGB Variations

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

Color information

#82557D (or 0x82557D) is known color: Trendy Pink. HEX triplet: 82, 55 and 7D. RGB value is (130,85,125). Sum of RGB (Red+Green+Blue) = 130+85+125=340 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.24% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 130 - color contains mainly: red. Hex color #82557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82557D is #7DAA82. Grayscale: #666666. Windows color (decimal): -8235651 or 8213890. OLE color: 8213890.

HSL color Cylindrical-coordinate representation of color #82557D: hue angle of 306.67º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #82557D is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 125 -
CMYK 0 0.35 0.04 0.49
HSL 306.67º 0.21% 0.42% -
HSV(B) 306.67º 0.35% 0.51% -
XYZ 16.16 12.72 21.01 -
YUV 103.02 140.41 147.25 -
System Red Green Blue C M Y K H S L
Decimal 130 85 125 0 0.35 0.04 0.49 306.67 0.21 0.42
Hex 82 55 7D 0 23 4 31 133 15 2A
Octal 202 125 175 0 43 4 61 463 25 52
Binary 10000010 1010101 1111101 0 100011 100 110001 100110011 10101 101010

Color Harmonies of #82557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82557D

Black with #82557D

Text Example


Text Example

White with #82557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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