Shades of Trendy Pink #85607D
Tints of Trendy Pink #85607D
RGB
CMYK
RGB Variations
Color information
#85607D (or 0x85607D) is known color: Trendy Pink. HEX triplet: 85, 60 and 7D. RGB value is (133,96,125). Sum of RGB (Red+Green+Blue) = 133+96+125=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 125 (49.22% from 255 or 35.31% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #85607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85607D is #7A9F82. Grayscale: #6E6E6E. Windows color (decimal): -8036227 or 8216709. OLE color: 8216709.
HSL color Cylindrical-coordinate representation of color #85607D: hue angle of 312.97º 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 #85607D is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 96 | 125 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.48 |
| HSL | 312.97º | 0.16% | 0.45% | - |
| HSV(B) | 312.97º | 0.28% | 0.52% | - |
| XYZ | 17.56 | 14.83 | 21.34 | - |
| YUV | 110.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 125 | 0 | 0.28 | 0.06 | 0.48 | 312.97 | 0.16 | 0.45 |
| Hex | 85 | 60 | 7D | 0 | 1C | 6 | 30 | 139 | 10 | 2D |
| Octal | 205 | 140 | 175 | 0 | 34 | 6 | 60 | 471 | 20 | 55 |
| Binary | 10000101 | 1100000 | 1111101 | 0 | 11100 | 110 | 110000 | 100111001 | 10000 | 101101 |
Color Harmonies of #85607D
Complementary color
Monochromatic Colors of #85607D
Black with #85607D
Text Example
Text Example
White with #85607D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85607D; }
p { color: rgb(133,96,125); }
H1.HeaderClassName
{
color: #85607D;
}
.AnyTagClassName
{
color: #85607D;
}
</style>
background-color css
<style>
a { background-color: #85607D; }
a { background-color: rgb(133,96,125); }
div.DivClassName
{
background-color: #85607D;
}
.BgClassName
{
background-color: #85607D;
}
</style>
border-color css
<style>
span { border-color: #85607D; }
span { border-color: rgb(133,96,125); }
td.TdClassName
{
border-color: #85607D;
}
.TagClassName
{
border-color: #85607D;
}
</style>