Shades of Trendy Pink #85617F
Tints of Trendy Pink #85617F
RGB
CMYK
RGB Variations
Color information
#85617F (or 0x85617F) is known color: Trendy Pink. HEX triplet: 85, 61 and 7F. RGB value is (133,97,127). Sum of RGB (Red+Green+Blue) = 133+97+127=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 133 - color contains mainly: red. Hex color #85617F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85617F is #7A9E80. Grayscale: #6F6F6F. Windows color (decimal): -8035969 or 8348037. OLE color: 8348037.
HSL color Cylindrical-coordinate representation of color #85617F: hue angle of 310º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85617F is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 97 | 127 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.48 |
| HSL | 310º | 0.16% | 0.45% | - |
| HSV(B) | 310º | 0.27% | 0.52% | - |
| XYZ | 17.78 | 15.07 | 22.05 | - |
| YUV | 111.18 | 136.93 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 97 | 127 | 0 | 0.27 | 0.05 | 0.48 | 310 | 0.16 | 0.45 |
| Hex | 85 | 61 | 7F | 0 | 1B | 5 | 30 | 136 | 10 | 2D |
| Octal | 205 | 141 | 177 | 0 | 33 | 5 | 60 | 466 | 20 | 55 |
| Binary | 10000101 | 1100001 | 1111111 | 0 | 11011 | 101 | 110000 | 100110110 | 10000 | 101101 |
Color Harmonies of #85617F
Complementary color
Monochromatic Colors of #85617F
Black with #85617F
Text Example
Text Example
White with #85617F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85617F; }
p { color: rgb(133,97,127); }
H1.HeaderClassName
{
color: #85617F;
}
.AnyTagClassName
{
color: #85617F;
}
</style>
background-color css
<style>
a { background-color: #85617F; }
a { background-color: rgb(133,97,127); }
div.DivClassName
{
background-color: #85617F;
}
.BgClassName
{
background-color: #85617F;
}
</style>
border-color css
<style>
span { border-color: #85617F; }
span { border-color: rgb(133,97,127); }
td.TdClassName
{
border-color: #85617F;
}
.TagClassName
{
border-color: #85617F;
}
</style>