Shades of Hopbush #D85893
Tints of Hopbush #D85893
RGB
CMYK
RGB Variations
Color information
#D85893 (or 0xD85893) is known color: Hopbush. HEX triplet: D8, 58 and 93. RGB value is (216,88,147). Sum of RGB (Red+Green+Blue) = 216+88+147=451 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.89% from 451); Green value is 88 (34.77% from 255 or 19.51% from 451); Blue value is 147 (57.81% from 255 or 32.59% from 451); Max value from RGB is 216 - color contains mainly: red. Hex color #D85893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85893 is #27A76C. Grayscale: #848484. Windows color (decimal): -2598765 or 9656536. OLE color: 9656536.
HSL color Cylindrical-coordinate representation of color #D85893: hue angle of 332.34º 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 #D85893 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 88 | 147 | - |
| CMYK | 0 | 0.59 | 0.32 | 0.15 |
| HSL | 332.34º | 0.62% | 0.6% | - |
| HSV(B) | 332.34º | 0.59% | 0.85% | - |
| XYZ | 37.08 | 23.68 | 30.22 | - |
| YUV | 133 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 88 | 147 | 0 | 0.59 | 0.32 | 0.15 | 332.34 | 0.62 | 0.6 |
| Hex | D8 | 58 | 93 | 0 | 3B | 20 | F | 14C | 3E | 3C |
| Octal | 330 | 130 | 223 | 0 | 73 | 40 | 17 | 514 | 76 | 74 |
| Binary | 11011000 | 1011000 | 10010011 | 0 | 111011 | 100000 | 1111 | 101001100 | 111110 | 111100 |
Color Harmonies of #D85893
Complementary color
Monochromatic Colors of #D85893
Black with #D85893
Text Example
Text Example
White with #D85893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85893; }
p { color: rgb(216,88,147); }
H1.HeaderClassName
{
color: #D85893;
}
.AnyTagClassName
{
color: #D85893;
}
</style>
background-color css
<style>
a { background-color: #D85893; }
a { background-color: rgb(216,88,147); }
div.DivClassName
{
background-color: #D85893;
}
.BgClassName
{
background-color: #D85893;
}
</style>
border-color css
<style>
span { border-color: #D85893; }
span { border-color: rgb(216,88,147); }
td.TdClassName
{
border-color: #D85893;
}
.TagClassName
{
border-color: #D85893;
}
</style>