Shades of Hopbush #D664A6
Tints of Hopbush #D664A6
RGB
CMYK
RGB Variations
Color information
#D664A6 (or 0xD664A6) is known color: Hopbush. HEX triplet: D6, 64 and A6. RGB value is (214,100,166). Sum of RGB (Red+Green+Blue) = 214+100+166=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 100 (39.45% from 255 or 20.83% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D664A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D664A6 is #299B59. Grayscale: #8D8D8D. Windows color (decimal): -2726746 or 10904790. OLE color: 10904790.
HSL color Cylindrical-coordinate representation of color #D664A6: hue angle of 325.26º 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 #D664A6 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 100 | 166 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.16 |
| HSL | 325.26º | 0.58% | 0.62% | - |
| HSV(B) | 325.26º | 0.53% | 0.84% | - |
| XYZ | 39.17 | 26.16 | 39.06 | - |
| YUV | 141.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 100 | 166 | 0 | 0.53 | 0.22 | 0.16 | 325.26 | 0.58 | 0.62 |
| Hex | D6 | 64 | A6 | 0 | 35 | 16 | 10 | 145 | 3A | 3E |
| Octal | 326 | 144 | 246 | 0 | 65 | 26 | 20 | 505 | 72 | 76 |
| Binary | 11010110 | 1100100 | 10100110 | 0 | 110101 | 10110 | 10000 | 101000101 | 111010 | 111110 |
Color Harmonies of #D664A6
Complementary color
Monochromatic Colors of #D664A6
Black with #D664A6
Text Example
Text Example
White with #D664A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D664A6; }
p { color: rgb(214,100,166); }
H1.HeaderClassName
{
color: #D664A6;
}
.AnyTagClassName
{
color: #D664A6;
}
</style>
background-color css
<style>
a { background-color: #D664A6; }
a { background-color: rgb(214,100,166); }
div.DivClassName
{
background-color: #D664A6;
}
.BgClassName
{
background-color: #D664A6;
}
</style>
border-color css
<style>
span { border-color: #D664A6; }
span { border-color: rgb(214,100,166); }
td.TdClassName
{
border-color: #D664A6;
}
.TagClassName
{
border-color: #D664A6;
}
</style>