Shades of Hopbush #D86DAE
Tints of Hopbush #D86DAE
RGB
CMYK
RGB Variations
Color information
#D86DAE (or 0xD86DAE) is known color: Hopbush. HEX triplet: D8, 6D and AE. RGB value is (216,109,174). Sum of RGB (Red+Green+Blue) = 216+109+174=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D86DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86DAE is #279251. Grayscale: #949494. Windows color (decimal): -2593362 or 11431384. OLE color: 11431384.
HSL color Cylindrical-coordinate representation of color #D86DAE: hue angle of 323.55º 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 #D86DAE is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 109 | 174 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.15 |
| HSL | 323.55º | 0.58% | 0.64% | - |
| HSV(B) | 323.55º | 0.5% | 0.85% | - |
| XYZ | 41.43 | 28.59 | 43.38 | - |
| YUV | 148.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 109 | 174 | 0 | 0.50 | 0.19 | 0.15 | 323.55 | 0.58 | 0.64 |
| Hex | D8 | 6D | AE | 0 | 32 | 13 | F | 144 | 3A | 40 |
| Octal | 330 | 155 | 256 | 0 | 62 | 23 | 17 | 504 | 72 | 100 |
| Binary | 11011000 | 1101101 | 10101110 | 0 | 110010 | 10011 | 1111 | 101000100 | 111010 | 1000000 |
Color Harmonies of #D86DAE
Complementary color
Monochromatic Colors of #D86DAE
Black with #D86DAE
Text Example
Text Example
White with #D86DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86DAE; }
p { color: rgb(216,109,174); }
H1.HeaderClassName
{
color: #D86DAE;
}
.AnyTagClassName
{
color: #D86DAE;
}
</style>
background-color css
<style>
a { background-color: #D86DAE; }
a { background-color: rgb(216,109,174); }
div.DivClassName
{
background-color: #D86DAE;
}
.BgClassName
{
background-color: #D86DAE;
}
</style>
border-color css
<style>
span { border-color: #D86DAE; }
span { border-color: rgb(216,109,174); }
td.TdClassName
{
border-color: #D86DAE;
}
.TagClassName
{
border-color: #D86DAE;
}
</style>