Shades of Hopbush #D85BA1
Tints of Hopbush #D85BA1
RGB
CMYK
RGB Variations
Color information
#D85BA1 (or 0xD85BA1) is known color: Hopbush. HEX triplet: D8, 5B and A1. RGB value is (216,91,161). Sum of RGB (Red+Green+Blue) = 216+91+161=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 91 (35.94% from 255 or 19.44% from 468); Blue value is 161 (63.28% from 255 or 34.40% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D85BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85BA1 is #27A45E. Grayscale: #888888. Windows color (decimal): -2597983 or 10574808. OLE color: 10574808.
HSL color Cylindrical-coordinate representation of color #D85BA1: hue angle of 326.4º 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 #D85BA1 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 91 | 161 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.15 |
| HSL | 326.4º | 0.62% | 0.6% | - |
| HSV(B) | 326.4º | 0.58% | 0.85% | - |
| XYZ | 38.49 | 24.65 | 36.45 | - |
| YUV | 136.36 | 141.91 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 91 | 161 | 0 | 0.58 | 0.25 | 0.15 | 326.4 | 0.62 | 0.6 |
| Hex | D8 | 5B | A1 | 0 | 3A | 19 | F | 146 | 3E | 3C |
| Octal | 330 | 133 | 241 | 0 | 72 | 31 | 17 | 506 | 76 | 74 |
| Binary | 11011000 | 1011011 | 10100001 | 0 | 111010 | 11001 | 1111 | 101000110 | 111110 | 111100 |
Color Harmonies of #D85BA1
Complementary color
Monochromatic Colors of #D85BA1
Black with #D85BA1
Text Example
Text Example
White with #D85BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85BA1; }
p { color: rgb(216,91,161); }
H1.HeaderClassName
{
color: #D85BA1;
}
.AnyTagClassName
{
color: #D85BA1;
}
</style>
background-color css
<style>
a { background-color: #D85BA1; }
a { background-color: rgb(216,91,161); }
div.DivClassName
{
background-color: #D85BA1;
}
.BgClassName
{
background-color: #D85BA1;
}
</style>
border-color css
<style>
span { border-color: #D85BA1; }
span { border-color: rgb(216,91,161); }
td.TdClassName
{
border-color: #D85BA1;
}
.TagClassName
{
border-color: #D85BA1;
}
</style>