Shades of Trendy Pink #885784
Tints of Trendy Pink #885784
RGB
CMYK
RGB Variations
Color information
#885784 (or 0x885784) is known color: Trendy Pink. HEX triplet: 88, 57 and 84. RGB value is (136,87,132). Sum of RGB (Red+Green+Blue) = 136+87+132=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 136 - color contains mainly: red. Hex color #885784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885784 is #77A87B. Grayscale: #6A6A6A. Windows color (decimal): -7841916 or 8673160. OLE color: 8673160.
HSL color Cylindrical-coordinate representation of color #885784: hue angle of 304.9º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #885784 is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 87 | 132 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.47 |
| HSL | 304.9º | 0.22% | 0.44% | - |
| HSV(B) | 304.9º | 0.36% | 0.53% | - |
| XYZ | 17.73 | 13.72 | 23.54 | - |
| YUV | 106.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 87 | 132 | 0 | 0.36 | 0.03 | 0.47 | 304.9 | 0.22 | 0.44 |
| Hex | 88 | 57 | 84 | 0 | 24 | 3 | 2F | 131 | 16 | 2C |
| Octal | 210 | 127 | 204 | 0 | 44 | 3 | 57 | 461 | 26 | 54 |
| Binary | 10001000 | 1010111 | 10000100 | 0 | 100100 | 11 | 101111 | 100110001 | 10110 | 101100 |
Color Harmonies of #885784
Complementary color
Monochromatic Colors of #885784
Black with #885784
Text Example
Text Example
White with #885784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885784; }
p { color: rgb(136,87,132); }
H1.HeaderClassName
{
color: #885784;
}
.AnyTagClassName
{
color: #885784;
}
</style>
background-color css
<style>
a { background-color: #885784; }
a { background-color: rgb(136,87,132); }
div.DivClassName
{
background-color: #885784;
}
.BgClassName
{
background-color: #885784;
}
</style>
border-color css
<style>
span { border-color: #885784; }
span { border-color: rgb(136,87,132); }
td.TdClassName
{
border-color: #885784;
}
.TagClassName
{
border-color: #885784;
}
</style>