Shades of Trendy Pink #88557B
Tints of Trendy Pink #88557B
RGB
CMYK
RGB Variations
Color information
#88557B (or 0x88557B) is known color: Trendy Pink. HEX triplet: 88, 55 and 7B. RGB value is (136,85,123). Sum of RGB (Red+Green+Blue) = 136+85+123=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #88557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88557B is #77AA84. Grayscale: #686868. Windows color (decimal): -7842437 or 8082824. OLE color: 8082824.
HSL color Cylindrical-coordinate representation of color #88557B: hue angle of 315.29º 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 #88557B is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 85 | 123 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.47 |
| HSL | 315.29º | 0.23% | 0.43% | - |
| HSV(B) | 315.29º | 0.38% | 0.53% | - |
| XYZ | 16.98 | 13.16 | 20.38 | - |
| YUV | 104.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 123 | 0 | 0.38 | 0.10 | 0.47 | 315.29 | 0.23 | 0.43 |
| Hex | 88 | 55 | 7B | 0 | 26 | A | 2F | 13B | 17 | 2B |
| Octal | 210 | 125 | 173 | 0 | 46 | 12 | 57 | 473 | 27 | 53 |
| Binary | 10001000 | 1010101 | 1111011 | 0 | 100110 | 1010 | 101111 | 100111011 | 10111 | 101011 |
Color Harmonies of #88557B
Complementary color
Monochromatic Colors of #88557B
Black with #88557B
Text Example
Text Example
White with #88557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88557B; }
p { color: rgb(136,85,123); }
H1.HeaderClassName
{
color: #88557B;
}
.AnyTagClassName
{
color: #88557B;
}
</style>
background-color css
<style>
a { background-color: #88557B; }
a { background-color: rgb(136,85,123); }
div.DivClassName
{
background-color: #88557B;
}
.BgClassName
{
background-color: #88557B;
}
</style>
border-color css
<style>
span { border-color: #88557B; }
span { border-color: rgb(136,85,123); }
td.TdClassName
{
border-color: #88557B;
}
.TagClassName
{
border-color: #88557B;
}
</style>