Shades of Trendy Pink #865885
Tints of Trendy Pink #865885
RGB
CMYK
RGB Variations
Color information
#865885 (or 0x865885) is known color: Trendy Pink. HEX triplet: 86, 58 and 85. RGB value is (134,88,133). Sum of RGB (Red+Green+Blue) = 134+88+133=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #865885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865885 is #79A77A. Grayscale: #6A6A6A. Windows color (decimal): -7972731 or 8738950. OLE color: 8738950.
HSL color Cylindrical-coordinate representation of color #865885: hue angle of 301.3º 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 #865885 is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 88 | 133 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.47 |
| HSL | 301.3º | 0.21% | 0.44% | - |
| HSV(B) | 301.3º | 0.34% | 0.53% | - |
| XYZ | 17.55 | 13.74 | 23.92 | - |
| YUV | 106.88 | 142.74 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 133 | 0 | 0.34 | 0.01 | 0.47 | 301.3 | 0.21 | 0.44 |
| Hex | 86 | 58 | 85 | 0 | 22 | 1 | 2F | 12D | 15 | 2C |
| Octal | 206 | 130 | 205 | 0 | 42 | 1 | 57 | 455 | 25 | 54 |
| Binary | 10000110 | 1011000 | 10000101 | 0 | 100010 | 1 | 101111 | 100101101 | 10101 | 101100 |
Color Harmonies of #865885
Complementary color
Monochromatic Colors of #865885
Black with #865885
Text Example
Text Example
White with #865885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865885; }
p { color: rgb(134,88,133); }
H1.HeaderClassName
{
color: #865885;
}
.AnyTagClassName
{
color: #865885;
}
</style>
background-color css
<style>
a { background-color: #865885; }
a { background-color: rgb(134,88,133); }
div.DivClassName
{
background-color: #865885;
}
.BgClassName
{
background-color: #865885;
}
</style>
border-color css
<style>
span { border-color: #865885; }
span { border-color: rgb(134,88,133); }
td.TdClassName
{
border-color: #865885;
}
.TagClassName
{
border-color: #865885;
}
</style>