Shades of Hopbush #D96EA4
Tints of Hopbush #D96EA4
RGB
CMYK
RGB Variations
Color information
#D96EA4 (or 0xD96EA4) is known color: Hopbush. HEX triplet: D9, 6E and A4. RGB value is (217,110,164). Sum of RGB (Red+Green+Blue) = 217+110+164=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 110 (43.36% from 255 or 22.40% from 491); Blue value is 164 (64.45% from 255 or 33.40% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96EA4 is #26915B. Grayscale: #949494. Windows color (decimal): -2527580 or 10776281. OLE color: 10776281.
HSL color Cylindrical-coordinate representation of color #D96EA4: hue angle of 329.72º 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 #D96EA4 is Cyan = 0, Magento = 0.49, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 164 | - |
| CMYK | 0 | 0.49 | 0.24 | 0.15 |
| HSL | 329.72º | 0.58% | 0.64% | - |
| HSV(B) | 329.72º | 0.49% | 0.85% | - |
| XYZ | 40.89 | 28.58 | 38.48 | - |
| YUV | 148.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 164 | 0 | 0.49 | 0.24 | 0.15 | 329.72 | 0.58 | 0.64 |
| Hex | D9 | 6E | A4 | 0 | 31 | 18 | F | 14A | 3A | 40 |
| Octal | 331 | 156 | 244 | 0 | 61 | 30 | 17 | 512 | 72 | 100 |
| Binary | 11011001 | 1101110 | 10100100 | 0 | 110001 | 11000 | 1111 | 101001010 | 111010 | 1000000 |
Color Harmonies of #D96EA4
Complementary color
Monochromatic Colors of #D96EA4
Black with #D96EA4
Text Example
Text Example
White with #D96EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EA4; }
p { color: rgb(217,110,164); }
H1.HeaderClassName
{
color: #D96EA4;
}
.AnyTagClassName
{
color: #D96EA4;
}
</style>
background-color css
<style>
a { background-color: #D96EA4; }
a { background-color: rgb(217,110,164); }
div.DivClassName
{
background-color: #D96EA4;
}
.BgClassName
{
background-color: #D96EA4;
}
</style>
border-color css
<style>
span { border-color: #D96EA4; }
span { border-color: rgb(217,110,164); }
td.TdClassName
{
border-color: #D96EA4;
}
.TagClassName
{
border-color: #D96EA4;
}
</style>