Shades of Hopbush #D96EB1
Tints of Hopbush #D96EB1
RGB
CMYK
RGB Variations
Color information
#D96EB1 (or 0xD96EB1) is known color: Hopbush. HEX triplet: D9, 6E and B1. RGB value is (217,110,177). Sum of RGB (Red+Green+Blue) = 217+110+177=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 110 (43.36% from 255 or 21.83% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D96EB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96EB1 is #26914E. Grayscale: #959595. Windows color (decimal): -2527567 or 11628249. OLE color: 11628249.
HSL color Cylindrical-coordinate representation of color #D96EB1: hue angle of 322.43º 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 #D96EB1 is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 110 | 177 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.15 |
| HSL | 322.43º | 0.58% | 0.64% | - |
| HSV(B) | 322.43º | 0.49% | 0.85% | - |
| XYZ | 42.13 | 29.08 | 44.99 | - |
| YUV | 149.63 | 143.45 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 110 | 177 | 0 | 0.49 | 0.18 | 0.15 | 322.43 | 0.58 | 0.64 |
| Hex | D9 | 6E | B1 | 0 | 31 | 12 | F | 142 | 3A | 40 |
| Octal | 331 | 156 | 261 | 0 | 61 | 22 | 17 | 502 | 72 | 100 |
| Binary | 11011001 | 1101110 | 10110001 | 0 | 110001 | 10010 | 1111 | 101000010 | 111010 | 1000000 |
Color Harmonies of #D96EB1
Complementary color
Monochromatic Colors of #D96EB1
Black with #D96EB1
Text Example
Text Example
White with #D96EB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96EB1; }
p { color: rgb(217,110,177); }
H1.HeaderClassName
{
color: #D96EB1;
}
.AnyTagClassName
{
color: #D96EB1;
}
</style>
background-color css
<style>
a { background-color: #D96EB1; }
a { background-color: rgb(217,110,177); }
div.DivClassName
{
background-color: #D96EB1;
}
.BgClassName
{
background-color: #D96EB1;
}
</style>
border-color css
<style>
span { border-color: #D96EB1; }
span { border-color: rgb(217,110,177); }
td.TdClassName
{
border-color: #D96EB1;
}
.TagClassName
{
border-color: #D96EB1;
}
</style>