Shades of Trendy Pink #88518D
Tints of Trendy Pink #88518D
RGB
CMYK
RGB Variations
Color information
#88518D (or 0x88518D) is known color: Trendy Pink. HEX triplet: 88, 51 and 8D. RGB value is (136,81,141). Sum of RGB (Red+Green+Blue) = 136+81+141=358 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.99% from 358); Green value is 81 (32.03% from 255 or 22.63% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #88518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #88518D is #77AE72. Grayscale: #686868. Windows color (decimal): -7843443 or 9261448. OLE color: 9261448.
HSL color Cylindrical-coordinate representation of color #88518D: hue angle of 295º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #88518D is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 136 | 81 | 141 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.45 |
| HSL | 295º | 0.27% | 0.44% | - |
| HSV(B) | 295º | 0.43% | 0.55% | - |
| XYZ | 17.9 | 13.04 | 26.77 | - |
| YUV | 104.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 81 | 141 | 0.04 | 0.43 | 0 | 0.45 | 295 | 0.27 | 0.44 |
| Hex | 88 | 51 | 8D | 4 | 2B | 0 | 2D | 127 | 1B | 2C |
| Octal | 210 | 121 | 215 | 4 | 53 | 0 | 55 | 447 | 33 | 54 |
| Binary | 10001000 | 1010001 | 10001101 | 100 | 101011 | 0 | 101101 | 100100111 | 11011 | 101100 |
Color Harmonies of #88518D
Complementary color
Monochromatic Colors of #88518D
Black with #88518D
Text Example
Text Example
White with #88518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88518D; }
p { color: rgb(136,81,141); }
H1.HeaderClassName
{
color: #88518D;
}
.AnyTagClassName
{
color: #88518D;
}
</style>
background-color css
<style>
a { background-color: #88518D; }
a { background-color: rgb(136,81,141); }
div.DivClassName
{
background-color: #88518D;
}
.BgClassName
{
background-color: #88518D;
}
</style>
border-color css
<style>
span { border-color: #88518D; }
span { border-color: rgb(136,81,141); }
td.TdClassName
{
border-color: #88518D;
}
.TagClassName
{
border-color: #88518D;
}
</style>