Shades of Trendy Pink #875884
Tints of Trendy Pink #875884
RGB
CMYK
RGB Variations
Color information
#875884 (or 0x875884) is known color: Trendy Pink. HEX triplet: 87, 58 and 84. RGB value is (135,88,132). Sum of RGB (Red+Green+Blue) = 135+88+132=355 (47% of max value = 765). Red value is 135 (53.12% from 255 or 38.03% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 135 - color contains mainly: red. Hex color #875884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875884 is #78A77B. Grayscale: #6A6A6A. Windows color (decimal): -7907196 or 8673415. OLE color: 8673415.
HSL color Cylindrical-coordinate representation of color #875884: hue angle of 303.83º 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 #875884 is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 88 | 132 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.47 |
| HSL | 303.83º | 0.21% | 0.44% | - |
| HSV(B) | 303.83º | 0.35% | 0.53% | - |
| XYZ | 17.65 | 13.8 | 23.56 | - |
| YUV | 107.07 | 142.07 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 132 | 0 | 0.35 | 0.02 | 0.47 | 303.83 | 0.21 | 0.44 |
| Hex | 87 | 58 | 84 | 0 | 23 | 2 | 2F | 130 | 15 | 2C |
| Octal | 207 | 130 | 204 | 0 | 43 | 2 | 57 | 460 | 25 | 54 |
| Binary | 10000111 | 1011000 | 10000100 | 0 | 100011 | 10 | 101111 | 100110000 | 10101 | 101100 |
Color Harmonies of #875884
Complementary color
Monochromatic Colors of #875884
Black with #875884
Text Example
Text Example
White with #875884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875884; }
p { color: rgb(135,88,132); }
H1.HeaderClassName
{
color: #875884;
}
.AnyTagClassName
{
color: #875884;
}
</style>
background-color css
<style>
a { background-color: #875884; }
a { background-color: rgb(135,88,132); }
div.DivClassName
{
background-color: #875884;
}
.BgClassName
{
background-color: #875884;
}
</style>
border-color css
<style>
span { border-color: #875884; }
span { border-color: rgb(135,88,132); }
td.TdClassName
{
border-color: #875884;
}
.TagClassName
{
border-color: #875884;
}
</style>