Shades of Hopbush #D85B9E
Tints of Hopbush #D85B9E
RGB
CMYK
RGB Variations
Color information
#D85B9E (or 0xD85B9E) is known color: Hopbush. HEX triplet: D8, 5B and 9E. RGB value is (216,91,158). Sum of RGB (Red+Green+Blue) = 216+91+158=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 91 (35.94% from 255 or 19.57% from 465); Blue value is 158 (62.11% from 255 or 33.98% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B9E is #27A461. Grayscale: #878787. Windows color (decimal): -2597986 or 10378200. OLE color: 10378200.
HSL color Cylindrical-coordinate representation of color #D85B9E: hue angle of 327.84º 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 #D85B9E is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 158 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.15 |
| HSL | 327.84º | 0.62% | 0.6% | - |
| HSV(B) | 327.84º | 0.58% | 0.85% | - |
| XYZ | 38.23 | 24.55 | 35.07 | - |
| YUV | 136.01 | 140.41 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 158 | 0 | 0.58 | 0.27 | 0.15 | 327.84 | 0.62 | 0.6 |
| Hex | D8 | 5B | 9E | 0 | 3A | 1B | F | 148 | 3E | 3C |
| Octal | 330 | 133 | 236 | 0 | 72 | 33 | 17 | 510 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10011110 | 0 | 111010 | 11011 | 1111 | 101001000 | 111110 | 111100 |
Color Harmonies of #D85B9E
Complementary color
Monochromatic Colors of #D85B9E
Black with #D85B9E
Text Example
Text Example
White with #D85B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B9E; }
p { color: rgb(216,91,158); }
H1.HeaderClassName
{
color: #D85B9E;
}
.AnyTagClassName
{
color: #D85B9E;
}
</style>
background-color css
<style>
a { background-color: #D85B9E; }
a { background-color: rgb(216,91,158); }
div.DivClassName
{
background-color: #D85B9E;
}
.BgClassName
{
background-color: #D85B9E;
}
</style>
border-color css
<style>
span { border-color: #D85B9E; }
span { border-color: rgb(216,91,158); }
td.TdClassName
{
border-color: #D85B9E;
}
.TagClassName
{
border-color: #D85B9E;
}
</style>