Shades of Trendy Pink #87517D
Tints of Trendy Pink #87517D
RGB
CMYK
RGB Variations
Color information
#87517D (or 0x87517D) is known color: Trendy Pink. HEX triplet: 87, 51 and 7D. RGB value is (135,81,125). Sum of RGB (Red+Green+Blue) = 135+81+125=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 135 - color contains mainly: red. Hex color #87517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87517D is #78AE82. Grayscale: #666666. Windows color (decimal): -7908995 or 8212871. OLE color: 8212871.
HSL color Cylindrical-coordinate representation of color #87517D: hue angle of 311.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #87517D is Cyan = 0, Magento = 0.40, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 125 | - |
| CMYK | 0 | 0.40 | 0.07 | 0.47 |
| HSL | 311.11º | 0.25% | 0.42% | - |
| HSV(B) | 311.11º | 0.4% | 0.53% | - |
| XYZ | 16.64 | 12.52 | 20.94 | - |
| YUV | 102.16 | 140.89 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 125 | 0 | 0.40 | 0.07 | 0.47 | 311.11 | 0.25 | 0.42 |
| Hex | 87 | 51 | 7D | 0 | 28 | 7 | 2F | 137 | 19 | 2A |
| Octal | 207 | 121 | 175 | 0 | 50 | 7 | 57 | 467 | 31 | 52 |
| Binary | 10000111 | 1010001 | 1111101 | 0 | 101000 | 111 | 101111 | 100110111 | 11001 | 101010 |
Color Harmonies of #87517D
Complementary color
Monochromatic Colors of #87517D
Black with #87517D
Text Example
Text Example
White with #87517D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87517D; }
p { color: rgb(135,81,125); }
H1.HeaderClassName
{
color: #87517D;
}
.AnyTagClassName
{
color: #87517D;
}
</style>
background-color css
<style>
a { background-color: #87517D; }
a { background-color: rgb(135,81,125); }
div.DivClassName
{
background-color: #87517D;
}
.BgClassName
{
background-color: #87517D;
}
</style>
border-color css
<style>
span { border-color: #87517D; }
span { border-color: rgb(135,81,125); }
td.TdClassName
{
border-color: #87517D;
}
.TagClassName
{
border-color: #87517D;
}
</style>