Shades of Trendy Pink #805180
Tints of Trendy Pink #805180
RGB
CMYK
RGB Variations
Color information
#805180 (or 0x805180) is known color: Trendy Pink. HEX triplet: 80, 51 and 80. RGB value is (128,81,128). Sum of RGB (Red+Green+Blue) = 128+81+128=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 128 - color contains mainly: red, blue. Hex color #805180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805180 is #7FAE7F. Grayscale: #646464. Windows color (decimal): -8367744 or 8409472. OLE color: 8409472.
HSL color Cylindrical-coordinate representation of color #805180: hue angle of 300º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805180 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 81 | 128 | - |
| CMYK | 0 | 0.37 | 0 | 0.50 |
| HSL | 300º | 0.22% | 0.41% | - |
| HSV(B) | 300º | 0.37% | 0.5% | - |
| XYZ | 15.74 | 12.03 | 21.91 | - |
| YUV | 100.41 | 143.57 | 147.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 128 | 0 | 0.37 | 0 | 0.50 | 300 | 0.22 | 0.41 |
| Hex | 80 | 51 | 80 | 0 | 25 | 0 | 32 | 12C | 16 | 29 |
| Octal | 200 | 121 | 200 | 0 | 45 | 0 | 62 | 454 | 26 | 51 |
| Binary | 10000000 | 1010001 | 10000000 | 0 | 100101 | 0 | 110010 | 100101100 | 10110 | 101001 |
Color Harmonies of #805180
Complementary color
Monochromatic Colors of #805180
Black with #805180
Text Example
Text Example
White with #805180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805180; }
p { color: rgb(128,81,128); }
H1.HeaderClassName
{
color: #805180;
}
.AnyTagClassName
{
color: #805180;
}
</style>
background-color css
<style>
a { background-color: #805180; }
a { background-color: rgb(128,81,128); }
div.DivClassName
{
background-color: #805180;
}
.BgClassName
{
background-color: #805180;
}
</style>
border-color css
<style>
span { border-color: #805180; }
span { border-color: rgb(128,81,128); }
td.TdClassName
{
border-color: #805180;
}
.TagClassName
{
border-color: #805180;
}
</style>