Shades of Trendy Pink #856583
Tints of Trendy Pink #856583
RGB
CMYK
RGB Variations
Color information
#856583 (or 0x856583) is known color: Trendy Pink. HEX triplet: 85, 65 and 83. RGB value is (133,101,131). Sum of RGB (Red+Green+Blue) = 133+101+131=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 133 - color contains mainly: red. Hex color #856583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856583 is #7A9A7C. Grayscale: #717171. Windows color (decimal): -8034941 or 8611205. OLE color: 8611205.
HSL color Cylindrical-coordinate representation of color #856583: hue angle of 303.75º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856583 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 131 | - |
| CMYK | 0 | 0.24 | 0.02 | 0.48 |
| HSL | 303.75º | 0.14% | 0.46% | - |
| HSV(B) | 303.75º | 0.24% | 0.52% | - |
| XYZ | 18.42 | 15.93 | 23.58 | - |
| YUV | 113.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 131 | 0 | 0.24 | 0.02 | 0.48 | 303.75 | 0.14 | 0.46 |
| Hex | 85 | 65 | 83 | 0 | 18 | 2 | 30 | 130 | E | 2E |
| Octal | 205 | 145 | 203 | 0 | 30 | 2 | 60 | 460 | 16 | 56 |
| Binary | 10000101 | 1100101 | 10000011 | 0 | 11000 | 10 | 110000 | 100110000 | 1110 | 101110 |
Color Harmonies of #856583
Complementary color
Monochromatic Colors of #856583
Black with #856583
Text Example
Text Example
White with #856583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856583; }
p { color: rgb(133,101,131); }
H1.HeaderClassName
{
color: #856583;
}
.AnyTagClassName
{
color: #856583;
}
</style>
background-color css
<style>
a { background-color: #856583; }
a { background-color: rgb(133,101,131); }
div.DivClassName
{
background-color: #856583;
}
.BgClassName
{
background-color: #856583;
}
</style>
border-color css
<style>
span { border-color: #856583; }
span { border-color: rgb(133,101,131); }
td.TdClassName
{
border-color: #856583;
}
.TagClassName
{
border-color: #856583;
}
</style>