Shades of Trendy Pink #875880
Tints of Trendy Pink #875880
RGB
CMYK
RGB Variations
Color information
#875880 (or 0x875880) is known color: Trendy Pink. HEX triplet: 87, 58 and 80. RGB value is (135,88,128). Sum of RGB (Red+Green+Blue) = 135+88+128=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 128 (50.39% from 255 or 36.47% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875880 is #78A77F. Grayscale: #6A6A6A. Windows color (decimal): -7907200 or 8411271. OLE color: 8411271.
HSL color Cylindrical-coordinate representation of color #875880: hue angle of 308.94º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #875880 is Cyan = 0, Magento = 0.35, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 128 | - |
| CMYK | 0 | 0.35 | 0.05 | 0.47 |
| HSL | 308.94º | 0.21% | 0.44% | - |
| HSV(B) | 308.94º | 0.35% | 0.53% | - |
| XYZ | 17.38 | 13.69 | 22.15 | - |
| YUV | 106.61 | 140.07 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 128 | 0 | 0.35 | 0.05 | 0.47 | 308.94 | 0.21 | 0.44 |
| Hex | 87 | 58 | 80 | 0 | 23 | 5 | 2F | 135 | 15 | 2C |
| Octal | 207 | 130 | 200 | 0 | 43 | 5 | 57 | 465 | 25 | 54 |
| Binary | 10000111 | 1011000 | 10000000 | 0 | 100011 | 101 | 101111 | 100110101 | 10101 | 101100 |
Color Harmonies of #875880
Complementary color
Monochromatic Colors of #875880
Black with #875880
Text Example
Text Example
White with #875880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875880; }
p { color: rgb(135,88,128); }
H1.HeaderClassName
{
color: #875880;
}
.AnyTagClassName
{
color: #875880;
}
</style>
background-color css
<style>
a { background-color: #875880; }
a { background-color: rgb(135,88,128); }
div.DivClassName
{
background-color: #875880;
}
.BgClassName
{
background-color: #875880;
}
</style>
border-color css
<style>
span { border-color: #875880; }
span { border-color: rgb(135,88,128); }
td.TdClassName
{
border-color: #875880;
}
.TagClassName
{
border-color: #875880;
}
</style>