Shades of Hopbush #D96FA7
Tints of Hopbush #D96FA7
RGB
CMYK
RGB Variations
Color information
#D96FA7 (or 0xD96FA7) is known color: Hopbush. HEX triplet: D9, 6F and A7. RGB value is (217,111,167). Sum of RGB (Red+Green+Blue) = 217+111+167=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 111 (43.75% from 255 or 22.42% from 495); Blue value is 167 (65.62% from 255 or 33.74% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D96FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96FA7 is #269058. Grayscale: #949494. Windows color (decimal): -2527321 or 10973145. OLE color: 10973145.
HSL color Cylindrical-coordinate representation of color #D96FA7: hue angle of 328.3º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D96FA7 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 111 | 167 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.15 |
| HSL | 328.3º | 0.58% | 0.64% | - |
| HSV(B) | 328.3º | 0.49% | 0.85% | - |
| XYZ | 41.27 | 28.91 | 39.96 | - |
| YUV | 149.08 | 138.12 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 167 | 0 | 0.49 | 0.23 | 0.15 | 328.3 | 0.58 | 0.64 |
| Hex | D9 | 6F | A7 | 0 | 31 | 17 | F | 148 | 3A | 40 |
| Octal | 331 | 157 | 247 | 0 | 61 | 27 | 17 | 510 | 72 | 100 |
| Binary | 11011001 | 1101111 | 10100111 | 0 | 110001 | 10111 | 1111 | 101001000 | 111010 | 1000000 |
Color Harmonies of #D96FA7
Complementary color
Monochromatic Colors of #D96FA7
Black with #D96FA7
Text Example
Text Example
White with #D96FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FA7; }
p { color: rgb(217,111,167); }
H1.HeaderClassName
{
color: #D96FA7;
}
.AnyTagClassName
{
color: #D96FA7;
}
</style>
background-color css
<style>
a { background-color: #D96FA7; }
a { background-color: rgb(217,111,167); }
div.DivClassName
{
background-color: #D96FA7;
}
.BgClassName
{
background-color: #D96FA7;
}
</style>
border-color css
<style>
span { border-color: #D96FA7; }
span { border-color: rgb(217,111,167); }
td.TdClassName
{
border-color: #D96FA7;
}
.TagClassName
{
border-color: #D96FA7;
}
</style>