Shades of Trendy Pink #885680
Tints of Trendy Pink #885680
RGB
CMYK
RGB Variations
Color information
#885680 (or 0x885680) is known color: Trendy Pink. HEX triplet: 88, 56 and 80. RGB value is (136,86,128). Sum of RGB (Red+Green+Blue) = 136+86+128=350 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.86% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 136 - color contains mainly: red. Hex color #885680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885680 is #77A97F. Grayscale: #696969. Windows color (decimal): -7842176 or 8410760. OLE color: 8410760.
HSL color Cylindrical-coordinate representation of color #885680: hue angle of 309.6º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #885680 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 86 | 128 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.47 |
| HSL | 309.6º | 0.23% | 0.44% | - |
| HSV(B) | 309.6º | 0.37% | 0.53% | - |
| XYZ | 17.38 | 13.45 | 22.1 | - |
| YUV | 105.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 86 | 128 | 0 | 0.37 | 0.06 | 0.47 | 309.6 | 0.23 | 0.44 |
| Hex | 88 | 56 | 80 | 0 | 25 | 6 | 2F | 136 | 17 | 2C |
| Octal | 210 | 126 | 200 | 0 | 45 | 6 | 57 | 466 | 27 | 54 |
| Binary | 10001000 | 1010110 | 10000000 | 0 | 100101 | 110 | 101111 | 100110110 | 10111 | 101100 |
Color Harmonies of #885680
Complementary color
Monochromatic Colors of #885680
Black with #885680
Text Example
Text Example
White with #885680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885680; }
p { color: rgb(136,86,128); }
H1.HeaderClassName
{
color: #885680;
}
.AnyTagClassName
{
color: #885680;
}
</style>
background-color css
<style>
a { background-color: #885680; }
a { background-color: rgb(136,86,128); }
div.DivClassName
{
background-color: #885680;
}
.BgClassName
{
background-color: #885680;
}
</style>
border-color css
<style>
span { border-color: #885680; }
span { border-color: rgb(136,86,128); }
td.TdClassName
{
border-color: #885680;
}
.TagClassName
{
border-color: #885680;
}
</style>