Shades of Hopbush #D85DA0
Tints of Hopbush #D85DA0
RGB
CMYK
RGB Variations
Color information
#D85DA0 (or 0xD85DA0) is known color: Hopbush. HEX triplet: D8, 5D and A0. RGB value is (216,93,160). Sum of RGB (Red+Green+Blue) = 216+93+160=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 93 (36.72% from 255 or 19.83% from 469); Blue value is 160 (62.89% from 255 or 34.12% from 469); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DA0 is #27A25F. Grayscale: #898989. Windows color (decimal): -2597472 or 10509784. OLE color: 10509784.
HSL color Cylindrical-coordinate representation of color #D85DA0: hue angle of 327.32º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D85DA0 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 160 | - |
| CMYK | 0 | 0.57 | 0.26 | 0.15 |
| HSL | 327.32º | 0.61% | 0.61% | - |
| HSV(B) | 327.32º | 0.57% | 0.85% | - |
| XYZ | 38.58 | 24.97 | 36.04 | - |
| YUV | 137.42 | 140.75 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 160 | 0 | 0.57 | 0.26 | 0.15 | 327.32 | 0.61 | 0.61 |
| Hex | D8 | 5D | A0 | 0 | 39 | 1A | F | 147 | 3D | 3D |
| Octal | 330 | 135 | 240 | 0 | 71 | 32 | 17 | 507 | 75 | 75 |
| Binary | 11011000 | 1011101 | 10100000 | 0 | 111001 | 11010 | 1111 | 101000111 | 111101 | 111101 |
Color Harmonies of #D85DA0
Complementary color
Monochromatic Colors of #D85DA0
Black with #D85DA0
Text Example
Text Example
White with #D85DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DA0; }
p { color: rgb(216,93,160); }
H1.HeaderClassName
{
color: #D85DA0;
}
.AnyTagClassName
{
color: #D85DA0;
}
</style>
background-color css
<style>
a { background-color: #D85DA0; }
a { background-color: rgb(216,93,160); }
div.DivClassName
{
background-color: #D85DA0;
}
.BgClassName
{
background-color: #D85DA0;
}
</style>
border-color css
<style>
span { border-color: #D85DA0; }
span { border-color: rgb(216,93,160); }
td.TdClassName
{
border-color: #D85DA0;
}
.TagClassName
{
border-color: #D85DA0;
}
</style>