Shades of Hopbush #D85BAB
Tints of Hopbush #D85BAB
RGB
CMYK
RGB Variations
Color information
#D85BAB (or 0xD85BAB) is known color: Hopbush. HEX triplet: D8, 5B and AB. RGB value is (216,91,171). Sum of RGB (Red+Green+Blue) = 216+91+171=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 91 (35.94% from 255 or 19.04% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BAB is #27A454. Grayscale: #898989. Windows color (decimal): -2597973 or 11230168. OLE color: 11230168.
HSL color Cylindrical-coordinate representation of color #D85BAB: hue angle of 321.6º 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 #D85BAB is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 171 | - |
| CMYK | 0 | 0.58 | 0.21 | 0.15 |
| HSL | 321.6º | 0.62% | 0.6% | - |
| HSV(B) | 321.6º | 0.58% | 0.85% | - |
| XYZ | 39.41 | 25.02 | 41.28 | - |
| YUV | 137.5 | 146.91 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 171 | 0 | 0.58 | 0.21 | 0.15 | 321.6 | 0.62 | 0.6 |
| Hex | D8 | 5B | AB | 0 | 3A | 15 | F | 142 | 3E | 3C |
| Octal | 330 | 133 | 253 | 0 | 72 | 25 | 17 | 502 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10101011 | 0 | 111010 | 10101 | 1111 | 101000010 | 111110 | 111100 |
Color Harmonies of #D85BAB
Complementary color
Monochromatic Colors of #D85BAB
Black with #D85BAB
Text Example
Text Example
White with #D85BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BAB; }
p { color: rgb(216,91,171); }
H1.HeaderClassName
{
color: #D85BAB;
}
.AnyTagClassName
{
color: #D85BAB;
}
</style>
background-color css
<style>
a { background-color: #D85BAB; }
a { background-color: rgb(216,91,171); }
div.DivClassName
{
background-color: #D85BAB;
}
.BgClassName
{
background-color: #D85BAB;
}
</style>
border-color css
<style>
span { border-color: #D85BAB; }
span { border-color: rgb(216,91,171); }
td.TdClassName
{
border-color: #D85BAB;
}
.TagClassName
{
border-color: #D85BAB;
}
</style>