Shades of Hopbush #D865A0
Tints of Hopbush #D865A0
RGB
CMYK
RGB Variations
Color information
#D865A0 (or 0xD865A0) is known color: Hopbush. HEX triplet: D8, 65 and A0. RGB value is (216,101,160). Sum of RGB (Red+Green+Blue) = 216+101+160=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 160 (62.89% from 255 or 33.54% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D865A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D865A0 is #279A5F. Grayscale: #8D8D8D. Windows color (decimal): -2595424 or 10511832. OLE color: 10511832.
HSL color Cylindrical-coordinate representation of color #D865A0: hue angle of 329.22º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D865A0 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 160 | - |
| CMYK | 0 | 0.53 | 0.26 | 0.15 |
| HSL | 329.22º | 0.6% | 0.62% | - |
| HSV(B) | 329.22º | 0.53% | 0.85% | - |
| XYZ | 39.32 | 26.44 | 36.29 | - |
| YUV | 142.11 | 138.1 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 160 | 0 | 0.53 | 0.26 | 0.15 | 329.22 | 0.6 | 0.62 |
| Hex | D8 | 65 | A0 | 0 | 35 | 1A | F | 149 | 3C | 3E |
| Octal | 330 | 145 | 240 | 0 | 65 | 32 | 17 | 511 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10100000 | 0 | 110101 | 11010 | 1111 | 101001001 | 111100 | 111110 |
Color Harmonies of #D865A0
Complementary color
Monochromatic Colors of #D865A0
Black with #D865A0
Text Example
Text Example
White with #D865A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865A0; }
p { color: rgb(216,101,160); }
H1.HeaderClassName
{
color: #D865A0;
}
.AnyTagClassName
{
color: #D865A0;
}
</style>
background-color css
<style>
a { background-color: #D865A0; }
a { background-color: rgb(216,101,160); }
div.DivClassName
{
background-color: #D865A0;
}
.BgClassName
{
background-color: #D865A0;
}
</style>
border-color css
<style>
span { border-color: #D865A0; }
span { border-color: rgb(216,101,160); }
td.TdClassName
{
border-color: #D865A0;
}
.TagClassName
{
border-color: #D865A0;
}
</style>