Shades of Trendy Pink #85577D
Tints of Trendy Pink #85577D
RGB
CMYK
RGB Variations
Color information
#85577D (or 0x85577D) is known color: Trendy Pink. HEX triplet: 85, 57 and 7D. RGB value is (133,87,125). Sum of RGB (Red+Green+Blue) = 133+87+125=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 125 (49.22% from 255 or 36.23% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #85577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85577D is #7AA882. Grayscale: #686868. Windows color (decimal): -8038531 or 8214405. OLE color: 8214405.
HSL color Cylindrical-coordinate representation of color #85577D: hue angle of 310.43º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85577D is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 87 | 125 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.48 |
| HSL | 310.43º | 0.21% | 0.43% | - |
| HSV(B) | 310.43º | 0.35% | 0.52% | - |
| XYZ | 16.78 | 13.28 | 21.08 | - |
| YUV | 105.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 125 | 0 | 0.35 | 0.06 | 0.48 | 310.43 | 0.21 | 0.43 |
| Hex | 85 | 57 | 7D | 0 | 23 | 6 | 30 | 136 | 15 | 2B |
| Octal | 205 | 127 | 175 | 0 | 43 | 6 | 60 | 466 | 25 | 53 |
| Binary | 10000101 | 1010111 | 1111101 | 0 | 100011 | 110 | 110000 | 100110110 | 10101 | 101011 |
Color Harmonies of #85577D
Complementary color
Monochromatic Colors of #85577D
Black with #85577D
Text Example
Text Example
White with #85577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85577D; }
p { color: rgb(133,87,125); }
H1.HeaderClassName
{
color: #85577D;
}
.AnyTagClassName
{
color: #85577D;
}
</style>
background-color css
<style>
a { background-color: #85577D; }
a { background-color: rgb(133,87,125); }
div.DivClassName
{
background-color: #85577D;
}
.BgClassName
{
background-color: #85577D;
}
</style>
border-color css
<style>
span { border-color: #85577D; }
span { border-color: rgb(133,87,125); }
td.TdClassName
{
border-color: #85577D;
}
.TagClassName
{
border-color: #85577D;
}
</style>