Shades of Trendy Pink #844579
Tints of Trendy Pink #844579
RGB
CMYK
RGB Variations
Color information
#844579 (or 0x844579) is known color: Trendy Pink. HEX triplet: 84, 45 and 79. RGB value is (132,69,121). Sum of RGB (Red+Green+Blue) = 132+69+121=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 121 (47.66% from 255 or 37.58% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #844579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844579 is #7BBA86. Grayscale: #5D5D5D. Windows color (decimal): -8108679 or 7947652. OLE color: 7947652.
HSL color Cylindrical-coordinate representation of color #844579: hue angle of 310.48º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #844579 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 69 | 121 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.48 |
| HSL | 310.48º | 0.31% | 0.39% | - |
| HSV(B) | 310.48º | 0.48% | 0.52% | - |
| XYZ | 15.1 | 10.54 | 19.33 | - |
| YUV | 93.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 121 | 0 | 0.48 | 0.08 | 0.48 | 310.48 | 0.31 | 0.39 |
| Hex | 84 | 45 | 79 | 0 | 30 | 8 | 30 | 136 | 1F | 27 |
| Octal | 204 | 105 | 171 | 0 | 60 | 10 | 60 | 466 | 37 | 47 |
| Binary | 10000100 | 1000101 | 1111001 | 0 | 110000 | 1000 | 110000 | 100110110 | 11111 | 100111 |
Color Harmonies of #844579
Complementary color
Monochromatic Colors of #844579
Black with #844579
Text Example
Text Example
White with #844579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844579; }
p { color: rgb(132,69,121); }
H1.HeaderClassName
{
color: #844579;
}
.AnyTagClassName
{
color: #844579;
}
</style>
background-color css
<style>
a { background-color: #844579; }
a { background-color: rgb(132,69,121); }
div.DivClassName
{
background-color: #844579;
}
.BgClassName
{
background-color: #844579;
}
</style>
border-color css
<style>
span { border-color: #844579; }
span { border-color: rgb(132,69,121); }
td.TdClassName
{
border-color: #844579;
}
.TagClassName
{
border-color: #844579;
}
</style>