Shades of Trendy Pink #805879
Tints of Trendy Pink #805879
RGB
CMYK
RGB Variations
Color information
#805879 (or 0x805879) is known color: Trendy Pink. HEX triplet: 80, 58 and 79. RGB value is (128,88,121). Sum of RGB (Red+Green+Blue) = 128+88+121=337 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.98% from 337); Green value is 88 (34.77% from 255 or 26.11% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 128 - color contains mainly: red. Hex color #805879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805879 is #7FA786. Grayscale: #676767. Windows color (decimal): -8365959 or 7952512. OLE color: 7952512.
HSL color Cylindrical-coordinate representation of color #805879: hue angle of 310.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #805879 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 121 | - |
| CMYK | 0 | 0.31 | 0.05 | 0.50 |
| HSL | 310.5º | 0.19% | 0.42% | - |
| HSV(B) | 310.5º | 0.31% | 0.5% | - |
| XYZ | 15.84 | 12.95 | 19.75 | - |
| YUV | 103.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 121 | 0 | 0.31 | 0.05 | 0.50 | 310.5 | 0.19 | 0.42 |
| Hex | 80 | 58 | 79 | 0 | 1F | 5 | 32 | 136 | 13 | 2A |
| Octal | 200 | 130 | 171 | 0 | 37 | 5 | 62 | 466 | 23 | 52 |
| Binary | 10000000 | 1011000 | 1111001 | 0 | 11111 | 101 | 110010 | 100110110 | 10011 | 101010 |
Color Harmonies of #805879
Complementary color
Monochromatic Colors of #805879
Black with #805879
Text Example
Text Example
White with #805879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805879; }
p { color: rgb(128,88,121); }
H1.HeaderClassName
{
color: #805879;
}
.AnyTagClassName
{
color: #805879;
}
</style>
background-color css
<style>
a { background-color: #805879; }
a { background-color: rgb(128,88,121); }
div.DivClassName
{
background-color: #805879;
}
.BgClassName
{
background-color: #805879;
}
</style>
border-color css
<style>
span { border-color: #805879; }
span { border-color: rgb(128,88,121); }
td.TdClassName
{
border-color: #805879;
}
.TagClassName
{
border-color: #805879;
}
</style>