Shades of Trendy Pink #856382
Tints of Trendy Pink #856382
RGB
CMYK
RGB Variations
Color information
#856382 (or 0x856382) is known color: Trendy Pink. HEX triplet: 85, 63 and 82. RGB value is (133,99,130). Sum of RGB (Red+Green+Blue) = 133+99+130=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 133 - color contains mainly: red. Hex color #856382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856382 is #7A9C7D. Grayscale: #707070. Windows color (decimal): -8035454 or 8545157. OLE color: 8545157.
HSL color Cylindrical-coordinate representation of color #856382: hue angle of 305.29º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856382 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 99 | 130 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.48 |
| HSL | 305.29º | 0.15% | 0.45% | - |
| HSV(B) | 305.29º | 0.26% | 0.52% | - |
| XYZ | 18.16 | 15.52 | 23.16 | - |
| YUV | 112.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 130 | 0 | 0.26 | 0.02 | 0.48 | 305.29 | 0.15 | 0.45 |
| Hex | 85 | 63 | 82 | 0 | 1A | 2 | 30 | 131 | F | 2D |
| Octal | 205 | 143 | 202 | 0 | 32 | 2 | 60 | 461 | 17 | 55 |
| Binary | 10000101 | 1100011 | 10000010 | 0 | 11010 | 10 | 110000 | 100110001 | 1111 | 101101 |
Color Harmonies of #856382
Complementary color
Monochromatic Colors of #856382
Black with #856382
Text Example
Text Example
White with #856382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856382; }
p { color: rgb(133,99,130); }
H1.HeaderClassName
{
color: #856382;
}
.AnyTagClassName
{
color: #856382;
}
</style>
background-color css
<style>
a { background-color: #856382; }
a { background-color: rgb(133,99,130); }
div.DivClassName
{
background-color: #856382;
}
.BgClassName
{
background-color: #856382;
}
</style>
border-color css
<style>
span { border-color: #856382; }
span { border-color: rgb(133,99,130); }
td.TdClassName
{
border-color: #856382;
}
.TagClassName
{
border-color: #856382;
}
</style>