Shades of Trendy Pink #825285
Tints of Trendy Pink #825285
RGB
CMYK
RGB Variations
Color information
#825285 (or 0x825285) is known color: Trendy Pink. HEX triplet: 82, 52 and 85. RGB value is (130,82,133). Sum of RGB (Red+Green+Blue) = 130+82+133=345 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.68% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #825285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825285 is #7DAD7A. Grayscale: #666666. Windows color (decimal): -8236411 or 8737410. OLE color: 8737410.
HSL color Cylindrical-coordinate representation of color #825285: hue angle of 296.47º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825285 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 82 | 133 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.48 |
| HSL | 296.47º | 0.24% | 0.42% | - |
| HSV(B) | 296.47º | 0.38% | 0.52% | - |
| XYZ | 16.46 | 12.47 | 23.73 | - |
| YUV | 102.17 | 145.4 | 147.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 82 | 133 | 0.02 | 0.38 | 0 | 0.48 | 296.47 | 0.24 | 0.42 |
| Hex | 82 | 52 | 85 | 2 | 26 | 0 | 30 | 128 | 18 | 2A |
| Octal | 202 | 122 | 205 | 2 | 46 | 0 | 60 | 450 | 30 | 52 |
| Binary | 10000010 | 1010010 | 10000101 | 10 | 100110 | 0 | 110000 | 100101000 | 11000 | 101010 |
Color Harmonies of #825285
Complementary color
Monochromatic Colors of #825285
Black with #825285
Text Example
Text Example
White with #825285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825285; }
p { color: rgb(130,82,133); }
H1.HeaderClassName
{
color: #825285;
}
.AnyTagClassName
{
color: #825285;
}
</style>
background-color css
<style>
a { background-color: #825285; }
a { background-color: rgb(130,82,133); }
div.DivClassName
{
background-color: #825285;
}
.BgClassName
{
background-color: #825285;
}
</style>
border-color css
<style>
span { border-color: #825285; }
span { border-color: rgb(130,82,133); }
td.TdClassName
{
border-color: #825285;
}
.TagClassName
{
border-color: #825285;
}
</style>