Shades of Trendy Pink #80547D
Tints of Trendy Pink #80547D
RGB
CMYK
RGB Variations
Color information
#80547D (or 0x80547D) is known color: Trendy Pink. HEX triplet: 80, 54 and 7D. RGB value is (128,84,125). Sum of RGB (Red+Green+Blue) = 128+84+125=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #80547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80547D is #7FAB82. Grayscale: #656565. Windows color (decimal): -8366979 or 8213632. OLE color: 8213632.
HSL color Cylindrical-coordinate representation of color #80547D: hue angle of 304.09º degrees, saturation: 0.21, 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 #80547D is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 125 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.50 |
| HSL | 304.09º | 0.21% | 0.42% | - |
| HSV(B) | 304.09º | 0.34% | 0.5% | - |
| XYZ | 15.77 | 12.41 | 20.97 | - |
| YUV | 101.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 125 | 0 | 0.34 | 0.02 | 0.50 | 304.09 | 0.21 | 0.42 |
| Hex | 80 | 54 | 7D | 0 | 22 | 2 | 32 | 130 | 15 | 2A |
| Octal | 200 | 124 | 175 | 0 | 42 | 2 | 62 | 460 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1111101 | 0 | 100010 | 10 | 110010 | 100110000 | 10101 | 101010 |
Color Harmonies of #80547D
Complementary color
Monochromatic Colors of #80547D
Black with #80547D
Text Example
Text Example
White with #80547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80547D; }
p { color: rgb(128,84,125); }
H1.HeaderClassName
{
color: #80547D;
}
.AnyTagClassName
{
color: #80547D;
}
</style>
background-color css
<style>
a { background-color: #80547D; }
a { background-color: rgb(128,84,125); }
div.DivClassName
{
background-color: #80547D;
}
.BgClassName
{
background-color: #80547D;
}
</style>
border-color css
<style>
span { border-color: #80547D; }
span { border-color: rgb(128,84,125); }
td.TdClassName
{
border-color: #80547D;
}
.TagClassName
{
border-color: #80547D;
}
</style>