Shades of Hopbush #D85FA6
Tints of Hopbush #D85FA6
RGB
CMYK
RGB Variations
Color information
#D85FA6 (or 0xD85FA6) is known color: Hopbush. HEX triplet: D8, 5F and A6. RGB value is (216,95,166). Sum of RGB (Red+Green+Blue) = 216+95+166=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 95 (37.5% from 255 or 19.92% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D85FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85FA6 is #27A059. Grayscale: #8B8B8B. Windows color (decimal): -2596954 or 10903512. OLE color: 10903512.
HSL color Cylindrical-coordinate representation of color #D85FA6: hue angle of 324.79º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D85FA6 is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 95 | 166 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.15 |
| HSL | 324.79º | 0.61% | 0.61% | - |
| HSV(B) | 324.79º | 0.56% | 0.85% | - |
| XYZ | 39.29 | 25.54 | 38.93 | - |
| YUV | 139.27 | 143.09 | 182.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 95 | 166 | 0 | 0.56 | 0.23 | 0.15 | 324.79 | 0.61 | 0.61 |
| Hex | D8 | 5F | A6 | 0 | 38 | 17 | F | 145 | 3D | 3D |
| Octal | 330 | 137 | 246 | 0 | 70 | 27 | 17 | 505 | 75 | 75 |
| Binary | 11011000 | 1011111 | 10100110 | 0 | 111000 | 10111 | 1111 | 101000101 | 111101 | 111101 |
Color Harmonies of #D85FA6
Complementary color
Monochromatic Colors of #D85FA6
Black with #D85FA6
Text Example
Text Example
White with #D85FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D85FA6; }
p { color: rgb(216,95,166); }
H1.HeaderClassName
{
color: #D85FA6;
}
.AnyTagClassName
{
color: #D85FA6;
}
</style>
background-color css
<style>
a { background-color: #D85FA6; }
a { background-color: rgb(216,95,166); }
div.DivClassName
{
background-color: #D85FA6;
}
.BgClassName
{
background-color: #D85FA6;
}
</style>
border-color css
<style>
span { border-color: #D85FA6; }
span { border-color: rgb(216,95,166); }
td.TdClassName
{
border-color: #D85FA6;
}
.TagClassName
{
border-color: #D85FA6;
}
</style>