Shades of Hopbush #D85B96
Tints of Hopbush #D85B96
RGB
CMYK
RGB Variations
Color information
#D85B96 (or 0xD85B96) is known color: Hopbush. HEX triplet: D8, 5B and 96. RGB value is (216,91,150). Sum of RGB (Red+Green+Blue) = 216+91+150=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B96 is #27A469. Grayscale: #868686. Windows color (decimal): -2597994 or 9853912. OLE color: 9853912.
HSL color Cylindrical-coordinate representation of color #D85B96: hue angle of 331.68º 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 #D85B96 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 150 | - |
| CMYK | 0 | 0.58 | 0.31 | 0.15 |
| HSL | 331.68º | 0.62% | 0.6% | - |
| HSV(B) | 331.68º | 0.58% | 0.85% | - |
| XYZ | 37.57 | 24.28 | 31.56 | - |
| YUV | 135.1 | 136.41 | 185.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 150 | 0 | 0.58 | 0.31 | 0.15 | 331.68 | 0.62 | 0.6 |
| Hex | D8 | 5B | 96 | 0 | 3A | 1F | F | 14C | 3E | 3C |
| Octal | 330 | 133 | 226 | 0 | 72 | 37 | 17 | 514 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10010110 | 0 | 111010 | 11111 | 1111 | 101001100 | 111110 | 111100 |
Color Harmonies of #D85B96
Complementary color
Monochromatic Colors of #D85B96
Black with #D85B96
Text Example
Text Example
White with #D85B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B96; }
p { color: rgb(216,91,150); }
H1.HeaderClassName
{
color: #D85B96;
}
.AnyTagClassName
{
color: #D85B96;
}
</style>
background-color css
<style>
a { background-color: #D85B96; }
a { background-color: rgb(216,91,150); }
div.DivClassName
{
background-color: #D85B96;
}
.BgClassName
{
background-color: #D85B96;
}
</style>
border-color css
<style>
span { border-color: #D85B96; }
span { border-color: rgb(216,91,150); }
td.TdClassName
{
border-color: #D85B96;
}
.TagClassName
{
border-color: #D85B96;
}
</style>