Shades of Trendy Pink #85457F
Tints of Trendy Pink #85457F
RGB
CMYK
RGB Variations
Color information
#85457F (or 0x85457F) is known color: Trendy Pink. HEX triplet: 85, 45 and 7F. RGB value is (133,69,127). Sum of RGB (Red+Green+Blue) = 133+69+127=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 127 (50% from 255 or 38.60% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85457F is #7ABA80. Grayscale: #5E5E5E. Windows color (decimal): -8043137 or 8340869. OLE color: 8340869.
HSL color Cylindrical-coordinate representation of color #85457F: hue angle of 305.62º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85457F is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 127 | - |
| CMYK | 0 | 0.48 | 0.05 | 0.48 |
| HSL | 305.63º | 0.32% | 0.4% | - |
| HSV(B) | 305.63º | 0.48% | 0.52% | - |
| XYZ | 15.63 | 10.78 | 21.33 | - |
| YUV | 94.75 | 146.2 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 127 | 0 | 0.48 | 0.05 | 0.48 | 305.63 | 0.32 | 0.4 |
| Hex | 85 | 45 | 7F | 0 | 30 | 5 | 30 | 132 | 20 | 28 |
| Octal | 205 | 105 | 177 | 0 | 60 | 5 | 60 | 462 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1111111 | 0 | 110000 | 101 | 110000 | 100110010 | 100000 | 101000 |
Color Harmonies of #85457F
Complementary color
Monochromatic Colors of #85457F
Black with #85457F
Text Example
Text Example
White with #85457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85457F; }
p { color: rgb(133,69,127); }
H1.HeaderClassName
{
color: #85457F;
}
.AnyTagClassName
{
color: #85457F;
}
</style>
background-color css
<style>
a { background-color: #85457F; }
a { background-color: rgb(133,69,127); }
div.DivClassName
{
background-color: #85457F;
}
.BgClassName
{
background-color: #85457F;
}
</style>
border-color css
<style>
span { border-color: #85457F; }
span { border-color: rgb(133,69,127); }
td.TdClassName
{
border-color: #85457F;
}
.TagClassName
{
border-color: #85457F;
}
</style>