Shades of Hopbush #D85B9C
Tints of Hopbush #D85B9C
RGB
CMYK
RGB Variations
Color information
#D85B9C (or 0xD85B9C) is known color: Hopbush. HEX triplet: D8, 5B and 9C. RGB value is (216,91,156). Sum of RGB (Red+Green+Blue) = 216+91+156=463 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.65% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B9C is #27A463. Grayscale: #878787. Windows color (decimal): -2597988 or 10247128. OLE color: 10247128.
HSL color Cylindrical-coordinate representation of color #D85B9C: hue angle of 328.8º 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 #D85B9C is Cyan = 0, Magento = 0.58, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 156 | - |
| CMYK | 0 | 0.58 | 0.28 | 0.15 |
| HSL | 328.8º | 0.62% | 0.6% | - |
| HSV(B) | 328.8º | 0.58% | 0.85% | - |
| XYZ | 38.06 | 24.48 | 34.17 | - |
| YUV | 135.79 | 139.41 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 156 | 0 | 0.58 | 0.28 | 0.15 | 328.8 | 0.62 | 0.6 |
| Hex | D8 | 5B | 9C | 0 | 3A | 1C | F | 149 | 3E | 3C |
| Octal | 330 | 133 | 234 | 0 | 72 | 34 | 17 | 511 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10011100 | 0 | 111010 | 11100 | 1111 | 101001001 | 111110 | 111100 |
Color Harmonies of #D85B9C
Complementary color
Monochromatic Colors of #D85B9C
Black with #D85B9C
Text Example
Text Example
White with #D85B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B9C; }
p { color: rgb(216,91,156); }
H1.HeaderClassName
{
color: #D85B9C;
}
.AnyTagClassName
{
color: #D85B9C;
}
</style>
background-color css
<style>
a { background-color: #D85B9C; }
a { background-color: rgb(216,91,156); }
div.DivClassName
{
background-color: #D85B9C;
}
.BgClassName
{
background-color: #D85B9C;
}
</style>
border-color css
<style>
span { border-color: #D85B9C; }
span { border-color: rgb(216,91,156); }
td.TdClassName
{
border-color: #D85B9C;
}
.TagClassName
{
border-color: #D85B9C;
}
</style>