Shades of Hopbush #D964AB
Tints of Hopbush #D964AB
RGB
CMYK
RGB Variations
Color information
#D964AB (or 0xD964AB) is known color: Hopbush. HEX triplet: D9, 64 and AB. RGB value is (217,100,171). Sum of RGB (Red+Green+Blue) = 217+100+171=488 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.47% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 217 - color contains mainly: red. Hex color #D964AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D964AB is #269B54. Grayscale: #8E8E8E. Windows color (decimal): -2530133 or 11232473. OLE color: 11232473.
HSL color Cylindrical-coordinate representation of color #D964AB: hue angle of 323.59º degrees, saturation: 0.61, 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 #D964AB is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 100 | 171 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.15 |
| HSL | 323.59º | 0.61% | 0.62% | - |
| HSV(B) | 323.59º | 0.54% | 0.85% | - |
| XYZ | 40.52 | 26.81 | 41.57 | - |
| YUV | 143.08 | 143.76 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 100 | 171 | 0 | 0.54 | 0.21 | 0.15 | 323.59 | 0.61 | 0.62 |
| Hex | D9 | 64 | AB | 0 | 36 | 15 | F | 144 | 3D | 3E |
| Octal | 331 | 144 | 253 | 0 | 66 | 25 | 17 | 504 | 75 | 76 |
| Binary | 11011001 | 1100100 | 10101011 | 0 | 110110 | 10101 | 1111 | 101000100 | 111101 | 111110 |
Color Harmonies of #D964AB
Complementary color
Monochromatic Colors of #D964AB
Black with #D964AB
Text Example
Text Example
White with #D964AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D964AB; }
p { color: rgb(217,100,171); }
H1.HeaderClassName
{
color: #D964AB;
}
.AnyTagClassName
{
color: #D964AB;
}
</style>
background-color css
<style>
a { background-color: #D964AB; }
a { background-color: rgb(217,100,171); }
div.DivClassName
{
background-color: #D964AB;
}
.BgClassName
{
background-color: #D964AB;
}
</style>
border-color css
<style>
span { border-color: #D964AB; }
span { border-color: rgb(217,100,171); }
td.TdClassName
{
border-color: #D964AB;
}
.TagClassName
{
border-color: #D964AB;
}
</style>