Shades of Hopbush #D86FAE
Tints of Hopbush #D86FAE
RGB
CMYK
RGB Variations
Color information
#D86FAE (or 0xD86FAE) is known color: Hopbush. HEX triplet: D8, 6F and AE. RGB value is (216,111,174). Sum of RGB (Red+Green+Blue) = 216+111+174=501 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.11% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 174 (68.36% from 255 or 34.73% from 501); Max value from RGB is 216 - color contains mainly: red. Hex color #D86FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86FAE is #279051. Grayscale: #959595. Windows color (decimal): -2592850 or 11431896. OLE color: 11431896.
HSL color Cylindrical-coordinate representation of color #D86FAE: hue angle of 324º degrees, saturation: 0.57, 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 #D86FAE is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 111 | 174 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.15 |
| HSL | 324º | 0.57% | 0.64% | - |
| HSV(B) | 324º | 0.49% | 0.85% | - |
| XYZ | 41.64 | 29.02 | 43.45 | - |
| YUV | 149.58 | 141.79 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 111 | 174 | 0 | 0.49 | 0.19 | 0.15 | 324 | 0.57 | 0.64 |
| Hex | D8 | 6F | AE | 0 | 31 | 13 | F | 144 | 39 | 40 |
| Octal | 330 | 157 | 256 | 0 | 61 | 23 | 17 | 504 | 71 | 100 |
| Binary | 11011000 | 1101111 | 10101110 | 0 | 110001 | 10011 | 1111 | 101000100 | 111001 | 1000000 |
Color Harmonies of #D86FAE
Complementary color
Monochromatic Colors of #D86FAE
Black with #D86FAE
Text Example
Text Example
White with #D86FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86FAE; }
p { color: rgb(216,111,174); }
H1.HeaderClassName
{
color: #D86FAE;
}
.AnyTagClassName
{
color: #D86FAE;
}
</style>
background-color css
<style>
a { background-color: #D86FAE; }
a { background-color: rgb(216,111,174); }
div.DivClassName
{
background-color: #D86FAE;
}
.BgClassName
{
background-color: #D86FAE;
}
</style>
border-color css
<style>
span { border-color: #D86FAE; }
span { border-color: rgb(216,111,174); }
td.TdClassName
{
border-color: #D86FAE;
}
.TagClassName
{
border-color: #D86FAE;
}
</style>