Shades of Hopbush #D861A9
Tints of Hopbush #D861A9
RGB
CMYK
RGB Variations
Color information
#D861A9 (or 0xD861A9) is known color: Hopbush. HEX triplet: D8, 61 and A9. RGB value is (216,97,169). Sum of RGB (Red+Green+Blue) = 216+97+169=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 169 (66.41% from 255 or 35.06% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D861A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D861A9 is #279E56. Grayscale: #8C8C8C. Windows color (decimal): -2596439 or 11100632. OLE color: 11100632.
HSL color Cylindrical-coordinate representation of color #D861A9: hue angle of 323.7º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D861A9 is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 97 | 169 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.15 |
| HSL | 323.7º | 0.6% | 0.61% | - |
| HSV(B) | 323.7º | 0.55% | 0.85% | - |
| XYZ | 39.76 | 26.01 | 40.46 | - |
| YUV | 140.79 | 143.92 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 97 | 169 | 0 | 0.55 | 0.22 | 0.15 | 323.7 | 0.6 | 0.61 |
| Hex | D8 | 61 | A9 | 0 | 37 | 16 | F | 144 | 3C | 3D |
| Octal | 330 | 141 | 251 | 0 | 67 | 26 | 17 | 504 | 74 | 75 |
| Binary | 11011000 | 1100001 | 10101001 | 0 | 110111 | 10110 | 1111 | 101000100 | 111100 | 111101 |
Color Harmonies of #D861A9
Complementary color
Monochromatic Colors of #D861A9
Black with #D861A9
Text Example
Text Example
White with #D861A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D861A9; }
p { color: rgb(216,97,169); }
H1.HeaderClassName
{
color: #D861A9;
}
.AnyTagClassName
{
color: #D861A9;
}
</style>
background-color css
<style>
a { background-color: #D861A9; }
a { background-color: rgb(216,97,169); }
div.DivClassName
{
background-color: #D861A9;
}
.BgClassName
{
background-color: #D861A9;
}
</style>
border-color css
<style>
span { border-color: #D861A9; }
span { border-color: rgb(216,97,169); }
td.TdClassName
{
border-color: #D861A9;
}
.TagClassName
{
border-color: #D861A9;
}
</style>