Shades of Trendy Pink #825385
Tints of Trendy Pink #825385
RGB
CMYK
RGB Variations
Color information
#825385 (or 0x825385) is known color: Trendy Pink. HEX triplet: 82, 53 and 85. RGB value is (130,83,133). Sum of RGB (Red+Green+Blue) = 130+83+133=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #825385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825385 is #7DAC7A. Grayscale: #666666. Windows color (decimal): -8236155 or 8737666. OLE color: 8737666.
HSL color Cylindrical-coordinate representation of color #825385: hue angle of 296.4º degrees, saturation: 0.23, 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 #825385 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 130 | 83 | 133 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.48 |
| HSL | 296.4º | 0.23% | 0.42% | - |
| HSV(B) | 296.4º | 0.38% | 0.52% | - |
| XYZ | 16.53 | 12.63 | 23.76 | - |
| YUV | 102.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 83 | 133 | 0.02 | 0.38 | 0 | 0.48 | 296.4 | 0.23 | 0.42 |
| Hex | 82 | 53 | 85 | 2 | 26 | 0 | 30 | 128 | 17 | 2A |
| Octal | 202 | 123 | 205 | 2 | 46 | 0 | 60 | 450 | 27 | 52 |
| Binary | 10000010 | 1010011 | 10000101 | 10 | 100110 | 0 | 110000 | 100101000 | 10111 | 101010 |
Color Harmonies of #825385
Complementary color
Monochromatic Colors of #825385
Black with #825385
Text Example
Text Example
White with #825385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825385; }
p { color: rgb(130,83,133); }
H1.HeaderClassName
{
color: #825385;
}
.AnyTagClassName
{
color: #825385;
}
</style>
background-color css
<style>
a { background-color: #825385; }
a { background-color: rgb(130,83,133); }
div.DivClassName
{
background-color: #825385;
}
.BgClassName
{
background-color: #825385;
}
</style>
border-color css
<style>
span { border-color: #825385; }
span { border-color: rgb(130,83,133); }
td.TdClassName
{
border-color: #825385;
}
.TagClassName
{
border-color: #825385;
}
</style>