Shades of Hopbush #D966A6
Tints of Hopbush #D966A6
RGB
CMYK
RGB Variations
Color information
#D966A6 (or 0xD966A6) is known color: Hopbush. HEX triplet: D9, 66 and A6. RGB value is (217,102,166). Sum of RGB (Red+Green+Blue) = 217+102+166=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 102 (40.23% from 255 or 21.03% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D966A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D966A6 is #269959. Grayscale: #8F8F8F. Windows color (decimal): -2529626 or 10905305. OLE color: 10905305.
HSL color Cylindrical-coordinate representation of color #D966A6: hue angle of 326.61º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D966A6 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 102 | 166 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.15 |
| HSL | 326.61º | 0.6% | 0.63% | - |
| HSV(B) | 326.61º | 0.53% | 0.85% | - |
| XYZ | 40.25 | 27.01 | 39.17 | - |
| YUV | 143.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 102 | 166 | 0 | 0.53 | 0.24 | 0.15 | 326.61 | 0.6 | 0.63 |
| Hex | D9 | 66 | A6 | 0 | 35 | 18 | F | 147 | 3C | 3F |
| Octal | 331 | 146 | 246 | 0 | 65 | 30 | 17 | 507 | 74 | 77 |
| Binary | 11011001 | 1100110 | 10100110 | 0 | 110101 | 11000 | 1111 | 101000111 | 111100 | 111111 |
Color Harmonies of #D966A6
Complementary color
Monochromatic Colors of #D966A6
Black with #D966A6
Text Example
Text Example
White with #D966A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D966A6; }
p { color: rgb(217,102,166); }
H1.HeaderClassName
{
color: #D966A6;
}
.AnyTagClassName
{
color: #D966A6;
}
</style>
background-color css
<style>
a { background-color: #D966A6; }
a { background-color: rgb(217,102,166); }
div.DivClassName
{
background-color: #D966A6;
}
.BgClassName
{
background-color: #D966A6;
}
</style>
border-color css
<style>
span { border-color: #D966A6; }
span { border-color: rgb(217,102,166); }
td.TdClassName
{
border-color: #D966A6;
}
.TagClassName
{
border-color: #D966A6;
}
</style>