Shades of Trendy Pink #88497D
Tints of Trendy Pink #88497D
RGB
CMYK
RGB Variations
Color information
#88497D (or 0x88497D) is known color: Trendy Pink. HEX triplet: 88, 49 and 7D. RGB value is (136,73,125). Sum of RGB (Red+Green+Blue) = 136+73+125=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 73 (28.91% from 255 or 21.86% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #88497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88497D is #77B682. Grayscale: #616161. Windows color (decimal): -7845507 or 8210824. OLE color: 8210824.
HSL color Cylindrical-coordinate representation of color #88497D: hue angle of 310.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88497D is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 73 | 125 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.47 |
| HSL | 310.48º | 0.3% | 0.41% | - |
| HSV(B) | 310.48º | 0.46% | 0.53% | - |
| XYZ | 16.24 | 11.48 | 20.76 | - |
| YUV | 97.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 73 | 125 | 0 | 0.46 | 0.08 | 0.47 | 310.48 | 0.3 | 0.41 |
| Hex | 88 | 49 | 7D | 0 | 2E | 8 | 2F | 136 | 1E | 29 |
| Octal | 210 | 111 | 175 | 0 | 56 | 10 | 57 | 466 | 36 | 51 |
| Binary | 10001000 | 1001001 | 1111101 | 0 | 101110 | 1000 | 101111 | 100110110 | 11110 | 101001 |
Color Harmonies of #88497D
Complementary color
Monochromatic Colors of #88497D
Black with #88497D
Text Example
Text Example
White with #88497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88497D; }
p { color: rgb(136,73,125); }
H1.HeaderClassName
{
color: #88497D;
}
.AnyTagClassName
{
color: #88497D;
}
</style>
background-color css
<style>
a { background-color: #88497D; }
a { background-color: rgb(136,73,125); }
div.DivClassName
{
background-color: #88497D;
}
.BgClassName
{
background-color: #88497D;
}
</style>
border-color css
<style>
span { border-color: #88497D; }
span { border-color: rgb(136,73,125); }
td.TdClassName
{
border-color: #88497D;
}
.TagClassName
{
border-color: #88497D;
}
</style>