Shades of Hopbush #D66CA6
Tints of Hopbush #D66CA6
RGB
CMYK
RGB Variations
Color information
#D66CA6 (or 0xD66CA6) is known color: Hopbush. HEX triplet: D6, 6C and A6. RGB value is (214,108,166). Sum of RGB (Red+Green+Blue) = 214+108+166=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 108 (42.58% from 255 or 22.13% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D66CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66CA6 is #299359. Grayscale: #929292. Windows color (decimal): -2724698 or 10906838. OLE color: 10906838.
HSL color Cylindrical-coordinate representation of color #D66CA6: hue angle of 327.17º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66CA6 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 108 | 166 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.16 |
| HSL | 327.17º | 0.56% | 0.63% | - |
| HSV(B) | 327.17º | 0.5% | 0.84% | - |
| XYZ | 39.98 | 27.77 | 39.33 | - |
| YUV | 146.31 | 139.12 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 108 | 166 | 0 | 0.50 | 0.22 | 0.16 | 327.17 | 0.56 | 0.63 |
| Hex | D6 | 6C | A6 | 0 | 32 | 16 | 10 | 147 | 38 | 3F |
| Octal | 326 | 154 | 246 | 0 | 62 | 26 | 20 | 507 | 70 | 77 |
| Binary | 11010110 | 1101100 | 10100110 | 0 | 110010 | 10110 | 10000 | 101000111 | 111000 | 111111 |
Color Harmonies of #D66CA6
Complementary color
Monochromatic Colors of #D66CA6
Black with #D66CA6
Text Example
Text Example
White with #D66CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66CA6; }
p { color: rgb(214,108,166); }
H1.HeaderClassName
{
color: #D66CA6;
}
.AnyTagClassName
{
color: #D66CA6;
}
</style>
background-color css
<style>
a { background-color: #D66CA6; }
a { background-color: rgb(214,108,166); }
div.DivClassName
{
background-color: #D66CA6;
}
.BgClassName
{
background-color: #D66CA6;
}
</style>
border-color css
<style>
span { border-color: #D66CA6; }
span { border-color: rgb(214,108,166); }
td.TdClassName
{
border-color: #D66CA6;
}
.TagClassName
{
border-color: #D66CA6;
}
</style>