Shades of Hopbush #D85AA2
Tints of Hopbush #D85AA2
RGB
CMYK
RGB Variations
Color information
#D85AA2 (or 0xD85AA2) is known color: Hopbush. HEX triplet: D8, 5A and A2. RGB value is (216,90,162). Sum of RGB (Red+Green+Blue) = 216+90+162=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 90 (35.55% from 255 or 19.23% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AA2 is #27A55D. Grayscale: #878787. Windows color (decimal): -2598238 or 10640088. OLE color: 10640088.
HSL color Cylindrical-coordinate representation of color #D85AA2: hue angle of 325.71º 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 #D85AA2 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 90 | 162 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.15 |
| HSL | 325.71º | 0.62% | 0.6% | - |
| HSV(B) | 325.71º | 0.58% | 0.85% | - |
| XYZ | 38.5 | 24.52 | 36.89 | - |
| YUV | 135.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 90 | 162 | 0 | 0.58 | 0.25 | 0.15 | 325.71 | 0.62 | 0.6 |
| Hex | D8 | 5A | A2 | 0 | 3A | 19 | F | 146 | 3E | 3C |
| Octal | 330 | 132 | 242 | 0 | 72 | 31 | 17 | 506 | 76 | 74 |
| Binary | 11011000 | 1011010 | 10100010 | 0 | 111010 | 11001 | 1111 | 101000110 | 111110 | 111100 |
Color Harmonies of #D85AA2
Complementary color
Monochromatic Colors of #D85AA2
Black with #D85AA2
Text Example
Text Example
White with #D85AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85AA2; }
p { color: rgb(216,90,162); }
H1.HeaderClassName
{
color: #D85AA2;
}
.AnyTagClassName
{
color: #D85AA2;
}
</style>
background-color css
<style>
a { background-color: #D85AA2; }
a { background-color: rgb(216,90,162); }
div.DivClassName
{
background-color: #D85AA2;
}
.BgClassName
{
background-color: #D85AA2;
}
</style>
border-color css
<style>
span { border-color: #D85AA2; }
span { border-color: rgb(216,90,162); }
td.TdClassName
{
border-color: #D85AA2;
}
.TagClassName
{
border-color: #D85AA2;
}
</style>