Shades of Hopbush #D85BA8
Tints of Hopbush #D85BA8
RGB
CMYK
RGB Variations
Color information
#D85BA8 (or 0xD85BA8) is known color: Hopbush. HEX triplet: D8, 5B and A8. RGB value is (216,91,168). Sum of RGB (Red+Green+Blue) = 216+91+168=475 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.47% from 475); Green value is 91 (35.94% from 255 or 19.16% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BA8 is #27A457. Grayscale: #888888. Windows color (decimal): -2597976 or 11033560. OLE color: 11033560.
HSL color Cylindrical-coordinate representation of color #D85BA8: hue angle of 323.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 #D85BA8 is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 168 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.15 |
| HSL | 323.04º | 0.62% | 0.6% | - |
| HSV(B) | 323.04º | 0.58% | 0.85% | - |
| XYZ | 39.13 | 24.91 | 39.79 | - |
| YUV | 137.15 | 145.41 | 184.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 168 | 0 | 0.58 | 0.22 | 0.15 | 323.04 | 0.62 | 0.6 |
| Hex | D8 | 5B | A8 | 0 | 3A | 16 | F | 143 | 3E | 3C |
| Octal | 330 | 133 | 250 | 0 | 72 | 26 | 17 | 503 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10101000 | 0 | 111010 | 10110 | 1111 | 101000011 | 111110 | 111100 |
Color Harmonies of #D85BA8
Complementary color
Monochromatic Colors of #D85BA8
Black with #D85BA8
Text Example
Text Example
White with #D85BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BA8; }
p { color: rgb(216,91,168); }
H1.HeaderClassName
{
color: #D85BA8;
}
.AnyTagClassName
{
color: #D85BA8;
}
</style>
background-color css
<style>
a { background-color: #D85BA8; }
a { background-color: rgb(216,91,168); }
div.DivClassName
{
background-color: #D85BA8;
}
.BgClassName
{
background-color: #D85BA8;
}
</style>
border-color css
<style>
span { border-color: #D85BA8; }
span { border-color: rgb(216,91,168); }
td.TdClassName
{
border-color: #D85BA8;
}
.TagClassName
{
border-color: #D85BA8;
}
</style>