Shades of Trendy Pink #84587F
Tints of Trendy Pink #84587F
RGB
CMYK
RGB Variations
Color information
#84587F (or 0x84587F) is known color: Trendy Pink. HEX triplet: 84, 58 and 7F. RGB value is (132,88,127). Sum of RGB (Red+Green+Blue) = 132+88+127=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #84587F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84587F is #7BA780. Grayscale: #696969. Windows color (decimal): -8103809 or 8345732. OLE color: 8345732.
HSL color Cylindrical-coordinate representation of color #84587F: hue angle of 306.82º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84587F is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 88 | 127 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.48 |
| HSL | 306.82º | 0.2% | 0.43% | - |
| HSV(B) | 306.82º | 0.33% | 0.52% | - |
| XYZ | 16.84 | 13.42 | 21.78 | - |
| YUV | 105.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 88 | 127 | 0 | 0.33 | 0.04 | 0.48 | 306.82 | 0.2 | 0.43 |
| Hex | 84 | 58 | 7F | 0 | 21 | 4 | 30 | 133 | 14 | 2B |
| Octal | 204 | 130 | 177 | 0 | 41 | 4 | 60 | 463 | 24 | 53 |
| Binary | 10000100 | 1011000 | 1111111 | 0 | 100001 | 100 | 110000 | 100110011 | 10100 | 101011 |
Color Harmonies of #84587F
Complementary color
Monochromatic Colors of #84587F
Black with #84587F
Text Example
Text Example
White with #84587F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84587F; }
p { color: rgb(132,88,127); }
H1.HeaderClassName
{
color: #84587F;
}
.AnyTagClassName
{
color: #84587F;
}
</style>
background-color css
<style>
a { background-color: #84587F; }
a { background-color: rgb(132,88,127); }
div.DivClassName
{
background-color: #84587F;
}
.BgClassName
{
background-color: #84587F;
}
</style>
border-color css
<style>
span { border-color: #84587F; }
span { border-color: rgb(132,88,127); }
td.TdClassName
{
border-color: #84587F;
}
.TagClassName
{
border-color: #84587F;
}
</style>