Shades of Hopbush #D863AD
Tints of Hopbush #D863AD
RGB
CMYK
RGB Variations
Color information
#D863AD (or 0xD863AD) is known color: Hopbush. HEX triplet: D8, 63 and AD. RGB value is (216,99,173). Sum of RGB (Red+Green+Blue) = 216+99+173=488 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.26% from 488); Green value is 99 (39.06% from 255 or 20.29% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 216 - color contains mainly: red. Hex color #D863AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D863AD is #279C52. Grayscale: #8E8E8E. Windows color (decimal): -2595923 or 11363288. OLE color: 11363288.
HSL color Cylindrical-coordinate representation of color #D863AD: hue angle of 322.05º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D863AD is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 173 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.15 |
| HSL | 322.05º | 0.6% | 0.62% | - |
| HSV(B) | 322.05º | 0.54% | 0.85% | - |
| XYZ | 40.32 | 26.54 | 42.53 | - |
| YUV | 142.42 | 145.26 | 180.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 173 | 0 | 0.54 | 0.20 | 0.15 | 322.05 | 0.6 | 0.62 |
| Hex | D8 | 63 | AD | 0 | 36 | 14 | F | 142 | 3C | 3E |
| Octal | 330 | 143 | 255 | 0 | 66 | 24 | 17 | 502 | 74 | 76 |
| Binary | 11011000 | 1100011 | 10101101 | 0 | 110110 | 10100 | 1111 | 101000010 | 111100 | 111110 |
Color Harmonies of #D863AD
Complementary color
Monochromatic Colors of #D863AD
Black with #D863AD
Text Example
Text Example
White with #D863AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863AD; }
p { color: rgb(216,99,173); }
H1.HeaderClassName
{
color: #D863AD;
}
.AnyTagClassName
{
color: #D863AD;
}
</style>
background-color css
<style>
a { background-color: #D863AD; }
a { background-color: rgb(216,99,173); }
div.DivClassName
{
background-color: #D863AD;
}
.BgClassName
{
background-color: #D863AD;
}
</style>
border-color css
<style>
span { border-color: #D863AD; }
span { border-color: rgb(216,99,173); }
td.TdClassName
{
border-color: #D863AD;
}
.TagClassName
{
border-color: #D863AD;
}
</style>