Shades of Trendy Pink #856384
Tints of Trendy Pink #856384
RGB
CMYK
RGB Variations
Color information
#856384 (or 0x856384) is known color: Trendy Pink. HEX triplet: 85, 63 and 84. RGB value is (133,99,132). Sum of RGB (Red+Green+Blue) = 133+99+132=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 132 (51.95% from 255 or 36.26% from 364); Max value from RGB is 133 - color contains mainly: red. Hex color #856384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856384 is #7A9C7B. Grayscale: #707070. Windows color (decimal): -8035452 or 8676229. OLE color: 8676229.
HSL color Cylindrical-coordinate representation of color #856384: hue angle of 301.76º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856384 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 132 | - |
| CMYK | 0 | 0.26 | 0.01 | 0.48 |
| HSL | 301.76º | 0.15% | 0.45% | - |
| HSV(B) | 301.76º | 0.26% | 0.52% | - |
| XYZ | 18.3 | 15.58 | 23.87 | - |
| YUV | 112.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 132 | 0 | 0.26 | 0.01 | 0.48 | 301.76 | 0.15 | 0.45 |
| Hex | 85 | 63 | 84 | 0 | 1A | 1 | 30 | 12E | F | 2D |
| Octal | 205 | 143 | 204 | 0 | 32 | 1 | 60 | 456 | 17 | 55 |
| Binary | 10000101 | 1100011 | 10000100 | 0 | 11010 | 1 | 110000 | 100101110 | 1111 | 101101 |
Color Harmonies of #856384
Complementary color
Monochromatic Colors of #856384
Black with #856384
Text Example
Text Example
White with #856384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856384; }
p { color: rgb(133,99,132); }
H1.HeaderClassName
{
color: #856384;
}
.AnyTagClassName
{
color: #856384;
}
</style>
background-color css
<style>
a { background-color: #856384; }
a { background-color: rgb(133,99,132); }
div.DivClassName
{
background-color: #856384;
}
.BgClassName
{
background-color: #856384;
}
</style>
border-color css
<style>
span { border-color: #856384; }
span { border-color: rgb(133,99,132); }
td.TdClassName
{
border-color: #856384;
}
.TagClassName
{
border-color: #856384;
}
</style>