Shades of Hopbush #D96BAF
Tints of Hopbush #D96BAF
RGB
CMYK
RGB Variations
Color information
#D96BAF (or 0xD96BAF) is known color: Hopbush. HEX triplet: D9, 6B and AF. RGB value is (217,107,175). Sum of RGB (Red+Green+Blue) = 217+107+175=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D96BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96BAF is #269450. Grayscale: #939393. Windows color (decimal): -2528337 or 11496409. OLE color: 11496409.
HSL color Cylindrical-coordinate representation of color #D96BAF: hue angle of 322.91º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96BAF is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 107 | 175 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.15 |
| HSL | 322.91º | 0.59% | 0.64% | - |
| HSV(B) | 322.91º | 0.51% | 0.85% | - |
| XYZ | 41.61 | 28.36 | 43.84 | - |
| YUV | 147.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 107 | 175 | 0 | 0.51 | 0.19 | 0.15 | 322.91 | 0.59 | 0.64 |
| Hex | D9 | 6B | AF | 0 | 33 | 13 | F | 143 | 3B | 40 |
| Octal | 331 | 153 | 257 | 0 | 63 | 23 | 17 | 503 | 73 | 100 |
| Binary | 11011001 | 1101011 | 10101111 | 0 | 110011 | 10011 | 1111 | 101000011 | 111011 | 1000000 |
Color Harmonies of #D96BAF
Complementary color
Monochromatic Colors of #D96BAF
Black with #D96BAF
Text Example
Text Example
White with #D96BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96BAF; }
p { color: rgb(217,107,175); }
H1.HeaderClassName
{
color: #D96BAF;
}
.AnyTagClassName
{
color: #D96BAF;
}
</style>
background-color css
<style>
a { background-color: #D96BAF; }
a { background-color: rgb(217,107,175); }
div.DivClassName
{
background-color: #D96BAF;
}
.BgClassName
{
background-color: #D96BAF;
}
</style>
border-color css
<style>
span { border-color: #D96BAF; }
span { border-color: rgb(217,107,175); }
td.TdClassName
{
border-color: #D96BAF;
}
.TagClassName
{
border-color: #D96BAF;
}
</style>