Shades of Trendy Pink #83447E
Tints of Trendy Pink #83447E
RGB
CMYK
RGB Variations
Color information
#83447E (or 0x83447E) is known color: Trendy Pink. HEX triplet: 83, 44 and 7E. RGB value is (131,68,126). Sum of RGB (Red+Green+Blue) = 131+68+126=325 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.31% from 325); Green value is 68 (26.95% from 255 or 20.92% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 131 - color contains mainly: red. Hex color #83447E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #83447E is #7CBB81. Grayscale: #5D5D5D. Windows color (decimal): -8174466 or 8275075. OLE color: 8275075.
HSL color Cylindrical-coordinate representation of color #83447E: hue angle of 304.76º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #83447E is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 68 | 126 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.49 |
| HSL | 304.76º | 0.32% | 0.39% | - |
| HSV(B) | 304.76º | 0.48% | 0.51% | - |
| XYZ | 15.19 | 10.47 | 20.96 | - |
| YUV | 93.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 68 | 126 | 0 | 0.48 | 0.04 | 0.49 | 304.76 | 0.32 | 0.39 |
| Hex | 83 | 44 | 7E | 0 | 30 | 4 | 31 | 131 | 20 | 27 |
| Octal | 203 | 104 | 176 | 0 | 60 | 4 | 61 | 461 | 40 | 47 |
| Binary | 10000011 | 1000100 | 1111110 | 0 | 110000 | 100 | 110001 | 100110001 | 100000 | 100111 |
Color Harmonies of #83447E
Complementary color
Monochromatic Colors of #83447E
Black with #83447E
Text Example
Text Example
White with #83447E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83447E; }
p { color: rgb(131,68,126); }
H1.HeaderClassName
{
color: #83447E;
}
.AnyTagClassName
{
color: #83447E;
}
</style>
background-color css
<style>
a { background-color: #83447E; }
a { background-color: rgb(131,68,126); }
div.DivClassName
{
background-color: #83447E;
}
.BgClassName
{
background-color: #83447E;
}
</style>
border-color css
<style>
span { border-color: #83447E; }
span { border-color: rgb(131,68,126); }
td.TdClassName
{
border-color: #83447E;
}
.TagClassName
{
border-color: #83447E;
}
</style>