Shades of Hopbush #D85B8D
Tints of Hopbush #D85B8D
RGB
CMYK
RGB Variations
Color information
#D85B8D (or 0xD85B8D) is known color: Hopbush. HEX triplet: D8, 5B and 8D. RGB value is (216,91,141). Sum of RGB (Red+Green+Blue) = 216+91+141=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B8D is #27A472. Grayscale: #868686. Windows color (decimal): -2598003 or 9264088. OLE color: 9264088.
HSL color Cylindrical-coordinate representation of color #D85B8D: hue angle of 336º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D85B8D is Cyan = 0, Magento = 0.58, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 141 | - |
| CMYK | 0 | 0.58 | 0.35 | 0.15 |
| HSL | 336º | 0.62% | 0.6% | - |
| HSV(B) | 336º | 0.58% | 0.85% | - |
| XYZ | 36.87 | 24 | 27.89 | - |
| YUV | 134.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 141 | 0 | 0.58 | 0.35 | 0.15 | 336 | 0.62 | 0.6 |
| Hex | D8 | 5B | 8D | 0 | 3A | 23 | F | 150 | 3E | 3C |
| Octal | 330 | 133 | 215 | 0 | 72 | 43 | 17 | 520 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10001101 | 0 | 111010 | 100011 | 1111 | 101010000 | 111110 | 111100 |
Color Harmonies of #D85B8D
Complementary color
Monochromatic Colors of #D85B8D
Black with #D85B8D
Text Example
Text Example
White with #D85B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B8D; }
p { color: rgb(216,91,141); }
H1.HeaderClassName
{
color: #D85B8D;
}
.AnyTagClassName
{
color: #D85B8D;
}
</style>
background-color css
<style>
a { background-color: #D85B8D; }
a { background-color: rgb(216,91,141); }
div.DivClassName
{
background-color: #D85B8D;
}
.BgClassName
{
background-color: #D85B8D;
}
</style>
border-color css
<style>
span { border-color: #D85B8D; }
span { border-color: rgb(216,91,141); }
td.TdClassName
{
border-color: #D85B8D;
}
.TagClassName
{
border-color: #D85B8D;
}
</style>