Shades of Trendy Pink #88557F
Tints of Trendy Pink #88557F
RGB
CMYK
RGB Variations
Color information
#88557F (or 0x88557F) is known color: Trendy Pink. HEX triplet: 88, 55 and 7F. RGB value is (136,85,127). Sum of RGB (Red+Green+Blue) = 136+85+127=348 (46% of max value = 765). Red value is 136 (53.52% from 255 or 39.08% from 348); Green value is 85 (33.59% from 255 or 24.43% from 348); Blue value is 127 (50% from 255 or 36.49% from 348); Max value from RGB is 136 - color contains mainly: red. Hex color #88557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88557F is #77AA80. Grayscale: #686868. Windows color (decimal): -7842433 or 8344968. OLE color: 8344968.
HSL color Cylindrical-coordinate representation of color #88557F: hue angle of 310.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88557F is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 127 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.47 |
| HSL | 310.59º | 0.23% | 0.43% | - |
| HSV(B) | 310.59º | 0.38% | 0.53% | - |
| XYZ | 17.23 | 13.26 | 21.73 | - |
| YUV | 105.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 127 | 0 | 0.38 | 0.07 | 0.47 | 310.59 | 0.23 | 0.43 |
| Hex | 88 | 55 | 7F | 0 | 26 | 7 | 2F | 137 | 17 | 2B |
| Octal | 210 | 125 | 177 | 0 | 46 | 7 | 57 | 467 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1111111 | 0 | 100110 | 111 | 101111 | 100110111 | 10111 | 101011 |
Color Harmonies of #88557F
Complementary color
Monochromatic Colors of #88557F
Black with #88557F
Text Example
Text Example
White with #88557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88557F; }
p { color: rgb(136,85,127); }
H1.HeaderClassName
{
color: #88557F;
}
.AnyTagClassName
{
color: #88557F;
}
</style>
background-color css
<style>
a { background-color: #88557F; }
a { background-color: rgb(136,85,127); }
div.DivClassName
{
background-color: #88557F;
}
.BgClassName
{
background-color: #88557F;
}
</style>
border-color css
<style>
span { border-color: #88557F; }
span { border-color: rgb(136,85,127); }
td.TdClassName
{
border-color: #88557F;
}
.TagClassName
{
border-color: #88557F;
}
</style>