Shades of Trendy Pink #85568D
Tints of Trendy Pink #85568D
RGB
CMYK
RGB Variations
Color information
#85568D (or 0x85568D) is known color: Trendy Pink. HEX triplet: 85, 56 and 8D. RGB value is (133,86,141). Sum of RGB (Red+Green+Blue) = 133+86+141=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 141 (55.47% from 255 or 39.17% from 360); Max value from RGB is 141 - color contains mainly: blue. Hex color #85568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85568D is #7AA972. Grayscale: #6A6A6A. Windows color (decimal): -8038771 or 9262725. OLE color: 9262725.
HSL color Cylindrical-coordinate representation of color #85568D: hue angle of 291.27º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85568D is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 133 | 86 | 141 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.45 |
| HSL | 291.27º | 0.24% | 0.45% | - |
| HSV(B) | 291.27º | 0.39% | 0.55% | - |
| XYZ | 17.81 | 13.57 | 26.88 | - |
| YUV | 106.32 | 147.57 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 141 | 0.06 | 0.39 | 0 | 0.45 | 291.27 | 0.24 | 0.45 |
| Hex | 85 | 56 | 8D | 6 | 27 | 0 | 2D | 123 | 18 | 2D |
| Octal | 205 | 126 | 215 | 6 | 47 | 0 | 55 | 443 | 30 | 55 |
| Binary | 10000101 | 1010110 | 10001101 | 110 | 100111 | 0 | 101101 | 100100011 | 11000 | 101101 |
Color Harmonies of #85568D
Complementary color
Monochromatic Colors of #85568D
Black with #85568D
Text Example
Text Example
White with #85568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85568D; }
p { color: rgb(133,86,141); }
H1.HeaderClassName
{
color: #85568D;
}
.AnyTagClassName
{
color: #85568D;
}
</style>
background-color css
<style>
a { background-color: #85568D; }
a { background-color: rgb(133,86,141); }
div.DivClassName
{
background-color: #85568D;
}
.BgClassName
{
background-color: #85568D;
}
</style>
border-color css
<style>
span { border-color: #85568D; }
span { border-color: rgb(133,86,141); }
td.TdClassName
{
border-color: #85568D;
}
.TagClassName
{
border-color: #85568D;
}
</style>