Shades of Hopbush #D865AA
Tints of Hopbush #D865AA
RGB
CMYK
RGB Variations
Color information
#D865AA (or 0xD865AA) is known color: Hopbush. HEX triplet: D8, 65 and AA. RGB value is (216,101,170). Sum of RGB (Red+Green+Blue) = 216+101+170=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 101 (39.84% from 255 or 20.74% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D865AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D865AA is #279A55. Grayscale: #8F8F8F. Windows color (decimal): -2595414 or 11167192. OLE color: 11167192.
HSL color Cylindrical-coordinate representation of color #D865AA: hue angle of 324º 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 #D865AA is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 101 | 170 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.15 |
| HSL | 324º | 0.6% | 0.62% | - |
| HSV(B) | 324º | 0.53% | 0.85% | - |
| XYZ | 40.23 | 26.81 | 41.08 | - |
| YUV | 143.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 101 | 170 | 0 | 0.53 | 0.21 | 0.15 | 324 | 0.6 | 0.62 |
| Hex | D8 | 65 | AA | 0 | 35 | 15 | F | 144 | 3C | 3E |
| Octal | 330 | 145 | 252 | 0 | 65 | 25 | 17 | 504 | 74 | 76 |
| Binary | 11011000 | 1100101 | 10101010 | 0 | 110101 | 10101 | 1111 | 101000100 | 111100 | 111110 |
Color Harmonies of #D865AA
Complementary color
Monochromatic Colors of #D865AA
Black with #D865AA
Text Example
Text Example
White with #D865AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D865AA; }
p { color: rgb(216,101,170); }
H1.HeaderClassName
{
color: #D865AA;
}
.AnyTagClassName
{
color: #D865AA;
}
</style>
background-color css
<style>
a { background-color: #D865AA; }
a { background-color: rgb(216,101,170); }
div.DivClassName
{
background-color: #D865AA;
}
.BgClassName
{
background-color: #D865AA;
}
</style>
border-color css
<style>
span { border-color: #D865AA; }
span { border-color: rgb(216,101,170); }
td.TdClassName
{
border-color: #D865AA;
}
.TagClassName
{
border-color: #D865AA;
}
</style>