Shades of Trendy Pink #865D7D
Tints of Trendy Pink #865D7D
RGB
CMYK
RGB Variations
Color information
#865D7D (or 0x865D7D) is known color: Trendy Pink. HEX triplet: 86, 5D and 7D. RGB value is (134,93,125). Sum of RGB (Red+Green+Blue) = 134+93+125=352 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.07% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 125 (49.22% from 255 or 35.51% from 352); Max value from RGB is 134 - color contains mainly: red. Hex color #865D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D7D is #79A282. Grayscale: #6C6C6C. Windows color (decimal): -7971459 or 8215942. OLE color: 8215942.
HSL color Cylindrical-coordinate representation of color #865D7D: hue angle of 313.17º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865D7D is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 93 | 125 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.47 |
| HSL | 313.17º | 0.18% | 0.45% | - |
| HSV(B) | 313.17º | 0.31% | 0.53% | - |
| XYZ | 17.45 | 14.38 | 21.26 | - |
| YUV | 108.91 | 137.08 | 145.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 125 | 0 | 0.31 | 0.07 | 0.47 | 313.17 | 0.18 | 0.45 |
| Hex | 86 | 5D | 7D | 0 | 1F | 7 | 2F | 139 | 12 | 2D |
| Octal | 206 | 135 | 175 | 0 | 37 | 7 | 57 | 471 | 22 | 55 |
| Binary | 10000110 | 1011101 | 1111101 | 0 | 11111 | 111 | 101111 | 100111001 | 10010 | 101101 |
Color Harmonies of #865D7D
Complementary color
Monochromatic Colors of #865D7D
Black with #865D7D
Text Example
Text Example
White with #865D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865D7D; }
p { color: rgb(134,93,125); }
H1.HeaderClassName
{
color: #865D7D;
}
.AnyTagClassName
{
color: #865D7D;
}
</style>
background-color css
<style>
a { background-color: #865D7D; }
a { background-color: rgb(134,93,125); }
div.DivClassName
{
background-color: #865D7D;
}
.BgClassName
{
background-color: #865D7D;
}
</style>
border-color css
<style>
span { border-color: #865D7D; }
span { border-color: rgb(134,93,125); }
td.TdClassName
{
border-color: #865D7D;
}
.TagClassName
{
border-color: #865D7D;
}
</style>