Shades of Trendy Pink #85407D
Tints of Trendy Pink #85407D
RGB
CMYK
RGB Variations
Color information
#85407D (or 0x85407D) is known color: Trendy Pink. HEX triplet: 85, 40 and 7D. RGB value is (133,64,125). Sum of RGB (Red+Green+Blue) = 133+64+125=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 125 (49.22% from 255 or 38.82% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85407D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85407D is #7ABF82. Grayscale: #5B5B5B. Windows color (decimal): -8044419 or 8208517. OLE color: 8208517.
HSL color Cylindrical-coordinate representation of color #85407D: hue angle of 306.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #85407D is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 64 | 125 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.48 |
| HSL | 306.96º | 0.35% | 0.39% | - |
| HSV(B) | 306.96º | 0.52% | 0.52% | - |
| XYZ | 15.21 | 10.13 | 20.56 | - |
| YUV | 91.59 | 146.86 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 64 | 125 | 0 | 0.52 | 0.06 | 0.48 | 306.96 | 0.35 | 0.39 |
| Hex | 85 | 40 | 7D | 0 | 34 | 6 | 30 | 133 | 23 | 27 |
| Octal | 205 | 100 | 175 | 0 | 64 | 6 | 60 | 463 | 43 | 47 |
| Binary | 10000101 | 1000000 | 1111101 | 0 | 110100 | 110 | 110000 | 100110011 | 100011 | 100111 |
Color Harmonies of #85407D
Complementary color
Monochromatic Colors of #85407D
Black with #85407D
Text Example
Text Example
White with #85407D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85407D; }
p { color: rgb(133,64,125); }
H1.HeaderClassName
{
color: #85407D;
}
.AnyTagClassName
{
color: #85407D;
}
</style>
background-color css
<style>
a { background-color: #85407D; }
a { background-color: rgb(133,64,125); }
div.DivClassName
{
background-color: #85407D;
}
.BgClassName
{
background-color: #85407D;
}
</style>
border-color css
<style>
span { border-color: #85407D; }
span { border-color: rgb(133,64,125); }
td.TdClassName
{
border-color: #85407D;
}
.TagClassName
{
border-color: #85407D;
}
</style>