Shades of Hopbush #D85894
Tints of Hopbush #D85894
RGB
CMYK
RGB Variations
Color information
#D85894 (or 0xD85894) is known color: Hopbush. HEX triplet: D8, 58 and 94. RGB value is (216,88,148). Sum of RGB (Red+Green+Blue) = 216+88+148=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 148 (58.20% from 255 or 32.74% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D85894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85894 is #27A76B. Grayscale: #858585. Windows color (decimal): -2598764 or 9722072. OLE color: 9722072.
HSL color Cylindrical-coordinate representation of color #D85894: hue angle of 331.88º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D85894 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 148 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.15 |
| HSL | 331.88º | 0.62% | 0.6% | - |
| HSV(B) | 331.88º | 0.59% | 0.85% | - |
| XYZ | 37.15 | 23.72 | 30.64 | - |
| YUV | 133.11 | 136.41 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 148 | 0 | 0.59 | 0.31 | 0.15 | 331.88 | 0.62 | 0.6 |
| Hex | D8 | 58 | 94 | 0 | 3B | 1F | F | 14C | 3E | 3C |
| Octal | 330 | 130 | 224 | 0 | 73 | 37 | 17 | 514 | 76 | 74 |
| Binary | 11011000 | 1011000 | 10010100 | 0 | 111011 | 11111 | 1111 | 101001100 | 111110 | 111100 |
Color Harmonies of #D85894
Complementary color
Monochromatic Colors of #D85894
Black with #D85894
Text Example
Text Example
White with #D85894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85894; }
p { color: rgb(216,88,148); }
H1.HeaderClassName
{
color: #D85894;
}
.AnyTagClassName
{
color: #D85894;
}
</style>
background-color css
<style>
a { background-color: #D85894; }
a { background-color: rgb(216,88,148); }
div.DivClassName
{
background-color: #D85894;
}
.BgClassName
{
background-color: #D85894;
}
</style>
border-color css
<style>
span { border-color: #D85894; }
span { border-color: rgb(216,88,148); }
td.TdClassName
{
border-color: #D85894;
}
.TagClassName
{
border-color: #D85894;
}
</style>