Shades of Trendy Pink #85447E
Tints of Trendy Pink #85447E
RGB
CMYK
RGB Variations
Color information
#85447E (or 0x85447E) is known color: Trendy Pink. HEX triplet: 85, 44 and 7E. RGB value is (133,68,126). Sum of RGB (Red+Green+Blue) = 133+68+126=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 133 - color contains mainly: red. Hex color #85447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85447E is #7ABB81. Grayscale: #5D5D5D. Windows color (decimal): -8043394 or 8275077. OLE color: 8275077.
HSL color Cylindrical-coordinate representation of color #85447E: hue angle of 306.46º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #85447E is Cyan = 0, Magento = 0.49, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 68 | 126 | - |
| CMYK | 0 | 0.49 | 0.05 | 0.48 |
| HSL | 306.46º | 0.32% | 0.39% | - |
| HSV(B) | 306.46º | 0.49% | 0.52% | - |
| XYZ | 15.51 | 10.63 | 20.97 | - |
| YUV | 94.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 68 | 126 | 0 | 0.49 | 0.05 | 0.48 | 306.46 | 0.32 | 0.39 |
| Hex | 85 | 44 | 7E | 0 | 31 | 5 | 30 | 132 | 20 | 27 |
| Octal | 205 | 104 | 176 | 0 | 61 | 5 | 60 | 462 | 40 | 47 |
| Binary | 10000101 | 1000100 | 1111110 | 0 | 110001 | 101 | 110000 | 100110010 | 100000 | 100111 |
Color Harmonies of #85447E
Complementary color
Monochromatic Colors of #85447E
Black with #85447E
Text Example
Text Example
White with #85447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85447E; }
p { color: rgb(133,68,126); }
H1.HeaderClassName
{
color: #85447E;
}
.AnyTagClassName
{
color: #85447E;
}
</style>
background-color css
<style>
a { background-color: #85447E; }
a { background-color: rgb(133,68,126); }
div.DivClassName
{
background-color: #85447E;
}
.BgClassName
{
background-color: #85447E;
}
</style>
border-color css
<style>
span { border-color: #85447E; }
span { border-color: rgb(133,68,126); }
td.TdClassName
{
border-color: #85447E;
}
.TagClassName
{
border-color: #85447E;
}
</style>