Shades of Trendy Pink #86587D
Tints of Trendy Pink #86587D
RGB
CMYK
RGB Variations
Color information
#86587D (or 0x86587D) is known color: Trendy Pink. HEX triplet: 86, 58 and 7D. RGB value is (134,88,125). Sum of RGB (Red+Green+Blue) = 134+88+125=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 125 (49.22% from 255 or 36.02% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #86587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86587D is #79A782. Grayscale: #696969. Windows color (decimal): -7972739 or 8214662. OLE color: 8214662.
HSL color Cylindrical-coordinate representation of color #86587D: hue angle of 311.74º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86587D is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 125 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.47 |
| HSL | 311.74º | 0.21% | 0.44% | - |
| HSV(B) | 311.74º | 0.34% | 0.53% | - |
| XYZ | 17.02 | 13.53 | 21.12 | - |
| YUV | 105.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 125 | 0 | 0.34 | 0.07 | 0.47 | 311.74 | 0.21 | 0.44 |
| Hex | 86 | 58 | 7D | 0 | 22 | 7 | 2F | 138 | 15 | 2C |
| Octal | 206 | 130 | 175 | 0 | 42 | 7 | 57 | 470 | 25 | 54 |
| Binary | 10000110 | 1011000 | 1111101 | 0 | 100010 | 111 | 101111 | 100111000 | 10101 | 101100 |
Color Harmonies of #86587D
Complementary color
Monochromatic Colors of #86587D
Black with #86587D
Text Example
Text Example
White with #86587D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86587D; }
p { color: rgb(134,88,125); }
H1.HeaderClassName
{
color: #86587D;
}
.AnyTagClassName
{
color: #86587D;
}
</style>
background-color css
<style>
a { background-color: #86587D; }
a { background-color: rgb(134,88,125); }
div.DivClassName
{
background-color: #86587D;
}
.BgClassName
{
background-color: #86587D;
}
</style>
border-color css
<style>
span { border-color: #86587D; }
span { border-color: rgb(134,88,125); }
td.TdClassName
{
border-color: #86587D;
}
.TagClassName
{
border-color: #86587D;
}
</style>