Shades of Hopbush #D85B9D
Tints of Hopbush #D85B9D
RGB
CMYK
RGB Variations
Color information
#D85B9D (or 0xD85B9D) is known color: Hopbush. HEX triplet: D8, 5B and 9D. RGB value is (216,91,157). Sum of RGB (Red+Green+Blue) = 216+91+157=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 91 (35.94% from 255 or 19.61% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B9D is #27A462. Grayscale: #878787. Windows color (decimal): -2597987 or 10312664. OLE color: 10312664.
HSL color Cylindrical-coordinate representation of color #D85B9D: hue angle of 328.32º 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 #D85B9D is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 157 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.15 |
| HSL | 328.32º | 0.62% | 0.6% | - |
| HSV(B) | 328.32º | 0.58% | 0.85% | - |
| XYZ | 38.15 | 24.52 | 34.62 | - |
| YUV | 135.9 | 139.91 | 185.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 157 | 0 | 0.58 | 0.27 | 0.15 | 328.32 | 0.62 | 0.6 |
| Hex | D8 | 5B | 9D | 0 | 3A | 1B | F | 148 | 3E | 3C |
| Octal | 330 | 133 | 235 | 0 | 72 | 33 | 17 | 510 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10011101 | 0 | 111010 | 11011 | 1111 | 101001000 | 111110 | 111100 |
Color Harmonies of #D85B9D
Complementary color
Monochromatic Colors of #D85B9D
Black with #D85B9D
Text Example
Text Example
White with #D85B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85B9D; }
p { color: rgb(216,91,157); }
H1.HeaderClassName
{
color: #D85B9D;
}
.AnyTagClassName
{
color: #D85B9D;
}
</style>
background-color css
<style>
a { background-color: #D85B9D; }
a { background-color: rgb(216,91,157); }
div.DivClassName
{
background-color: #D85B9D;
}
.BgClassName
{
background-color: #D85B9D;
}
</style>
border-color css
<style>
span { border-color: #D85B9D; }
span { border-color: rgb(216,91,157); }
td.TdClassName
{
border-color: #D85B9D;
}
.TagClassName
{
border-color: #D85B9D;
}
</style>