Shades of Hopbush #D863AC
Tints of Hopbush #D863AC
RGB
CMYK
RGB Variations
Color information
#D863AC (or 0xD863AC) is known color: Hopbush. HEX triplet: D8, 63 and AC. RGB value is (216,99,172). Sum of RGB (Red+Green+Blue) = 216+99+172=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 99 (39.06% from 255 or 20.33% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D863AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D863AC is #279C53. Grayscale: #8E8E8E. Windows color (decimal): -2595924 or 11297752. OLE color: 11297752.
HSL color Cylindrical-coordinate representation of color #D863AC: hue angle of 322.56º 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 #D863AC is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 99 | 172 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.15 |
| HSL | 322.56º | 0.6% | 0.62% | - |
| HSV(B) | 322.56º | 0.54% | 0.85% | - |
| XYZ | 40.23 | 26.5 | 42.02 | - |
| YUV | 142.31 | 144.76 | 180.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 99 | 172 | 0 | 0.54 | 0.20 | 0.15 | 322.56 | 0.6 | 0.62 |
| Hex | D8 | 63 | AC | 0 | 36 | 14 | F | 143 | 3C | 3E |
| Octal | 330 | 143 | 254 | 0 | 66 | 24 | 17 | 503 | 74 | 76 |
| Binary | 11011000 | 1100011 | 10101100 | 0 | 110110 | 10100 | 1111 | 101000011 | 111100 | 111110 |
Color Harmonies of #D863AC
Complementary color
Monochromatic Colors of #D863AC
Black with #D863AC
Text Example
Text Example
White with #D863AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D863AC; }
p { color: rgb(216,99,172); }
H1.HeaderClassName
{
color: #D863AC;
}
.AnyTagClassName
{
color: #D863AC;
}
</style>
background-color css
<style>
a { background-color: #D863AC; }
a { background-color: rgb(216,99,172); }
div.DivClassName
{
background-color: #D863AC;
}
.BgClassName
{
background-color: #D863AC;
}
</style>
border-color css
<style>
span { border-color: #D863AC; }
span { border-color: rgb(216,99,172); }
td.TdClassName
{
border-color: #D863AC;
}
.TagClassName
{
border-color: #D863AC;
}
</style>