Shades of Trendy Pink #87487D
Tints of Trendy Pink #87487D
RGB
CMYK
RGB Variations
Color information
#87487D (or 0x87487D) is known color: Trendy Pink. HEX triplet: 87, 48 and 7D. RGB value is (135,72,125). Sum of RGB (Red+Green+Blue) = 135+72+125=332 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.66% from 332); Green value is 72 (28.52% from 255 or 21.69% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 135 - color contains mainly: red. Hex color #87487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87487D is #78B782. Grayscale: #606060. Windows color (decimal): -7911299 or 8210567. OLE color: 8210567.
HSL color Cylindrical-coordinate representation of color #87487D: hue angle of 309.52º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87487D is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 72 | 125 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.47 |
| HSL | 309.52º | 0.3% | 0.41% | - |
| HSV(B) | 309.52º | 0.47% | 0.53% | - |
| XYZ | 16.01 | 11.27 | 20.73 | - |
| YUV | 96.88 | 143.87 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 72 | 125 | 0 | 0.47 | 0.07 | 0.47 | 309.52 | 0.3 | 0.41 |
| Hex | 87 | 48 | 7D | 0 | 2F | 7 | 2F | 136 | 1E | 29 |
| Octal | 207 | 110 | 175 | 0 | 57 | 7 | 57 | 466 | 36 | 51 |
| Binary | 10000111 | 1001000 | 1111101 | 0 | 101111 | 111 | 101111 | 100110110 | 11110 | 101001 |
Color Harmonies of #87487D
Complementary color
Monochromatic Colors of #87487D
Black with #87487D
Text Example
Text Example
White with #87487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87487D; }
p { color: rgb(135,72,125); }
H1.HeaderClassName
{
color: #87487D;
}
.AnyTagClassName
{
color: #87487D;
}
</style>
background-color css
<style>
a { background-color: #87487D; }
a { background-color: rgb(135,72,125); }
div.DivClassName
{
background-color: #87487D;
}
.BgClassName
{
background-color: #87487D;
}
</style>
border-color css
<style>
span { border-color: #87487D; }
span { border-color: rgb(135,72,125); }
td.TdClassName
{
border-color: #87487D;
}
.TagClassName
{
border-color: #87487D;
}
</style>