Shades of Trendy Pink #80577E
Tints of Trendy Pink #80577E
RGB
CMYK
RGB Variations
Color information
#80577E (or 0x80577E) is known color: Trendy Pink. HEX triplet: 80, 57 and 7E. RGB value is (128,87,126). Sum of RGB (Red+Green+Blue) = 128+87+126=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #80577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80577E is #7FA881. Grayscale: #676767. Windows color (decimal): -8366210 or 8279936. OLE color: 8279936.
HSL color Cylindrical-coordinate representation of color #80577E: hue angle of 302.93º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80577E is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 87 | 126 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.50 |
| HSL | 302.93º | 0.19% | 0.42% | - |
| HSV(B) | 302.93º | 0.32% | 0.5% | - |
| XYZ | 16.08 | 12.91 | 21.38 | - |
| YUV | 103.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 87 | 126 | 0 | 0.32 | 0.02 | 0.50 | 302.93 | 0.19 | 0.42 |
| Hex | 80 | 57 | 7E | 0 | 20 | 2 | 32 | 12F | 13 | 2A |
| Octal | 200 | 127 | 176 | 0 | 40 | 2 | 62 | 457 | 23 | 52 |
| Binary | 10000000 | 1010111 | 1111110 | 0 | 100000 | 10 | 110010 | 100101111 | 10011 | 101010 |
Color Harmonies of #80577E
Complementary color
Monochromatic Colors of #80577E
Black with #80577E
Text Example
Text Example
White with #80577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80577E; }
p { color: rgb(128,87,126); }
H1.HeaderClassName
{
color: #80577E;
}
.AnyTagClassName
{
color: #80577E;
}
</style>
background-color css
<style>
a { background-color: #80577E; }
a { background-color: rgb(128,87,126); }
div.DivClassName
{
background-color: #80577E;
}
.BgClassName
{
background-color: #80577E;
}
</style>
border-color css
<style>
span { border-color: #80577E; }
span { border-color: rgb(128,87,126); }
td.TdClassName
{
border-color: #80577E;
}
.TagClassName
{
border-color: #80577E;
}
</style>