Shades of Hopbush #D85BAD
Tints of Hopbush #D85BAD
RGB
CMYK
RGB Variations
Color information
#D85BAD (or 0xD85BAD) is known color: Hopbush. HEX triplet: D8, 5B and AD. RGB value is (216,91,173). Sum of RGB (Red+Green+Blue) = 216+91+173=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 91 (35.94% from 255 or 18.96% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BAD is #27A452. Grayscale: #898989. Windows color (decimal): -2597971 or 11361240. OLE color: 11361240.
HSL color Cylindrical-coordinate representation of color #D85BAD: hue angle of 320.64º 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 #D85BAD is Cyan = 0, Magento = 0.58, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 173 | - |
| CMYK | 0 | 0.58 | 0.20 | 0.15 |
| HSL | 320.64º | 0.62% | 0.6% | - |
| HSV(B) | 320.64º | 0.58% | 0.85% | - |
| XYZ | 39.6 | 25.1 | 42.29 | - |
| YUV | 137.72 | 147.91 | 183.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 173 | 0 | 0.58 | 0.20 | 0.15 | 320.64 | 0.62 | 0.6 |
| Hex | D8 | 5B | AD | 0 | 3A | 14 | F | 141 | 3E | 3C |
| Octal | 330 | 133 | 255 | 0 | 72 | 24 | 17 | 501 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10101101 | 0 | 111010 | 10100 | 1111 | 101000001 | 111110 | 111100 |
Color Harmonies of #D85BAD
Complementary color
Monochromatic Colors of #D85BAD
Black with #D85BAD
Text Example
Text Example
White with #D85BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BAD; }
p { color: rgb(216,91,173); }
H1.HeaderClassName
{
color: #D85BAD;
}
.AnyTagClassName
{
color: #D85BAD;
}
</style>
background-color css
<style>
a { background-color: #D85BAD; }
a { background-color: rgb(216,91,173); }
div.DivClassName
{
background-color: #D85BAD;
}
.BgClassName
{
background-color: #D85BAD;
}
</style>
border-color css
<style>
span { border-color: #D85BAD; }
span { border-color: rgb(216,91,173); }
td.TdClassName
{
border-color: #D85BAD;
}
.TagClassName
{
border-color: #D85BAD;
}
</style>