Shades of Trendy Pink #88547F
Tints of Trendy Pink #88547F
RGB
CMYK
RGB Variations
Color information
#88547F (or 0x88547F) is known color: Trendy Pink. HEX triplet: 88, 54 and 7F. RGB value is (136,84,127). Sum of RGB (Red+Green+Blue) = 136+84+127=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 136 - color contains mainly: red. Hex color #88547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88547F is #77AB80. Grayscale: #686868. Windows color (decimal): -7842689 or 8344712. OLE color: 8344712.
HSL color Cylindrical-coordinate representation of color #88547F: hue angle of 310.38º degrees, saturation: 0.24, 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 #88547F is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 84 | 127 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.47 |
| HSL | 310.38º | 0.24% | 0.43% | - |
| HSV(B) | 310.38º | 0.38% | 0.53% | - |
| XYZ | 17.15 | 13.11 | 21.7 | - |
| YUV | 104.45 | 140.73 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 84 | 127 | 0 | 0.38 | 0.07 | 0.47 | 310.38 | 0.24 | 0.43 |
| Hex | 88 | 54 | 7F | 0 | 26 | 7 | 2F | 136 | 18 | 2B |
| Octal | 210 | 124 | 177 | 0 | 46 | 7 | 57 | 466 | 30 | 53 |
| Binary | 10001000 | 1010100 | 1111111 | 0 | 100110 | 111 | 101111 | 100110110 | 11000 | 101011 |
Color Harmonies of #88547F
Complementary color
Monochromatic Colors of #88547F
Black with #88547F
Text Example
Text Example
White with #88547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88547F; }
p { color: rgb(136,84,127); }
H1.HeaderClassName
{
color: #88547F;
}
.AnyTagClassName
{
color: #88547F;
}
</style>
background-color css
<style>
a { background-color: #88547F; }
a { background-color: rgb(136,84,127); }
div.DivClassName
{
background-color: #88547F;
}
.BgClassName
{
background-color: #88547F;
}
</style>
border-color css
<style>
span { border-color: #88547F; }
span { border-color: rgb(136,84,127); }
td.TdClassName
{
border-color: #88547F;
}
.TagClassName
{
border-color: #88547F;
}
</style>