Html Css Color HEX #80627D Trendy Pink

📋 copy color: '#80627D'

red 128 ◦ green 98 ◦ blue 125

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

Shades of Trendy Pink #80627D

Tints of Trendy Pink #80627D

RGB

 RED value IS 128 (50.39% from 255) = 36.47%

 GREEN value IS 98 (38.67% from 255) = 27.92%

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

R = 36.47%
G = 27.92%
B = 35.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80627D (or 0x80627D) is known color: Trendy Pink. HEX triplet: 80, 62 and 7D. RGB value is (128,98,125). Sum of RGB (Red+Green+Blue) = 128+98+125=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 128 - color contains mainly: red. Hex color #80627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80627D is #7F9D82. Grayscale: #6D6D6D. Windows color (decimal): -8363395 or 8217216. OLE color: 8217216.

HSL color Cylindrical-coordinate representation of color #80627D: hue angle of 306º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80627D is Cyan = 0, Magento = 0.23, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 98 125 -
CMYK 0 0.23 0.02 0.50
HSL 306º 0.13% 0.44% -
HSV(B) 306º 0.23% 0.5% -
XYZ 16.97 14.81 21.37 -
YUV 110.05 136.44 140.8 -
System Red Green Blue C M Y K H S L
Decimal 128 98 125 0 0.23 0.02 0.50 306 0.13 0.44
Hex 80 62 7D 0 17 2 32 132 D 2C
Octal 200 142 175 0 27 2 62 462 15 54
Binary 10000000 1100010 1111101 0 10111 10 110010 100110010 1101 101100

Color Harmonies of #80627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80627D

Black with #80627D

Text Example


Text Example

White with #80627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,98,125); }

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

background-color css

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

 a { background-color: rgb(128,98,125); }

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

border-color css

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

 span { border-color: rgb(128,98,125); }

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