Shades of Hopbush #D86AA4
Tints of Hopbush #D86AA4
RGB
CMYK
RGB Variations
Color information
#D86AA4 (or 0xD86AA4) is known color: Hopbush. HEX triplet: D8, 6A and A4. RGB value is (216,106,164). Sum of RGB (Red+Green+Blue) = 216+106+164=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 164 (64.45% from 255 or 33.74% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D86AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D86AA4 is #27955B. Grayscale: #919191. Windows color (decimal): -2594140 or 10775256. OLE color: 10775256.
HSL color Cylindrical-coordinate representation of color #D86AA4: hue angle of 328.36º 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 #D86AA4 is Cyan = 0, Magento = 0.51, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 106 | 164 | - |
| CMYK | 0 | 0.51 | 0.24 | 0.15 |
| HSL | 328.36º | 0.59% | 0.63% | - |
| HSV(B) | 328.36º | 0.51% | 0.85% | - |
| XYZ | 40.17 | 27.59 | 38.33 | - |
| YUV | 145.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 106 | 164 | 0 | 0.51 | 0.24 | 0.15 | 328.36 | 0.59 | 0.63 |
| Hex | D8 | 6A | A4 | 0 | 33 | 18 | F | 148 | 3B | 3F |
| Octal | 330 | 152 | 244 | 0 | 63 | 30 | 17 | 510 | 73 | 77 |
| Binary | 11011000 | 1101010 | 10100100 | 0 | 110011 | 11000 | 1111 | 101001000 | 111011 | 111111 |
Color Harmonies of #D86AA4
Complementary color
Monochromatic Colors of #D86AA4
Black with #D86AA4
Text Example
Text Example
White with #D86AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D86AA4; }
p { color: rgb(216,106,164); }
H1.HeaderClassName
{
color: #D86AA4;
}
.AnyTagClassName
{
color: #D86AA4;
}
</style>
background-color css
<style>
a { background-color: #D86AA4; }
a { background-color: rgb(216,106,164); }
div.DivClassName
{
background-color: #D86AA4;
}
.BgClassName
{
background-color: #D86AA4;
}
</style>
border-color css
<style>
span { border-color: #D86AA4; }
span { border-color: rgb(216,106,164); }
td.TdClassName
{
border-color: #D86AA4;
}
.TagClassName
{
border-color: #D86AA4;
}
</style>