Shades of Trendy Pink #88507D
Tints of Trendy Pink #88507D
RGB
CMYK
RGB Variations
Color information
#88507D (or 0x88507D) is known color: Trendy Pink. HEX triplet: 88, 50 and 7D. RGB value is (136,80,125). Sum of RGB (Red+Green+Blue) = 136+80+125=341 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.88% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 136 - color contains mainly: red. Hex color #88507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88507D is #77AF82. Grayscale: #656565. Windows color (decimal): -7843715 or 8212616. OLE color: 8212616.
HSL color Cylindrical-coordinate representation of color #88507D: hue angle of 311.79º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #88507D is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 80 | 125 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.47 |
| HSL | 311.79º | 0.26% | 0.42% | - |
| HSV(B) | 311.79º | 0.41% | 0.53% | - |
| XYZ | 16.72 | 12.45 | 20.92 | - |
| YUV | 101.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 80 | 125 | 0 | 0.41 | 0.08 | 0.47 | 311.79 | 0.26 | 0.42 |
| Hex | 88 | 50 | 7D | 0 | 29 | 8 | 2F | 138 | 1A | 2A |
| Octal | 210 | 120 | 175 | 0 | 51 | 10 | 57 | 470 | 32 | 52 |
| Binary | 10001000 | 1010000 | 1111101 | 0 | 101001 | 1000 | 101111 | 100111000 | 11010 | 101010 |
Color Harmonies of #88507D
Complementary color
Monochromatic Colors of #88507D
Black with #88507D
Text Example
Text Example
White with #88507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88507D; }
p { color: rgb(136,80,125); }
H1.HeaderClassName
{
color: #88507D;
}
.AnyTagClassName
{
color: #88507D;
}
</style>
background-color css
<style>
a { background-color: #88507D; }
a { background-color: rgb(136,80,125); }
div.DivClassName
{
background-color: #88507D;
}
.BgClassName
{
background-color: #88507D;
}
</style>
border-color css
<style>
span { border-color: #88507D; }
span { border-color: rgb(136,80,125); }
td.TdClassName
{
border-color: #88507D;
}
.TagClassName
{
border-color: #88507D;
}
</style>