Shades of Trendy Pink #80567E
Tints of Trendy Pink #80567E
RGB
CMYK
RGB Variations
Color information
#80567E (or 0x80567E) is known color: Trendy Pink. HEX triplet: 80, 56 and 7E. RGB value is (128,86,126). Sum of RGB (Red+Green+Blue) = 128+86+126=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 126 (49.61% from 255 or 37.06% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #80567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80567E is #7FA981. Grayscale: #666666. Windows color (decimal): -8366466 or 8279680. OLE color: 8279680.
HSL color Cylindrical-coordinate representation of color #80567E: hue angle of 302.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80567E is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 126 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.50 |
| HSL | 302.86º | 0.2% | 0.42% | - |
| HSV(B) | 302.86º | 0.33% | 0.5% | - |
| XYZ | 16 | 12.75 | 21.36 | - |
| YUV | 103.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 126 | 0 | 0.33 | 0.02 | 0.50 | 302.86 | 0.2 | 0.42 |
| Hex | 80 | 56 | 7E | 0 | 21 | 2 | 32 | 12F | 14 | 2A |
| Octal | 200 | 126 | 176 | 0 | 41 | 2 | 62 | 457 | 24 | 52 |
| Binary | 10000000 | 1010110 | 1111110 | 0 | 100001 | 10 | 110010 | 100101111 | 10100 | 101010 |
Color Harmonies of #80567E
Complementary color
Monochromatic Colors of #80567E
Black with #80567E
Text Example
Text Example
White with #80567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80567E; }
p { color: rgb(128,86,126); }
H1.HeaderClassName
{
color: #80567E;
}
.AnyTagClassName
{
color: #80567E;
}
</style>
background-color css
<style>
a { background-color: #80567E; }
a { background-color: rgb(128,86,126); }
div.DivClassName
{
background-color: #80567E;
}
.BgClassName
{
background-color: #80567E;
}
</style>
border-color css
<style>
span { border-color: #80567E; }
span { border-color: rgb(128,86,126); }
td.TdClassName
{
border-color: #80567E;
}
.TagClassName
{
border-color: #80567E;
}
</style>