Shades of Hopbush #D85BAC
Tints of Hopbush #D85BAC
RGB
CMYK
RGB Variations
Color information
#D85BAC (or 0xD85BAC) is known color: Hopbush. HEX triplet: D8, 5B and AC. RGB value is (216,91,172). Sum of RGB (Red+Green+Blue) = 216+91+172=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 91 (35.94% from 255 or 19.00% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BAC is #27A453. Grayscale: #898989. Windows color (decimal): -2597972 or 11295704. OLE color: 11295704.
HSL color Cylindrical-coordinate representation of color #D85BAC: hue angle of 321.12º 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 #D85BAC is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 172 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.15 |
| HSL | 321.12º | 0.62% | 0.6% | - |
| HSV(B) | 321.12º | 0.58% | 0.85% | - |
| XYZ | 39.51 | 25.06 | 41.78 | - |
| YUV | 137.61 | 147.41 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 172 | 0 | 0.58 | 0.20 | 0.15 | 321.12 | 0.62 | 0.6 |
| Hex | D8 | 5B | AC | 0 | 3A | 14 | F | 141 | 3E | 3C |
| Octal | 330 | 133 | 254 | 0 | 72 | 24 | 17 | 501 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10101100 | 0 | 111010 | 10100 | 1111 | 101000001 | 111110 | 111100 |
Color Harmonies of #D85BAC
Complementary color
Monochromatic Colors of #D85BAC
Black with #D85BAC
Text Example
Text Example
White with #D85BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BAC; }
p { color: rgb(216,91,172); }
H1.HeaderClassName
{
color: #D85BAC;
}
.AnyTagClassName
{
color: #D85BAC;
}
</style>
background-color css
<style>
a { background-color: #D85BAC; }
a { background-color: rgb(216,91,172); }
div.DivClassName
{
background-color: #D85BAC;
}
.BgClassName
{
background-color: #D85BAC;
}
</style>
border-color css
<style>
span { border-color: #D85BAC; }
span { border-color: rgb(216,91,172); }
td.TdClassName
{
border-color: #D85BAC;
}
.TagClassName
{
border-color: #D85BAC;
}
</style>