Shades of Trendy Pink #80587E
Tints of Trendy Pink #80587E
RGB
CMYK
RGB Variations
Color information
#80587E (or 0x80587E) is known color: Trendy Pink. HEX triplet: 80, 58 and 7E. RGB value is (128,88,126). Sum of RGB (Red+Green+Blue) = 128+88+126=342 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.43% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 126 (49.61% from 255 or 36.84% from 342); Max value from RGB is 128 - color contains mainly: red. Hex color #80587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80587E is #7FA781. Grayscale: #686868. Windows color (decimal): -8365954 or 8280192. OLE color: 8280192.
HSL color Cylindrical-coordinate representation of color #80587E: hue angle of 303º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80587E is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 126 | - |
| CMYK | 0 | 0.31 | 0.02 | 0.50 |
| HSL | 303º | 0.19% | 0.42% | - |
| HSV(B) | 303º | 0.31% | 0.5% | - |
| XYZ | 16.16 | 13.08 | 21.41 | - |
| YUV | 104.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 126 | 0 | 0.31 | 0.02 | 0.50 | 303 | 0.19 | 0.42 |
| Hex | 80 | 58 | 7E | 0 | 1F | 2 | 32 | 12F | 13 | 2A |
| Octal | 200 | 130 | 176 | 0 | 37 | 2 | 62 | 457 | 23 | 52 |
| Binary | 10000000 | 1011000 | 1111110 | 0 | 11111 | 10 | 110010 | 100101111 | 10011 | 101010 |
Color Harmonies of #80587E
Complementary color
Monochromatic Colors of #80587E
Black with #80587E
Text Example
Text Example
White with #80587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80587E; }
p { color: rgb(128,88,126); }
H1.HeaderClassName
{
color: #80587E;
}
.AnyTagClassName
{
color: #80587E;
}
</style>
background-color css
<style>
a { background-color: #80587E; }
a { background-color: rgb(128,88,126); }
div.DivClassName
{
background-color: #80587E;
}
.BgClassName
{
background-color: #80587E;
}
</style>
border-color css
<style>
span { border-color: #80587E; }
span { border-color: rgb(128,88,126); }
td.TdClassName
{
border-color: #80587E;
}
.TagClassName
{
border-color: #80587E;
}
</style>