Html Css Color HEX #80447D Trendy Pink

📋 copy color: '#80447D'

red 128 ◦ green 68 ◦ blue 125

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

Shades of Trendy Pink #80447D

Tints of Trendy Pink #80447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

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

R = 39.88%
G = 21.18%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#80447D (or 0x80447D) is known color: Trendy Pink. HEX triplet: 80, 44 and 7D. RGB value is (128,68,125). Sum of RGB (Red+Green+Blue) = 128+68+125=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 125 (49.22% from 255 or 38.94% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80447D is #7FBB82. Grayscale: #5C5C5C. Windows color (decimal): -8371075 or 8209536. OLE color: 8209536.

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

Color convert

RGB 128 68 125 -
CMYK 0 0.47 0.02 0.50
HSL 303º 0.31% 0.38% -
HSV(B) 303º 0.47% 0.5% -
XYZ 14.67 10.2 20.6 -
YUV 92.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 128 68 125 0 0.47 0.02 0.50 303 0.31 0.38
Hex 80 44 7D 0 2F 2 32 12F 1F 26
Octal 200 104 175 0 57 2 62 457 37 46
Binary 10000000 1000100 1111101 0 101111 10 110010 100101111 11111 100110

Color Harmonies of #80447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80447D

Black with #80447D

Text Example


Text Example

White with #80447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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