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