Shades of Hopbush #D86DAD
Tints of Hopbush #D86DAD
RGB
CMYK
RGB Variations
Color information
#D86DAD (or 0xD86DAD) is known color: Hopbush. HEX triplet: D8, 6D and AD. RGB value is (216,109,173). Sum of RGB (Red+Green+Blue) = 216+109+173=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86DAD is #279252. Grayscale: #949494. Windows color (decimal): -2593363 or 11365848. OLE color: 11365848.
HSL color Cylindrical-coordinate representation of color #D86DAD: hue angle of 324.11º degrees, saturation: 0.58, 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 #D86DAD is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 173 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.15 |
| HSL | 324.11º | 0.58% | 0.64% | - |
| HSV(B) | 324.11º | 0.5% | 0.85% | - |
| XYZ | 41.33 | 28.55 | 42.87 | - |
| YUV | 148.29 | 141.95 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 173 | 0 | 0.50 | 0.20 | 0.15 | 324.11 | 0.58 | 0.64 |
| Hex | D8 | 6D | AD | 0 | 32 | 14 | F | 144 | 3A | 40 |
| Octal | 330 | 155 | 255 | 0 | 62 | 24 | 17 | 504 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10101101 | 0 | 110010 | 10100 | 1111 | 101000100 | 111010 | 1000000 |
Color Harmonies of #D86DAD
Complementary color
Monochromatic Colors of #D86DAD
Black with #D86DAD
Text Example
Text Example
White with #D86DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DAD; }
p { color: rgb(216,109,173); }
H1.HeaderClassName
{
color: #D86DAD;
}
.AnyTagClassName
{
color: #D86DAD;
}
</style>
background-color css
<style>
a { background-color: #D86DAD; }
a { background-color: rgb(216,109,173); }
div.DivClassName
{
background-color: #D86DAD;
}
.BgClassName
{
background-color: #D86DAD;
}
</style>
border-color css
<style>
span { border-color: #D86DAD; }
span { border-color: rgb(216,109,173); }
td.TdClassName
{
border-color: #D86DAD;
}
.TagClassName
{
border-color: #D86DAD;
}
</style>