Shades of Trendy Pink #88527A
Tints of Trendy Pink #88527A
RGB
CMYK
RGB Variations
Color information
#88527A (or 0x88527A) is known color: Trendy Pink. HEX triplet: 88, 52 and 7A. RGB value is (136,82,122). Sum of RGB (Red+Green+Blue) = 136+82+122=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 82 (32.42% from 255 or 24.12% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #88527A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88527A is #77AD85. Grayscale: #666666. Windows color (decimal): -7843206 or 8016520. OLE color: 8016520.
HSL color Cylindrical-coordinate representation of color #88527A: hue angle of 315.56º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #88527A is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 82 | 122 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.47 |
| HSL | 315.56º | 0.25% | 0.43% | - |
| HSV(B) | 315.56º | 0.4% | 0.53% | - |
| XYZ | 16.68 | 12.67 | 19.98 | - |
| YUV | 102.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 122 | 0 | 0.40 | 0.10 | 0.47 | 315.56 | 0.25 | 0.43 |
| Hex | 88 | 52 | 7A | 0 | 28 | A | 2F | 13C | 19 | 2B |
| Octal | 210 | 122 | 172 | 0 | 50 | 12 | 57 | 474 | 31 | 53 |
| Binary | 10001000 | 1010010 | 1111010 | 0 | 101000 | 1010 | 101111 | 100111100 | 11001 | 101011 |
Color Harmonies of #88527A
Complementary color
Monochromatic Colors of #88527A
Black with #88527A
Text Example
Text Example
White with #88527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88527A; }
p { color: rgb(136,82,122); }
H1.HeaderClassName
{
color: #88527A;
}
.AnyTagClassName
{
color: #88527A;
}
</style>
background-color css
<style>
a { background-color: #88527A; }
a { background-color: rgb(136,82,122); }
div.DivClassName
{
background-color: #88527A;
}
.BgClassName
{
background-color: #88527A;
}
</style>
border-color css
<style>
span { border-color: #88527A; }
span { border-color: rgb(136,82,122); }
td.TdClassName
{
border-color: #88527A;
}
.TagClassName
{
border-color: #88527A;
}
</style>