Shades of Trendy Pink #875185
Tints of Trendy Pink #875185
RGB
CMYK
RGB Variations
Color information
#875185 (or 0x875185) is known color: Trendy Pink. HEX triplet: 87, 51 and 85. RGB value is (135,81,133). Sum of RGB (Red+Green+Blue) = 135+81+133=349 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.68% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 135 - color contains mainly: red. Hex color #875185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875185 is #78AE7A. Grayscale: #666666. Windows color (decimal): -7908987 or 8737159. OLE color: 8737159.
HSL color Cylindrical-coordinate representation of color #875185: hue angle of 302.22º 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 #875185 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 81 | 133 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.47 |
| HSL | 302.22º | 0.25% | 0.42% | - |
| HSV(B) | 302.22º | 0.4% | 0.53% | - |
| XYZ | 17.17 | 12.73 | 23.74 | - |
| YUV | 103.07 | 144.89 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 133 | 0 | 0.40 | 0.01 | 0.47 | 302.22 | 0.25 | 0.42 |
| Hex | 87 | 51 | 85 | 0 | 28 | 1 | 2F | 12E | 19 | 2A |
| Octal | 207 | 121 | 205 | 0 | 50 | 1 | 57 | 456 | 31 | 52 |
| Binary | 10000111 | 1010001 | 10000101 | 0 | 101000 | 1 | 101111 | 100101110 | 11001 | 101010 |
Color Harmonies of #875185
Complementary color
Monochromatic Colors of #875185
Black with #875185
Text Example
Text Example
White with #875185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875185; }
p { color: rgb(135,81,133); }
H1.HeaderClassName
{
color: #875185;
}
.AnyTagClassName
{
color: #875185;
}
</style>
background-color css
<style>
a { background-color: #875185; }
a { background-color: rgb(135,81,133); }
div.DivClassName
{
background-color: #875185;
}
.BgClassName
{
background-color: #875185;
}
</style>
border-color css
<style>
span { border-color: #875185; }
span { border-color: rgb(135,81,133); }
td.TdClassName
{
border-color: #875185;
}
.TagClassName
{
border-color: #875185;
}
</style>