Shades of Hopbush #D85DA5
Tints of Hopbush #D85DA5
RGB
CMYK
RGB Variations
Color information
#D85DA5 (or 0xD85DA5) is known color: Hopbush. HEX triplet: D8, 5D and A5. RGB value is (216,93,165). Sum of RGB (Red+Green+Blue) = 216+93+165=474 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.57% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 165 (64.84% from 255 or 34.81% from 474); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DA5 is #27A25A. Grayscale: #898989. Windows color (decimal): -2597467 or 10837464. OLE color: 10837464.
HSL color Cylindrical-coordinate representation of color #D85DA5: hue angle of 324.88º 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 #D85DA5 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 165 | - |
| CMYK | 0 | 0.57 | 0.24 | 0.15 |
| HSL | 324.88º | 0.61% | 0.61% | - |
| HSV(B) | 324.88º | 0.57% | 0.85% | - |
| XYZ | 39.02 | 25.14 | 38.39 | - |
| YUV | 137.99 | 143.25 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 165 | 0 | 0.57 | 0.24 | 0.15 | 324.88 | 0.61 | 0.61 |
| Hex | D8 | 5D | A5 | 0 | 39 | 18 | F | 145 | 3D | 3D |
| Octal | 330 | 135 | 245 | 0 | 71 | 30 | 17 | 505 | 75 | 75 |
| Binary | 11011000 | 1011101 | 10100101 | 0 | 111001 | 11000 | 1111 | 101000101 | 111101 | 111101 |
Color Harmonies of #D85DA5
Complementary color
Monochromatic Colors of #D85DA5
Black with #D85DA5
Text Example
Text Example
White with #D85DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DA5; }
p { color: rgb(216,93,165); }
H1.HeaderClassName
{
color: #D85DA5;
}
.AnyTagClassName
{
color: #D85DA5;
}
</style>
background-color css
<style>
a { background-color: #D85DA5; }
a { background-color: rgb(216,93,165); }
div.DivClassName
{
background-color: #D85DA5;
}
.BgClassName
{
background-color: #D85DA5;
}
</style>
border-color css
<style>
span { border-color: #D85DA5; }
span { border-color: rgb(216,93,165); }
td.TdClassName
{
border-color: #D85DA5;
}
.TagClassName
{
border-color: #D85DA5;
}
</style>