Shades of Trendy Pink #88528D
Tints of Trendy Pink #88528D
RGB
CMYK
RGB Variations
Color information
#88528D (or 0x88528D) is known color: Trendy Pink. HEX triplet: 88, 52 and 8D. RGB value is (136,82,141). Sum of RGB (Red+Green+Blue) = 136+82+141=359 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.88% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #88528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88528D is #77AD72. Grayscale: #686868. Windows color (decimal): -7843187 or 9261704. OLE color: 9261704.
HSL color Cylindrical-coordinate representation of color #88528D: hue angle of 294.92º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88528D is Cyan = 0.04, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 82 | 141 | - |
| CMYK | 0.04 | 0.42 | 0 | 0.45 |
| HSL | 294.92º | 0.26% | 0.44% | - |
| HSV(B) | 294.92º | 0.42% | 0.55% | - |
| XYZ | 17.98 | 13.19 | 26.8 | - |
| YUV | 104.87 | 148.39 | 150.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 141 | 0.04 | 0.42 | 0 | 0.45 | 294.92 | 0.26 | 0.44 |
| Hex | 88 | 52 | 8D | 4 | 2A | 0 | 2D | 127 | 1A | 2C |
| Octal | 210 | 122 | 215 | 4 | 52 | 0 | 55 | 447 | 32 | 54 |
| Binary | 10001000 | 1010010 | 10001101 | 100 | 101010 | 0 | 101101 | 100100111 | 11010 | 101100 |
Color Harmonies of #88528D
Complementary color
Monochromatic Colors of #88528D
Black with #88528D
Text Example
Text Example
White with #88528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88528D; }
p { color: rgb(136,82,141); }
H1.HeaderClassName
{
color: #88528D;
}
.AnyTagClassName
{
color: #88528D;
}
</style>
background-color css
<style>
a { background-color: #88528D; }
a { background-color: rgb(136,82,141); }
div.DivClassName
{
background-color: #88528D;
}
.BgClassName
{
background-color: #88528D;
}
</style>
border-color css
<style>
span { border-color: #88528D; }
span { border-color: rgb(136,82,141); }
td.TdClassName
{
border-color: #88528D;
}
.TagClassName
{
border-color: #88528D;
}
</style>