Shades of Trendy Pink #854379
Tints of Trendy Pink #854379
RGB
CMYK
RGB Variations
Color information
#854379 (or 0x854379) is known color: Trendy Pink. HEX triplet: 85, 43 and 79. RGB value is (133,67,121). Sum of RGB (Red+Green+Blue) = 133+67+121=321 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.43% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 121 (47.66% from 255 or 37.69% from 321); Max value from RGB is 133 - color contains mainly: red. Hex color #854379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854379 is #7ABC86. Grayscale: #5C5C5C. Windows color (decimal): -8043655 or 7947141. OLE color: 7947141.
HSL color Cylindrical-coordinate representation of color #854379: hue angle of 310.91º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #854379 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 67 | 121 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.48 |
| HSL | 310.91º | 0.33% | 0.39% | - |
| HSV(B) | 310.91º | 0.5% | 0.52% | - |
| XYZ | 15.13 | 10.38 | 19.3 | - |
| YUV | 92.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 67 | 121 | 0 | 0.50 | 0.09 | 0.48 | 310.91 | 0.33 | 0.39 |
| Hex | 85 | 43 | 79 | 0 | 32 | 9 | 30 | 137 | 21 | 27 |
| Octal | 205 | 103 | 171 | 0 | 62 | 11 | 60 | 467 | 41 | 47 |
| Binary | 10000101 | 1000011 | 1111001 | 0 | 110010 | 1001 | 110000 | 100110111 | 100001 | 100111 |
Color Harmonies of #854379
Complementary color
Monochromatic Colors of #854379
Black with #854379
Text Example
Text Example
White with #854379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #854379; }
p { color: rgb(133,67,121); }
H1.HeaderClassName
{
color: #854379;
}
.AnyTagClassName
{
color: #854379;
}
</style>
background-color css
<style>
a { background-color: #854379; }
a { background-color: rgb(133,67,121); }
div.DivClassName
{
background-color: #854379;
}
.BgClassName
{
background-color: #854379;
}
</style>
border-color css
<style>
span { border-color: #854379; }
span { border-color: rgb(133,67,121); }
td.TdClassName
{
border-color: #854379;
}
.TagClassName
{
border-color: #854379;
}
</style>