Shades of Trendy Pink #805881
Tints of Trendy Pink #805881
RGB
CMYK
RGB Variations
Color information
#805881 (or 0x805881) is known color: Trendy Pink. HEX triplet: 80, 58 and 81. RGB value is (128,88,129). Sum of RGB (Red+Green+Blue) = 128+88+129=345 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.10% from 345); Green value is 88 (34.77% from 255 or 25.51% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 129 - color contains mainly: blue. Hex color #805881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805881 is #7FA77E. Grayscale: #686868. Windows color (decimal): -8365951 or 8476800. OLE color: 8476800.
HSL color Cylindrical-coordinate representation of color #805881: hue angle of 298.54º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #805881 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 128 | 88 | 129 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.49 |
| HSL | 298.54º | 0.19% | 0.43% | - |
| HSV(B) | 298.54º | 0.32% | 0.51% | - |
| XYZ | 16.35 | 13.15 | 22.45 | - |
| YUV | 104.63 | 141.75 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 129 | 0.01 | 0.32 | 0 | 0.49 | 298.54 | 0.19 | 0.43 |
| Hex | 80 | 58 | 81 | 1 | 20 | 0 | 31 | 12B | 13 | 2B |
| Octal | 200 | 130 | 201 | 1 | 40 | 0 | 61 | 453 | 23 | 53 |
| Binary | 10000000 | 1011000 | 10000001 | 1 | 100000 | 0 | 110001 | 100101011 | 10011 | 101011 |
Color Harmonies of #805881
Complementary color
Monochromatic Colors of #805881
Black with #805881
Text Example
Text Example
White with #805881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805881; }
p { color: rgb(128,88,129); }
H1.HeaderClassName
{
color: #805881;
}
.AnyTagClassName
{
color: #805881;
}
</style>
background-color css
<style>
a { background-color: #805881; }
a { background-color: rgb(128,88,129); }
div.DivClassName
{
background-color: #805881;
}
.BgClassName
{
background-color: #805881;
}
</style>
border-color css
<style>
span { border-color: #805881; }
span { border-color: rgb(128,88,129); }
td.TdClassName
{
border-color: #805881;
}
.TagClassName
{
border-color: #805881;
}
</style>