Shades of Trendy Pink #88598D
Tints of Trendy Pink #88598D
RGB
CMYK
RGB Variations
Color information
#88598D (or 0x88598D) is known color: Trendy Pink. HEX triplet: 88, 59 and 8D. RGB value is (136,89,141). Sum of RGB (Red+Green+Blue) = 136+89+141=366 (48% of max value = 765). Red value is 136 (53.52% from 255 or 37.16% from 366); Green value is 89 (35.16% from 255 or 24.32% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 141 - color contains mainly: blue. Hex color #88598D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88598D is #77A672. Grayscale: #6C6C6C. Windows color (decimal): -7841395 or 9263496. OLE color: 9263496.
HSL color Cylindrical-coordinate representation of color #88598D: hue angle of 294.23º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88598D is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 89 | 141 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.45 |
| HSL | 294.23º | 0.23% | 0.45% | - |
| HSV(B) | 294.23º | 0.37% | 0.55% | - |
| XYZ | 18.53 | 14.3 | 26.98 | - |
| YUV | 108.98 | 146.07 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 89 | 141 | 0.04 | 0.37 | 0 | 0.45 | 294.23 | 0.23 | 0.45 |
| Hex | 88 | 59 | 8D | 4 | 25 | 0 | 2D | 126 | 17 | 2D |
| Octal | 210 | 131 | 215 | 4 | 45 | 0 | 55 | 446 | 27 | 55 |
| Binary | 10001000 | 1011001 | 10001101 | 100 | 100101 | 0 | 101101 | 100100110 | 10111 | 101101 |
Color Harmonies of #88598D
Complementary color
Monochromatic Colors of #88598D
Black with #88598D
Text Example
Text Example
White with #88598D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88598D; }
p { color: rgb(136,89,141); }
H1.HeaderClassName
{
color: #88598D;
}
.AnyTagClassName
{
color: #88598D;
}
</style>
background-color css
<style>
a { background-color: #88598D; }
a { background-color: rgb(136,89,141); }
div.DivClassName
{
background-color: #88598D;
}
.BgClassName
{
background-color: #88598D;
}
</style>
border-color css
<style>
span { border-color: #88598D; }
span { border-color: rgb(136,89,141); }
td.TdClassName
{
border-color: #88598D;
}
.TagClassName
{
border-color: #88598D;
}
</style>