Shades of Trendy Pink #885A84
Tints of Trendy Pink #885A84
RGB
CMYK
RGB Variations
Color information
#885A84 (or 0x885A84) is known color: Trendy Pink. HEX triplet: 88, 5A and 84. RGB value is (136,90,132). Sum of RGB (Red+Green+Blue) = 136+90+132=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 136 - color contains mainly: red. Hex color #885A84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885A84 is #77A57B. Grayscale: #6C6C6C. Windows color (decimal): -7841148 or 8673928. OLE color: 8673928.
HSL color Cylindrical-coordinate representation of color #885A84: hue angle of 305.22º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #885A84 is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 90 | 132 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.47 |
| HSL | 305.22º | 0.2% | 0.44% | - |
| HSV(B) | 305.22º | 0.34% | 0.53% | - |
| XYZ | 17.97 | 14.21 | 23.63 | - |
| YUV | 108.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 132 | 0 | 0.34 | 0.03 | 0.47 | 305.22 | 0.2 | 0.44 |
| Hex | 88 | 5A | 84 | 0 | 22 | 3 | 2F | 131 | 14 | 2C |
| Octal | 210 | 132 | 204 | 0 | 42 | 3 | 57 | 461 | 24 | 54 |
| Binary | 10001000 | 1011010 | 10000100 | 0 | 100010 | 11 | 101111 | 100110001 | 10100 | 101100 |
Color Harmonies of #885A84
Complementary color
Monochromatic Colors of #885A84
Black with #885A84
Text Example
Text Example
White with #885A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885A84; }
p { color: rgb(136,90,132); }
H1.HeaderClassName
{
color: #885A84;
}
.AnyTagClassName
{
color: #885A84;
}
</style>
background-color css
<style>
a { background-color: #885A84; }
a { background-color: rgb(136,90,132); }
div.DivClassName
{
background-color: #885A84;
}
.BgClassName
{
background-color: #885A84;
}
</style>
border-color css
<style>
span { border-color: #885A84; }
span { border-color: rgb(136,90,132); }
td.TdClassName
{
border-color: #885A84;
}
.TagClassName
{
border-color: #885A84;
}
</style>