Shades of Hopbush #D85B8F
Tints of Hopbush #D85B8F
RGB
CMYK
RGB Variations
Color information
#D85B8F (or 0xD85B8F) is known color: Hopbush. HEX triplet: D8, 5B and 8F. RGB value is (216,91,143). Sum of RGB (Red+Green+Blue) = 216+91+143=450 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B8F is #27A470. Grayscale: #868686. Windows color (decimal): -2598001 or 9395160. OLE color: 9395160.
HSL color Cylindrical-coordinate representation of color #D85B8F: hue angle of 335.04º 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 #D85B8F is Cyan = 0, Magento = 0.58, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 143 | - |
| CMYK | 0 | 0.58 | 0.34 | 0.15 |
| HSL | 335.04º | 0.62% | 0.6% | - |
| HSV(B) | 335.04º | 0.58% | 0.85% | - |
| XYZ | 37.02 | 24.06 | 28.68 | - |
| YUV | 134.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 143 | 0 | 0.58 | 0.34 | 0.15 | 335.04 | 0.62 | 0.6 |
| Hex | D8 | 5B | 8F | 0 | 3A | 22 | F | 14F | 3E | 3C |
| Octal | 330 | 133 | 217 | 0 | 72 | 42 | 17 | 517 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10001111 | 0 | 111010 | 100010 | 1111 | 101001111 | 111110 | 111100 |
Color Harmonies of #D85B8F
Complementary color
Monochromatic Colors of #D85B8F
Black with #D85B8F
Text Example
Text Example
White with #D85B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B8F; }
p { color: rgb(216,91,143); }
H1.HeaderClassName
{
color: #D85B8F;
}
.AnyTagClassName
{
color: #D85B8F;
}
</style>
background-color css
<style>
a { background-color: #D85B8F; }
a { background-color: rgb(216,91,143); }
div.DivClassName
{
background-color: #D85B8F;
}
.BgClassName
{
background-color: #D85B8F;
}
</style>
border-color css
<style>
span { border-color: #D85B8F; }
span { border-color: rgb(216,91,143); }
td.TdClassName
{
border-color: #D85B8F;
}
.TagClassName
{
border-color: #D85B8F;
}
</style>