Shades of Trendy Pink #875385
Tints of Trendy Pink #875385
RGB
CMYK
RGB Variations
Color information
#875385 (or 0x875385) is known color: Trendy Pink. HEX triplet: 87, 53 and 85. RGB value is (135,83,133). Sum of RGB (Red+Green+Blue) = 135+83+133=351 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.46% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 135 - color contains mainly: red. Hex color #875385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875385 is #78AC7A. Grayscale: #686868. Windows color (decimal): -7908475 or 8737671. OLE color: 8737671.
HSL color Cylindrical-coordinate representation of color #875385: hue angle of 302.31º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875385 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 133 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.47 |
| HSL | 302.31º | 0.24% | 0.43% | - |
| HSV(B) | 302.31º | 0.39% | 0.53% | - |
| XYZ | 17.32 | 13.03 | 23.79 | - |
| YUV | 104.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 133 | 0 | 0.39 | 0.01 | 0.47 | 302.31 | 0.24 | 0.43 |
| Hex | 87 | 53 | 85 | 0 | 27 | 1 | 2F | 12E | 18 | 2B |
| Octal | 207 | 123 | 205 | 0 | 47 | 1 | 57 | 456 | 30 | 53 |
| Binary | 10000111 | 1010011 | 10000101 | 0 | 100111 | 1 | 101111 | 100101110 | 11000 | 101011 |
Color Harmonies of #875385
Complementary color
Monochromatic Colors of #875385
Black with #875385
Text Example
Text Example
White with #875385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875385; }
p { color: rgb(135,83,133); }
H1.HeaderClassName
{
color: #875385;
}
.AnyTagClassName
{
color: #875385;
}
</style>
background-color css
<style>
a { background-color: #875385; }
a { background-color: rgb(135,83,133); }
div.DivClassName
{
background-color: #875385;
}
.BgClassName
{
background-color: #875385;
}
</style>
border-color css
<style>
span { border-color: #875385; }
span { border-color: rgb(135,83,133); }
td.TdClassName
{
border-color: #875385;
}
.TagClassName
{
border-color: #875385;
}
</style>