Shades of Hopbush #D85DA3
Tints of Hopbush #D85DA3
RGB
CMYK
RGB Variations
Color information
#D85DA3 (or 0xD85DA3) is known color: Hopbush. HEX triplet: D8, 5D and A3. RGB value is (216,93,163). Sum of RGB (Red+Green+Blue) = 216+93+163=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 216 - color contains mainly: red. Hex color #D85DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85DA3 is #27A25C. Grayscale: #898989. Windows color (decimal): -2597469 or 10706392. OLE color: 10706392.
HSL color Cylindrical-coordinate representation of color #D85DA3: hue angle of 325.85º 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 #D85DA3 is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 93 | 163 | - |
| CMYK | 0 | 0.57 | 0.25 | 0.15 |
| HSL | 325.85º | 0.61% | 0.61% | - |
| HSV(B) | 325.85º | 0.57% | 0.85% | - |
| XYZ | 38.84 | 25.07 | 37.44 | - |
| YUV | 137.76 | 142.25 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 93 | 163 | 0 | 0.57 | 0.25 | 0.15 | 325.85 | 0.61 | 0.61 |
| Hex | D8 | 5D | A3 | 0 | 39 | 19 | F | 146 | 3D | 3D |
| Octal | 330 | 135 | 243 | 0 | 71 | 31 | 17 | 506 | 75 | 75 |
| Binary | 11011000 | 1011101 | 10100011 | 0 | 111001 | 11001 | 1111 | 101000110 | 111101 | 111101 |
Color Harmonies of #D85DA3
Complementary color
Monochromatic Colors of #D85DA3
Black with #D85DA3
Text Example
Text Example
White with #D85DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85DA3; }
p { color: rgb(216,93,163); }
H1.HeaderClassName
{
color: #D85DA3;
}
.AnyTagClassName
{
color: #D85DA3;
}
</style>
background-color css
<style>
a { background-color: #D85DA3; }
a { background-color: rgb(216,93,163); }
div.DivClassName
{
background-color: #D85DA3;
}
.BgClassName
{
background-color: #D85DA3;
}
</style>
border-color css
<style>
span { border-color: #D85DA3; }
span { border-color: rgb(216,93,163); }
td.TdClassName
{
border-color: #D85DA3;
}
.TagClassName
{
border-color: #D85DA3;
}
</style>