Shades of Hopbush #D96AB0
Tints of Hopbush #D96AB0
RGB
CMYK
RGB Variations
Color information
#D96AB0 (or 0xD96AB0) is known color: Hopbush. HEX triplet: D9, 6A and B0. RGB value is (217,106,176). Sum of RGB (Red+Green+Blue) = 217+106+176=499 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.49% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 217 - color contains mainly: red. Hex color #D96AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96AB0 is #26954F. Grayscale: #939393. Windows color (decimal): -2528592 or 11561689. OLE color: 11561689.
HSL color Cylindrical-coordinate representation of color #D96AB0: hue angle of 322.16º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D96AB0 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 106 | 176 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.15 |
| HSL | 322.16º | 0.59% | 0.63% | - |
| HSV(B) | 322.16º | 0.51% | 0.85% | - |
| XYZ | 41.61 | 28.19 | 44.32 | - |
| YUV | 147.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 176 | 0 | 0.51 | 0.19 | 0.15 | 322.16 | 0.59 | 0.63 |
| Hex | D9 | 6A | B0 | 0 | 33 | 13 | F | 142 | 3B | 3F |
| Octal | 331 | 152 | 260 | 0 | 63 | 23 | 17 | 502 | 73 | 77 |
| Binary | 11011001 | 1101010 | 10110000 | 0 | 110011 | 10011 | 1111 | 101000010 | 111011 | 111111 |
Color Harmonies of #D96AB0
Complementary color
Monochromatic Colors of #D96AB0
Black with #D96AB0
Text Example
Text Example
White with #D96AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AB0; }
p { color: rgb(217,106,176); }
H1.HeaderClassName
{
color: #D96AB0;
}
.AnyTagClassName
{
color: #D96AB0;
}
</style>
background-color css
<style>
a { background-color: #D96AB0; }
a { background-color: rgb(217,106,176); }
div.DivClassName
{
background-color: #D96AB0;
}
.BgClassName
{
background-color: #D96AB0;
}
</style>
border-color css
<style>
span { border-color: #D96AB0; }
span { border-color: rgb(217,106,176); }
td.TdClassName
{
border-color: #D96AB0;
}
.TagClassName
{
border-color: #D96AB0;
}
</style>