Shades of Trendy Pink #885086
Tints of Trendy Pink #885086
RGB
CMYK
RGB Variations
Color information
#885086 (or 0x885086) is known color: Trendy Pink. HEX triplet: 88, 50 and 86. RGB value is (136,80,134). Sum of RGB (Red+Green+Blue) = 136+80+134=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 134 (52.73% from 255 or 38.29% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #885086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885086 is #77AF79. Grayscale: #666666. Windows color (decimal): -7843706 or 8802440. OLE color: 8802440.
HSL color Cylindrical-coordinate representation of color #885086: hue angle of 302.14º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #885086 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 134 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.47 |
| HSL | 302.14º | 0.26% | 0.42% | - |
| HSV(B) | 302.14º | 0.41% | 0.53% | - |
| XYZ | 17.33 | 12.69 | 24.09 | - |
| YUV | 102.9 | 145.55 | 151.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 134 | 0 | 0.41 | 0.01 | 0.47 | 302.14 | 0.26 | 0.42 |
| Hex | 88 | 50 | 86 | 0 | 29 | 1 | 2F | 12E | 1A | 2A |
| Octal | 210 | 120 | 206 | 0 | 51 | 1 | 57 | 456 | 32 | 52 |
| Binary | 10001000 | 1010000 | 10000110 | 0 | 101001 | 1 | 101111 | 100101110 | 11010 | 101010 |
Color Harmonies of #885086
Complementary color
Monochromatic Colors of #885086
Black with #885086
Text Example
Text Example
White with #885086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885086; }
p { color: rgb(136,80,134); }
H1.HeaderClassName
{
color: #885086;
}
.AnyTagClassName
{
color: #885086;
}
</style>
background-color css
<style>
a { background-color: #885086; }
a { background-color: rgb(136,80,134); }
div.DivClassName
{
background-color: #885086;
}
.BgClassName
{
background-color: #885086;
}
</style>
border-color css
<style>
span { border-color: #885086; }
span { border-color: rgb(136,80,134); }
td.TdClassName
{
border-color: #885086;
}
.TagClassName
{
border-color: #885086;
}
</style>