Shades of Trendy Pink #855383
Tints of Trendy Pink #855383
RGB
CMYK
RGB Variations
Color information
#855383 (or 0x855383) is known color: Trendy Pink. HEX triplet: 85, 53 and 83. RGB value is (133,83,131). Sum of RGB (Red+Green+Blue) = 133+83+131=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #855383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855383 is #7AAC7C. Grayscale: #676767. Windows color (decimal): -8039549 or 8606597. OLE color: 8606597.
HSL color Cylindrical-coordinate representation of color #855383: hue angle of 302.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 #855383 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 131 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.48 |
| HSL | 302.4º | 0.23% | 0.42% | - |
| HSV(B) | 302.4º | 0.38% | 0.52% | - |
| XYZ | 16.86 | 12.81 | 23.06 | - |
| YUV | 103.42 | 143.57 | 149.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 131 | 0 | 0.38 | 0.02 | 0.48 | 302.4 | 0.23 | 0.42 |
| Hex | 85 | 53 | 83 | 0 | 26 | 2 | 30 | 12E | 17 | 2A |
| Octal | 205 | 123 | 203 | 0 | 46 | 2 | 60 | 456 | 27 | 52 |
| Binary | 10000101 | 1010011 | 10000011 | 0 | 100110 | 10 | 110000 | 100101110 | 10111 | 101010 |
Color Harmonies of #855383
Complementary color
Monochromatic Colors of #855383
Black with #855383
Text Example
Text Example
White with #855383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855383; }
p { color: rgb(133,83,131); }
H1.HeaderClassName
{
color: #855383;
}
.AnyTagClassName
{
color: #855383;
}
</style>
background-color css
<style>
a { background-color: #855383; }
a { background-color: rgb(133,83,131); }
div.DivClassName
{
background-color: #855383;
}
.BgClassName
{
background-color: #855383;
}
</style>
border-color css
<style>
span { border-color: #855383; }
span { border-color: rgb(133,83,131); }
td.TdClassName
{
border-color: #855383;
}
.TagClassName
{
border-color: #855383;
}
</style>