Shades of Trendy Pink #805575
Tints of Trendy Pink #805575
RGB
CMYK
RGB Variations
Color information
#805575 (or 0x805575) is known color: Trendy Pink. HEX triplet: 80, 55 and 75. RGB value is (128,85,117). Sum of RGB (Red+Green+Blue) = 128+85+117=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #805575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805575 is #7FAA8A. Grayscale: #656565. Windows color (decimal): -8366731 or 7689600. OLE color: 7689600.
HSL color Cylindrical-coordinate representation of color #805575: hue angle of 315.35º 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 #805575 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 85 | 117 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.50 |
| HSL | 315.35º | 0.2% | 0.42% | - |
| HSV(B) | 315.35º | 0.34% | 0.5% | - |
| XYZ | 15.36 | 12.37 | 18.41 | - |
| YUV | 101.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 85 | 117 | 0 | 0.34 | 0.09 | 0.50 | 315.35 | 0.2 | 0.42 |
| Hex | 80 | 55 | 75 | 0 | 22 | 9 | 32 | 13B | 14 | 2A |
| Octal | 200 | 125 | 165 | 0 | 42 | 11 | 62 | 473 | 24 | 52 |
| Binary | 10000000 | 1010101 | 1110101 | 0 | 100010 | 1001 | 110010 | 100111011 | 10100 | 101010 |
Color Harmonies of #805575
Complementary color
Monochromatic Colors of #805575
Black with #805575
Text Example
Text Example
White with #805575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805575; }
p { color: rgb(128,85,117); }
H1.HeaderClassName
{
color: #805575;
}
.AnyTagClassName
{
color: #805575;
}
</style>
background-color css
<style>
a { background-color: #805575; }
a { background-color: rgb(128,85,117); }
div.DivClassName
{
background-color: #805575;
}
.BgClassName
{
background-color: #805575;
}
</style>
border-color css
<style>
span { border-color: #805575; }
span { border-color: rgb(128,85,117); }
td.TdClassName
{
border-color: #805575;
}
.TagClassName
{
border-color: #805575;
}
</style>