Shades of Trendy Pink #875384
Tints of Trendy Pink #875384
RGB
CMYK
RGB Variations
Color information
#875384 (or 0x875384) is known color: Trendy Pink. HEX triplet: 87, 53 and 84. RGB value is (135,83,132). Sum of RGB (Red+Green+Blue) = 135+83+132=350 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.57% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 135 - color contains mainly: red. Hex color #875384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875384 is #78AC7B. Grayscale: #676767. Windows color (decimal): -7908476 or 8672135. OLE color: 8672135.
HSL color Cylindrical-coordinate representation of color #875384: hue angle of 303.46º 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 #875384 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 132 | - |
| CMYK | 0 | 0.39 | 0.02 | 0.47 |
| HSL | 303.46º | 0.24% | 0.43% | - |
| HSV(B) | 303.46º | 0.39% | 0.53% | - |
| XYZ | 17.25 | 13 | 23.43 | - |
| YUV | 104.13 | 143.73 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 132 | 0 | 0.39 | 0.02 | 0.47 | 303.46 | 0.24 | 0.43 |
| Hex | 87 | 53 | 84 | 0 | 27 | 2 | 2F | 12F | 18 | 2B |
| Octal | 207 | 123 | 204 | 0 | 47 | 2 | 57 | 457 | 30 | 53 |
| Binary | 10000111 | 1010011 | 10000100 | 0 | 100111 | 10 | 101111 | 100101111 | 11000 | 101011 |
Color Harmonies of #875384
Complementary color
Monochromatic Colors of #875384
Black with #875384
Text Example
Text Example
White with #875384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875384; }
p { color: rgb(135,83,132); }
H1.HeaderClassName
{
color: #875384;
}
.AnyTagClassName
{
color: #875384;
}
</style>
background-color css
<style>
a { background-color: #875384; }
a { background-color: rgb(135,83,132); }
div.DivClassName
{
background-color: #875384;
}
.BgClassName
{
background-color: #875384;
}
</style>
border-color css
<style>
span { border-color: #875384; }
span { border-color: rgb(135,83,132); }
td.TdClassName
{
border-color: #875384;
}
.TagClassName
{
border-color: #875384;
}
</style>