Shades of Trendy Pink #825D84
Tints of Trendy Pink #825D84
RGB
CMYK
RGB Variations
Color information
#825D84 (or 0x825D84) is known color: Trendy Pink. HEX triplet: 82, 5D and 84. RGB value is (130,93,132). Sum of RGB (Red+Green+Blue) = 130+93+132=355 (47% of max value = 765). Red value is 130 (51.17% from 255 or 36.62% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 132 (51.95% from 255 or 37.18% from 355); Max value from RGB is 132 - color contains mainly: blue. Hex color #825D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825D84 is #7DA27B. Grayscale: #6C6C6C. Windows color (decimal): -8233596 or 8674690. OLE color: 8674690.
HSL color Cylindrical-coordinate representation of color #825D84: hue angle of 296.92º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825D84 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 93 | 132 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.48 |
| HSL | 296.92º | 0.17% | 0.44% | - |
| HSV(B) | 296.92º | 0.3% | 0.52% | - |
| XYZ | 17.29 | 14.24 | 23.67 | - |
| YUV | 108.51 | 141.26 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 132 | 0.02 | 0.30 | 0 | 0.48 | 296.92 | 0.17 | 0.44 |
| Hex | 82 | 5D | 84 | 2 | 1E | 0 | 30 | 129 | 11 | 2C |
| Octal | 202 | 135 | 204 | 2 | 36 | 0 | 60 | 451 | 21 | 54 |
| Binary | 10000010 | 1011101 | 10000100 | 10 | 11110 | 0 | 110000 | 100101001 | 10001 | 101100 |
Color Harmonies of #825D84
Complementary color
Monochromatic Colors of #825D84
Black with #825D84
Text Example
Text Example
White with #825D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D84; }
p { color: rgb(130,93,132); }
H1.HeaderClassName
{
color: #825D84;
}
.AnyTagClassName
{
color: #825D84;
}
</style>
background-color css
<style>
a { background-color: #825D84; }
a { background-color: rgb(130,93,132); }
div.DivClassName
{
background-color: #825D84;
}
.BgClassName
{
background-color: #825D84;
}
</style>
border-color css
<style>
span { border-color: #825D84; }
span { border-color: rgb(130,93,132); }
td.TdClassName
{
border-color: #825D84;
}
.TagClassName
{
border-color: #825D84;
}
</style>