Shades of Trendy Pink #84437C
Tints of Trendy Pink #84437C
RGB
CMYK
RGB Variations
Color information
#84437C (or 0x84437C) is known color: Trendy Pink. HEX triplet: 84, 43 and 7C. RGB value is (132,67,124). Sum of RGB (Red+Green+Blue) = 132+67+124=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84437C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84437C is #7BBC83. Grayscale: #5C5C5C. Windows color (decimal): -8109188 or 8143748. OLE color: 8143748.
HSL color Cylindrical-coordinate representation of color #84437C: hue angle of 307.38º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #84437C is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 67 | 124 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.48 |
| HSL | 307.38º | 0.33% | 0.39% | - |
| HSV(B) | 307.38º | 0.49% | 0.52% | - |
| XYZ | 15.16 | 10.38 | 20.27 | - |
| YUV | 92.93 | 145.53 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 67 | 124 | 0 | 0.49 | 0.06 | 0.48 | 307.38 | 0.33 | 0.39 |
| Hex | 84 | 43 | 7C | 0 | 31 | 6 | 30 | 133 | 21 | 27 |
| Octal | 204 | 103 | 174 | 0 | 61 | 6 | 60 | 463 | 41 | 47 |
| Binary | 10000100 | 1000011 | 1111100 | 0 | 110001 | 110 | 110000 | 100110011 | 100001 | 100111 |
Color Harmonies of #84437C
Complementary color
Monochromatic Colors of #84437C
Black with #84437C
Text Example
Text Example
White with #84437C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84437C; }
p { color: rgb(132,67,124); }
H1.HeaderClassName
{
color: #84437C;
}
.AnyTagClassName
{
color: #84437C;
}
</style>
background-color css
<style>
a { background-color: #84437C; }
a { background-color: rgb(132,67,124); }
div.DivClassName
{
background-color: #84437C;
}
.BgClassName
{
background-color: #84437C;
}
</style>
border-color css
<style>
span { border-color: #84437C; }
span { border-color: rgb(132,67,124); }
td.TdClassName
{
border-color: #84437C;
}
.TagClassName
{
border-color: #84437C;
}
</style>