Shades of Hopbush #D664AB
Tints of Hopbush #D664AB
RGB
CMYK
RGB Variations
Color information
#D664AB (or 0xD664AB) is known color: Hopbush. HEX triplet: D6, 64 and AB. RGB value is (214,100,171). Sum of RGB (Red+Green+Blue) = 214+100+171=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D664AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D664AB is #299B54. Grayscale: #8E8E8E. Windows color (decimal): -2726741 or 11232470. OLE color: 11232470.
HSL color Cylindrical-coordinate representation of color #D664AB: hue angle of 322.63º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D664AB is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 171 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.16 |
| HSL | 322.63º | 0.58% | 0.62% | - |
| HSV(B) | 322.63º | 0.53% | 0.84% | - |
| XYZ | 39.64 | 26.35 | 41.53 | - |
| YUV | 142.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 171 | 0 | 0.53 | 0.20 | 0.16 | 322.63 | 0.58 | 0.62 |
| Hex | D6 | 64 | AB | 0 | 35 | 14 | 10 | 143 | 3A | 3E |
| Octal | 326 | 144 | 253 | 0 | 65 | 24 | 20 | 503 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10101011 | 0 | 110101 | 10100 | 10000 | 101000011 | 111010 | 111110 |
Color Harmonies of #D664AB
Complementary color
Monochromatic Colors of #D664AB
Black with #D664AB
Text Example
Text Example
White with #D664AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664AB; }
p { color: rgb(214,100,171); }
H1.HeaderClassName
{
color: #D664AB;
}
.AnyTagClassName
{
color: #D664AB;
}
</style>
background-color css
<style>
a { background-color: #D664AB; }
a { background-color: rgb(214,100,171); }
div.DivClassName
{
background-color: #D664AB;
}
.BgClassName
{
background-color: #D664AB;
}
</style>
border-color css
<style>
span { border-color: #D664AB; }
span { border-color: rgb(214,100,171); }
td.TdClassName
{
border-color: #D664AB;
}
.TagClassName
{
border-color: #D664AB;
}
</style>