Shades of Trendy Pink #87527D
Tints of Trendy Pink #87527D
RGB
CMYK
RGB Variations
Color information
#87527D (or 0x87527D) is known color: Trendy Pink. HEX triplet: 87, 52 and 7D. RGB value is (135,82,125). Sum of RGB (Red+Green+Blue) = 135+82+125=342 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.47% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 135 - color contains mainly: red. Hex color #87527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87527D is #78AD82. Grayscale: #666666. Windows color (decimal): -7908739 or 8213127. OLE color: 8213127.
HSL color Cylindrical-coordinate representation of color #87527D: hue angle of 311.32º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #87527D is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 82 | 125 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.47 |
| HSL | 311.32º | 0.24% | 0.43% | - |
| HSV(B) | 311.32º | 0.39% | 0.53% | - |
| XYZ | 16.71 | 12.67 | 20.97 | - |
| YUV | 102.75 | 140.56 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 125 | 0 | 0.39 | 0.07 | 0.47 | 311.32 | 0.24 | 0.43 |
| Hex | 87 | 52 | 7D | 0 | 27 | 7 | 2F | 137 | 18 | 2B |
| Octal | 207 | 122 | 175 | 0 | 47 | 7 | 57 | 467 | 30 | 53 |
| Binary | 10000111 | 1010010 | 1111101 | 0 | 100111 | 111 | 101111 | 100110111 | 11000 | 101011 |
Color Harmonies of #87527D
Complementary color
Monochromatic Colors of #87527D
Black with #87527D
Text Example
Text Example
White with #87527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87527D; }
p { color: rgb(135,82,125); }
H1.HeaderClassName
{
color: #87527D;
}
.AnyTagClassName
{
color: #87527D;
}
</style>
background-color css
<style>
a { background-color: #87527D; }
a { background-color: rgb(135,82,125); }
div.DivClassName
{
background-color: #87527D;
}
.BgClassName
{
background-color: #87527D;
}
</style>
border-color css
<style>
span { border-color: #87527D; }
span { border-color: rgb(135,82,125); }
td.TdClassName
{
border-color: #87527D;
}
.TagClassName
{
border-color: #87527D;
}
</style>