Shades of Trendy Pink #85607F
Tints of Trendy Pink #85607F
RGB
CMYK
RGB Variations
Color information
#85607F (or 0x85607F) is known color: Trendy Pink. HEX triplet: 85, 60 and 7F. RGB value is (133,96,127). Sum of RGB (Red+Green+Blue) = 133+96+127=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #85607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85607F is #7A9F80. Grayscale: #6E6E6E. Windows color (decimal): -8036225 or 8347781. OLE color: 8347781.
HSL color Cylindrical-coordinate representation of color #85607F: hue angle of 309.73º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85607F is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 127 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.48 |
| HSL | 309.73º | 0.16% | 0.45% | - |
| HSV(B) | 309.73º | 0.28% | 0.52% | - |
| XYZ | 17.69 | 14.88 | 22.02 | - |
| YUV | 110.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 127 | 0 | 0.28 | 0.05 | 0.48 | 309.73 | 0.16 | 0.45 |
| Hex | 85 | 60 | 7F | 0 | 1C | 5 | 30 | 136 | 10 | 2D |
| Octal | 205 | 140 | 177 | 0 | 34 | 5 | 60 | 466 | 20 | 55 |
| Binary | 10000101 | 1100000 | 1111111 | 0 | 11100 | 101 | 110000 | 100110110 | 10000 | 101101 |
Color Harmonies of #85607F
Complementary color
Monochromatic Colors of #85607F
Black with #85607F
Text Example
Text Example
White with #85607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85607F; }
p { color: rgb(133,96,127); }
H1.HeaderClassName
{
color: #85607F;
}
.AnyTagClassName
{
color: #85607F;
}
</style>
background-color css
<style>
a { background-color: #85607F; }
a { background-color: rgb(133,96,127); }
div.DivClassName
{
background-color: #85607F;
}
.BgClassName
{
background-color: #85607F;
}
</style>
border-color css
<style>
span { border-color: #85607F; }
span { border-color: rgb(133,96,127); }
td.TdClassName
{
border-color: #85607F;
}
.TagClassName
{
border-color: #85607F;
}
</style>