Shades of Trendy Pink #875584
Tints of Trendy Pink #875584
RGB
CMYK
RGB Variations
Color information
#875584 (or 0x875584) is known color: Trendy Pink. HEX triplet: 87, 55 and 84. RGB value is (135,85,132). Sum of RGB (Red+Green+Blue) = 135+85+132=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 132 (51.95% from 255 or 37.5% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875584 is #78AA7B. Grayscale: #696969. Windows color (decimal): -7907964 or 8672647. OLE color: 8672647.
HSL color Cylindrical-coordinate representation of color #875584: hue angle of 303.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875584 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 85 | 132 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.47 |
| HSL | 303.6º | 0.23% | 0.43% | - |
| HSV(B) | 303.6º | 0.37% | 0.53% | - |
| XYZ | 17.41 | 13.31 | 23.48 | - |
| YUV | 105.31 | 143.07 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 85 | 132 | 0 | 0.37 | 0.02 | 0.47 | 303.6 | 0.23 | 0.43 |
| Hex | 87 | 55 | 84 | 0 | 25 | 2 | 2F | 130 | 17 | 2B |
| Octal | 207 | 125 | 204 | 0 | 45 | 2 | 57 | 460 | 27 | 53 |
| Binary | 10000111 | 1010101 | 10000100 | 0 | 100101 | 10 | 101111 | 100110000 | 10111 | 101011 |
Color Harmonies of #875584
Complementary color
Monochromatic Colors of #875584
Black with #875584
Text Example
Text Example
White with #875584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875584; }
p { color: rgb(135,85,132); }
H1.HeaderClassName
{
color: #875584;
}
.AnyTagClassName
{
color: #875584;
}
</style>
background-color css
<style>
a { background-color: #875584; }
a { background-color: rgb(135,85,132); }
div.DivClassName
{
background-color: #875584;
}
.BgClassName
{
background-color: #875584;
}
</style>
border-color css
<style>
span { border-color: #875584; }
span { border-color: rgb(135,85,132); }
td.TdClassName
{
border-color: #875584;
}
.TagClassName
{
border-color: #875584;
}
</style>