Shades of Trendy Pink #885589
Tints of Trendy Pink #885589
RGB
CMYK
RGB Variations
Color information
#885589 (or 0x885589) is known color: Trendy Pink. HEX triplet: 88, 55 and 89. RGB value is (136,85,137). Sum of RGB (Red+Green+Blue) = 136+85+137=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: blue. Hex color #885589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #885589 is #77AA76. Grayscale: #6A6A6A. Windows color (decimal): -7842423 or 9000328. OLE color: 9000328.
HSL color Cylindrical-coordinate representation of color #885589: hue angle of 298.85º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885589 is Cyan = 0.01, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 136 | 85 | 137 | - |
| CMYK | 0.01 | 0.38 | 0 | 0.46 |
| HSL | 298.85º | 0.23% | 0.44% | - |
| HSV(B) | 298.85º | 0.38% | 0.54% | - |
| XYZ | 17.92 | 13.54 | 25.34 | - |
| YUV | 106.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 137 | 0.01 | 0.38 | 0 | 0.46 | 298.85 | 0.23 | 0.44 |
| Hex | 88 | 55 | 89 | 1 | 26 | 0 | 2E | 12B | 17 | 2C |
| Octal | 210 | 125 | 211 | 1 | 46 | 0 | 56 | 453 | 27 | 54 |
| Binary | 10001000 | 1010101 | 10001001 | 1 | 100110 | 0 | 101110 | 100101011 | 10111 | 101100 |
Color Harmonies of #885589
Complementary color
Monochromatic Colors of #885589
Black with #885589
Text Example
Text Example
White with #885589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885589; }
p { color: rgb(136,85,137); }
H1.HeaderClassName
{
color: #885589;
}
.AnyTagClassName
{
color: #885589;
}
</style>
background-color css
<style>
a { background-color: #885589; }
a { background-color: rgb(136,85,137); }
div.DivClassName
{
background-color: #885589;
}
.BgClassName
{
background-color: #885589;
}
</style>
border-color css
<style>
span { border-color: #885589; }
span { border-color: rgb(136,85,137); }
td.TdClassName
{
border-color: #885589;
}
.TagClassName
{
border-color: #885589;
}
</style>