Shades of Hopbush #D85C8D
Tints of Hopbush #D85C8D
RGB
CMYK
RGB Variations
Color information
#D85C8D (or 0xD85C8D) is known color: Hopbush. HEX triplet: D8, 5C and 8D. RGB value is (216,92,141). Sum of RGB (Red+Green+Blue) = 216+92+141=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 92 (36.33% from 255 or 20.49% from 449); Blue value is 141 (55.47% from 255 or 31.40% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85C8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85C8D is #27A372. Grayscale: #868686. Windows color (decimal): -2597747 or 9264344. OLE color: 9264344.
HSL color Cylindrical-coordinate representation of color #D85C8D: hue angle of 336.29º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85C8D is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 92 | 141 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.15 |
| HSL | 336.29º | 0.61% | 0.6% | - |
| HSV(B) | 336.29º | 0.57% | 0.85% | - |
| XYZ | 36.95 | 24.18 | 27.92 | - |
| YUV | 134.66 | 131.58 | 186.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 92 | 141 | 0 | 0.57 | 0.35 | 0.15 | 336.29 | 0.61 | 0.6 |
| Hex | D8 | 5C | 8D | 0 | 39 | 23 | F | 150 | 3D | 3C |
| Octal | 330 | 134 | 215 | 0 | 71 | 43 | 17 | 520 | 75 | 74 |
| Binary | 11011000 | 1011100 | 10001101 | 0 | 111001 | 100011 | 1111 | 101010000 | 111101 | 111100 |
Color Harmonies of #D85C8D
Complementary color
Monochromatic Colors of #D85C8D
Black with #D85C8D
Text Example
Text Example
White with #D85C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85C8D; }
p { color: rgb(216,92,141); }
H1.HeaderClassName
{
color: #D85C8D;
}
.AnyTagClassName
{
color: #D85C8D;
}
</style>
background-color css
<style>
a { background-color: #D85C8D; }
a { background-color: rgb(216,92,141); }
div.DivClassName
{
background-color: #D85C8D;
}
.BgClassName
{
background-color: #D85C8D;
}
</style>
border-color css
<style>
span { border-color: #D85C8D; }
span { border-color: rgb(216,92,141); }
td.TdClassName
{
border-color: #D85C8D;
}
.TagClassName
{
border-color: #D85C8D;
}
</style>