Shades of Hopbush #D85AA1
Tints of Hopbush #D85AA1
RGB
CMYK
RGB Variations
Color information
#D85AA1 (or 0xD85AA1) is known color: Hopbush. HEX triplet: D8, 5A and A1. RGB value is (216,90,161). Sum of RGB (Red+Green+Blue) = 216+90+161=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 90 (35.55% from 255 or 19.27% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AA1 is #27A55E. Grayscale: #878787. Windows color (decimal): -2598239 or 10574552. OLE color: 10574552.
HSL color Cylindrical-coordinate representation of color #D85AA1: hue angle of 326.19º 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 #D85AA1 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 161 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.15 |
| HSL | 326.19º | 0.62% | 0.6% | - |
| HSV(B) | 326.19º | 0.58% | 0.85% | - |
| XYZ | 38.41 | 24.48 | 36.42 | - |
| YUV | 135.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 161 | 0 | 0.58 | 0.25 | 0.15 | 326.19 | 0.62 | 0.6 |
| Hex | D8 | 5A | A1 | 0 | 3A | 19 | F | 146 | 3E | 3C |
| Octal | 330 | 132 | 241 | 0 | 72 | 31 | 17 | 506 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10100001 | 0 | 111010 | 11001 | 1111 | 101000110 | 111110 | 111100 |
Color Harmonies of #D85AA1
Complementary color
Monochromatic Colors of #D85AA1
Black with #D85AA1
Text Example
Text Example
White with #D85AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AA1; }
p { color: rgb(216,90,161); }
H1.HeaderClassName
{
color: #D85AA1;
}
.AnyTagClassName
{
color: #D85AA1;
}
</style>
background-color css
<style>
a { background-color: #D85AA1; }
a { background-color: rgb(216,90,161); }
div.DivClassName
{
background-color: #D85AA1;
}
.BgClassName
{
background-color: #D85AA1;
}
</style>
border-color css
<style>
span { border-color: #D85AA1; }
span { border-color: rgb(216,90,161); }
td.TdClassName
{
border-color: #D85AA1;
}
.TagClassName
{
border-color: #D85AA1;
}
</style>