Shades of Hopbush #D85BA5
Tints of Hopbush #D85BA5
RGB
CMYK
RGB Variations
Color information
#D85BA5 (or 0xD85BA5) is known color: Hopbush. HEX triplet: D8, 5B and A5. RGB value is (216,91,165). Sum of RGB (Red+Green+Blue) = 216+91+165=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 91 (35.94% from 255 or 19.28% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BA5 is #27A45A. Grayscale: #888888. Windows color (decimal): -2597979 or 10836952. OLE color: 10836952.
HSL color Cylindrical-coordinate representation of color #D85BA5: hue angle of 324.48º 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 #D85BA5 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 165 | - |
| CMYK | 0 | 0.58 | 0.24 | 0.15 |
| HSL | 324.48º | 0.62% | 0.6% | - |
| HSV(B) | 324.48º | 0.58% | 0.85% | - |
| XYZ | 38.85 | 24.8 | 38.34 | - |
| YUV | 136.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 165 | 0 | 0.58 | 0.24 | 0.15 | 324.48 | 0.62 | 0.6 |
| Hex | D8 | 5B | A5 | 0 | 3A | 18 | F | 144 | 3E | 3C |
| Octal | 330 | 133 | 245 | 0 | 72 | 30 | 17 | 504 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10100101 | 0 | 111010 | 11000 | 1111 | 101000100 | 111110 | 111100 |
Color Harmonies of #D85BA5
Complementary color
Monochromatic Colors of #D85BA5
Black with #D85BA5
Text Example
Text Example
White with #D85BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BA5; }
p { color: rgb(216,91,165); }
H1.HeaderClassName
{
color: #D85BA5;
}
.AnyTagClassName
{
color: #D85BA5;
}
</style>
background-color css
<style>
a { background-color: #D85BA5; }
a { background-color: rgb(216,91,165); }
div.DivClassName
{
background-color: #D85BA5;
}
.BgClassName
{
background-color: #D85BA5;
}
</style>
border-color css
<style>
span { border-color: #D85BA5; }
span { border-color: rgb(216,91,165); }
td.TdClassName
{
border-color: #D85BA5;
}
.TagClassName
{
border-color: #D85BA5;
}
</style>