Shades of Trendy Pink #80557D
Tints of Trendy Pink #80557D
RGB
CMYK
RGB Variations
Color information
#80557D (or 0x80557D) is known color: Trendy Pink. HEX triplet: 80, 55 and 7D. RGB value is (128,85,125). Sum of RGB (Red+Green+Blue) = 128+85+125=338 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.87% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 128 - color contains mainly: red. Hex color #80557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80557D is #7FAA82. Grayscale: #666666. Windows color (decimal): -8366723 or 8213888. OLE color: 8213888.
HSL color Cylindrical-coordinate representation of color #80557D: hue angle of 304.19º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80557D is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 125 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.50 |
| HSL | 304.19º | 0.2% | 0.42% | - |
| HSV(B) | 304.19º | 0.34% | 0.5% | - |
| XYZ | 15.85 | 12.57 | 20.99 | - |
| YUV | 102.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 125 | 0 | 0.34 | 0.02 | 0.50 | 304.19 | 0.2 | 0.42 |
| Hex | 80 | 55 | 7D | 0 | 22 | 2 | 32 | 130 | 14 | 2A |
| Octal | 200 | 125 | 175 | 0 | 42 | 2 | 62 | 460 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1111101 | 0 | 100010 | 10 | 110010 | 100110000 | 10100 | 101010 |
Color Harmonies of #80557D
Complementary color
Monochromatic Colors of #80557D
Black with #80557D
Text Example
Text Example
White with #80557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80557D; }
p { color: rgb(128,85,125); }
H1.HeaderClassName
{
color: #80557D;
}
.AnyTagClassName
{
color: #80557D;
}
</style>
background-color css
<style>
a { background-color: #80557D; }
a { background-color: rgb(128,85,125); }
div.DivClassName
{
background-color: #80557D;
}
.BgClassName
{
background-color: #80557D;
}
</style>
border-color css
<style>
span { border-color: #80557D; }
span { border-color: rgb(128,85,125); }
td.TdClassName
{
border-color: #80557D;
}
.TagClassName
{
border-color: #80557D;
}
</style>