Shades of Trendy Pink #83537D
Tints of Trendy Pink #83537D
RGB
CMYK
RGB Variations
Color information
#83537D (or 0x83537D) is known color: Trendy Pink. HEX triplet: 83, 53 and 7D. RGB value is (131,83,125). Sum of RGB (Red+Green+Blue) = 131+83+125=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 83 (32.81% from 255 or 24.48% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83537D is #7CAC82. Grayscale: #666666. Windows color (decimal): -8170627 or 8213379. OLE color: 8213379.
HSL color Cylindrical-coordinate representation of color #83537D: hue angle of 307.5º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #83537D is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 83 | 125 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.49 |
| HSL | 307.5º | 0.22% | 0.42% | - |
| HSV(B) | 307.5º | 0.37% | 0.51% | - |
| XYZ | 16.16 | 12.49 | 20.96 | - |
| YUV | 102.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 83 | 125 | 0 | 0.37 | 0.05 | 0.49 | 307.5 | 0.22 | 0.42 |
| Hex | 83 | 53 | 7D | 0 | 25 | 5 | 31 | 134 | 16 | 2A |
| Octal | 203 | 123 | 175 | 0 | 45 | 5 | 61 | 464 | 26 | 52 |
| Binary | 10000011 | 1010011 | 1111101 | 0 | 100101 | 101 | 110001 | 100110100 | 10110 | 101010 |
Color Harmonies of #83537D
Complementary color
Monochromatic Colors of #83537D
Black with #83537D
Text Example
Text Example
White with #83537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83537D; }
p { color: rgb(131,83,125); }
H1.HeaderClassName
{
color: #83537D;
}
.AnyTagClassName
{
color: #83537D;
}
</style>
background-color css
<style>
a { background-color: #83537D; }
a { background-color: rgb(131,83,125); }
div.DivClassName
{
background-color: #83537D;
}
.BgClassName
{
background-color: #83537D;
}
</style>
border-color css
<style>
span { border-color: #83537D; }
span { border-color: rgb(131,83,125); }
td.TdClassName
{
border-color: #83537D;
}
.TagClassName
{
border-color: #83537D;
}
</style>