Shades of Trendy Pink #855584
Tints of Trendy Pink #855584
RGB
CMYK
RGB Variations
Color information
#855584 (or 0x855584) is known color: Trendy Pink. HEX triplet: 85, 55 and 84. RGB value is (133,85,132). Sum of RGB (Red+Green+Blue) = 133+85+132=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #855584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855584 is #7AAA7B. Grayscale: #686868. Windows color (decimal): -8039036 or 8672645. OLE color: 8672645.
HSL color Cylindrical-coordinate representation of color #855584: hue angle of 301.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #855584 is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 85 | 132 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.48 |
| HSL | 301.25º | 0.22% | 0.43% | - |
| HSV(B) | 301.25º | 0.36% | 0.52% | - |
| XYZ | 17.09 | 13.15 | 23.47 | - |
| YUV | 104.71 | 143.4 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 132 | 0 | 0.36 | 0.01 | 0.48 | 301.25 | 0.22 | 0.43 |
| Hex | 85 | 55 | 84 | 0 | 24 | 1 | 30 | 12D | 16 | 2B |
| Octal | 205 | 125 | 204 | 0 | 44 | 1 | 60 | 455 | 26 | 53 |
| Binary | 10000101 | 1010101 | 10000100 | 0 | 100100 | 1 | 110000 | 100101101 | 10110 | 101011 |
Color Harmonies of #855584
Complementary color
Monochromatic Colors of #855584
Black with #855584
Text Example
Text Example
White with #855584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855584; }
p { color: rgb(133,85,132); }
H1.HeaderClassName
{
color: #855584;
}
.AnyTagClassName
{
color: #855584;
}
</style>
background-color css
<style>
a { background-color: #855584; }
a { background-color: rgb(133,85,132); }
div.DivClassName
{
background-color: #855584;
}
.BgClassName
{
background-color: #855584;
}
</style>
border-color css
<style>
span { border-color: #855584; }
span { border-color: rgb(133,85,132); }
td.TdClassName
{
border-color: #855584;
}
.TagClassName
{
border-color: #855584;
}
</style>