Shades of Hopbush #D96CA9
Tints of Hopbush #D96CA9
RGB
CMYK
RGB Variations
Color information
#D96CA9 (or 0xD96CA9) is known color: Hopbush. HEX triplet: D9, 6C and A9. RGB value is (217,108,169). Sum of RGB (Red+Green+Blue) = 217+108+169=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D96CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D96CA9 is #269356. Grayscale: #939393. Windows color (decimal): -2528087 or 11103449. OLE color: 11103449.
HSL color Cylindrical-coordinate representation of color #D96CA9: hue angle of 326.42º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D96CA9 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 108 | 169 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.15 |
| HSL | 326.42º | 0.59% | 0.64% | - |
| HSV(B) | 326.42º | 0.5% | 0.85% | - |
| XYZ | 41.14 | 28.34 | 40.84 | - |
| YUV | 147.55 | 140.11 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 108 | 169 | 0 | 0.50 | 0.22 | 0.15 | 326.42 | 0.59 | 0.64 |
| Hex | D9 | 6C | A9 | 0 | 32 | 16 | F | 146 | 3B | 40 |
| Octal | 331 | 154 | 251 | 0 | 62 | 26 | 17 | 506 | 73 | 100 |
| Binary | 11011001 | 1101100 | 10101001 | 0 | 110010 | 10110 | 1111 | 101000110 | 111011 | 1000000 |
Color Harmonies of #D96CA9
Complementary color
Monochromatic Colors of #D96CA9
Black with #D96CA9
Text Example
Text Example
White with #D96CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96CA9; }
p { color: rgb(217,108,169); }
H1.HeaderClassName
{
color: #D96CA9;
}
.AnyTagClassName
{
color: #D96CA9;
}
</style>
background-color css
<style>
a { background-color: #D96CA9; }
a { background-color: rgb(217,108,169); }
div.DivClassName
{
background-color: #D96CA9;
}
.BgClassName
{
background-color: #D96CA9;
}
</style>
border-color css
<style>
span { border-color: #D96CA9; }
span { border-color: rgb(217,108,169); }
td.TdClassName
{
border-color: #D96CA9;
}
.TagClassName
{
border-color: #D96CA9;
}
</style>