Shades of Trendy Pink #865185
Tints of Trendy Pink #865185
RGB
CMYK
RGB Variations
Color information
#865185 (or 0x865185) is known color: Trendy Pink. HEX triplet: 86, 51 and 85. RGB value is (134,81,133). Sum of RGB (Red+Green+Blue) = 134+81+133=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 133 (52.34% from 255 or 38.22% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #865185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865185 is #79AE7A. Grayscale: #666666. Windows color (decimal): -7974523 or 8737158. OLE color: 8737158.
HSL color Cylindrical-coordinate representation of color #865185: hue angle of 301.13º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #865185 is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 81 | 133 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.47 |
| HSL | 301.13º | 0.25% | 0.42% | - |
| HSV(B) | 301.13º | 0.4% | 0.53% | - |
| XYZ | 17.01 | 12.65 | 23.73 | - |
| YUV | 102.78 | 145.06 | 150.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 81 | 133 | 0 | 0.40 | 0.01 | 0.47 | 301.13 | 0.25 | 0.42 |
| Hex | 86 | 51 | 85 | 0 | 28 | 1 | 2F | 12D | 19 | 2A |
| Octal | 206 | 121 | 205 | 0 | 50 | 1 | 57 | 455 | 31 | 52 |
| Binary | 10000110 | 1010001 | 10000101 | 0 | 101000 | 1 | 101111 | 100101101 | 11001 | 101010 |
Color Harmonies of #865185
Complementary color
Monochromatic Colors of #865185
Black with #865185
Text Example
Text Example
White with #865185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865185; }
p { color: rgb(134,81,133); }
H1.HeaderClassName
{
color: #865185;
}
.AnyTagClassName
{
color: #865185;
}
</style>
background-color css
<style>
a { background-color: #865185; }
a { background-color: rgb(134,81,133); }
div.DivClassName
{
background-color: #865185;
}
.BgClassName
{
background-color: #865185;
}
</style>
border-color css
<style>
span { border-color: #865185; }
span { border-color: rgb(134,81,133); }
td.TdClassName
{
border-color: #865185;
}
.TagClassName
{
border-color: #865185;
}
</style>