Shades of Trendy Pink #854D7A
Tints of Trendy Pink #854D7A
RGB
CMYK
RGB Variations
Color information
#854D7A (or 0x854D7A) is known color: Trendy Pink. HEX triplet: 85, 4D and 7A. RGB value is (133,77,122). Sum of RGB (Red+Green+Blue) = 133+77+122=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #854D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D7A is #7AB285. Grayscale: #626262. Windows color (decimal): -8041094 or 8015237. OLE color: 8015237.
HSL color Cylindrical-coordinate representation of color #854D7A: hue angle of 311.79º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #854D7A is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 77 | 122 | - |
| CMYK | 0 | 0.42 | 0.08 | 0.48 |
| HSL | 311.79º | 0.27% | 0.41% | - |
| HSV(B) | 311.79º | 0.42% | 0.52% | - |
| XYZ | 15.84 | 11.7 | 19.84 | - |
| YUV | 98.87 | 141.05 | 152.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 77 | 122 | 0 | 0.42 | 0.08 | 0.48 | 311.79 | 0.27 | 0.41 |
| Hex | 85 | 4D | 7A | 0 | 2A | 8 | 30 | 138 | 1B | 29 |
| Octal | 205 | 115 | 172 | 0 | 52 | 10 | 60 | 470 | 33 | 51 |
| Binary | 10000101 | 1001101 | 1111010 | 0 | 101010 | 1000 | 110000 | 100111000 | 11011 | 101001 |
Color Harmonies of #854D7A
Complementary color
Monochromatic Colors of #854D7A
Black with #854D7A
Text Example
Text Example
White with #854D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854D7A; }
p { color: rgb(133,77,122); }
H1.HeaderClassName
{
color: #854D7A;
}
.AnyTagClassName
{
color: #854D7A;
}
</style>
background-color css
<style>
a { background-color: #854D7A; }
a { background-color: rgb(133,77,122); }
div.DivClassName
{
background-color: #854D7A;
}
.BgClassName
{
background-color: #854D7A;
}
</style>
border-color css
<style>
span { border-color: #854D7A; }
span { border-color: rgb(133,77,122); }
td.TdClassName
{
border-color: #854D7A;
}
.TagClassName
{
border-color: #854D7A;
}
</style>