Shades of Trendy Pink #844D83
Tints of Trendy Pink #844D83
RGB
CMYK
RGB Variations
Color information
#844D83 (or 0x844D83) is known color: Trendy Pink. HEX triplet: 84, 4D and 83. RGB value is (132,77,131). Sum of RGB (Red+Green+Blue) = 132+77+131=340 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.82% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 132 - color contains mainly: red. Hex color #844D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #844D83 is #7BB27C. Grayscale: #636363. Windows color (decimal): -8106621 or 8605060. OLE color: 8605060.
HSL color Cylindrical-coordinate representation of color #844D83: hue angle of 301.09º degrees, saturation: 0.26, 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 #844D83 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 77 | 131 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.48 |
| HSL | 301.09º | 0.26% | 0.41% | - |
| HSV(B) | 301.09º | 0.42% | 0.52% | - |
| XYZ | 16.27 | 11.85 | 22.9 | - |
| YUV | 99.6 | 145.72 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 77 | 131 | 0 | 0.42 | 0.01 | 0.48 | 301.09 | 0.26 | 0.41 |
| Hex | 84 | 4D | 83 | 0 | 2A | 1 | 30 | 12D | 1A | 29 |
| Octal | 204 | 115 | 203 | 0 | 52 | 1 | 60 | 455 | 32 | 51 |
| Binary | 10000100 | 1001101 | 10000011 | 0 | 101010 | 1 | 110000 | 100101101 | 11010 | 101001 |
Color Harmonies of #844D83
Complementary color
Monochromatic Colors of #844D83
Black with #844D83
Text Example
Text Example
White with #844D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #844D83; }
p { color: rgb(132,77,131); }
H1.HeaderClassName
{
color: #844D83;
}
.AnyTagClassName
{
color: #844D83;
}
</style>
background-color css
<style>
a { background-color: #844D83; }
a { background-color: rgb(132,77,131); }
div.DivClassName
{
background-color: #844D83;
}
.BgClassName
{
background-color: #844D83;
}
</style>
border-color css
<style>
span { border-color: #844D83; }
span { border-color: rgb(132,77,131); }
td.TdClassName
{
border-color: #844D83;
}
.TagClassName
{
border-color: #844D83;
}
</style>