Shades of Hopbush #D66BA7
Tints of Hopbush #D66BA7
RGB
CMYK
RGB Variations
Color information
#D66BA7 (or 0xD66BA7) is known color: Hopbush. HEX triplet: D6, 6B and A7. RGB value is (214,107,167). Sum of RGB (Red+Green+Blue) = 214+107+167=488 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.85% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 167 (65.62% from 255 or 34.22% from 488); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66BA7 is #299458. Grayscale: #919191. Windows color (decimal): -2724953 or 10972118. OLE color: 10972118.
HSL color Cylindrical-coordinate representation of color #D66BA7: hue angle of 326.36º degrees, saturation: 0.57, 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 #D66BA7 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 167 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.16 |
| HSL | 326.36º | 0.57% | 0.63% | - |
| HSV(B) | 326.36º | 0.5% | 0.84% | - |
| XYZ | 39.96 | 27.6 | 39.78 | - |
| YUV | 145.83 | 139.95 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 167 | 0 | 0.50 | 0.22 | 0.16 | 326.36 | 0.57 | 0.63 |
| Hex | D6 | 6B | A7 | 0 | 32 | 16 | 10 | 146 | 39 | 3F |
| Octal | 326 | 153 | 247 | 0 | 62 | 26 | 20 | 506 | 71 | 77 |
| Binary | 11010110 | 1101011 | 10100111 | 0 | 110010 | 10110 | 10000 | 101000110 | 111001 | 111111 |
Color Harmonies of #D66BA7
Complementary color
Monochromatic Colors of #D66BA7
Black with #D66BA7
Text Example
Text Example
White with #D66BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BA7; }
p { color: rgb(214,107,167); }
H1.HeaderClassName
{
color: #D66BA7;
}
.AnyTagClassName
{
color: #D66BA7;
}
</style>
background-color css
<style>
a { background-color: #D66BA7; }
a { background-color: rgb(214,107,167); }
div.DivClassName
{
background-color: #D66BA7;
}
.BgClassName
{
background-color: #D66BA7;
}
</style>
border-color css
<style>
span { border-color: #D66BA7; }
span { border-color: rgb(214,107,167); }
td.TdClassName
{
border-color: #D66BA7;
}
.TagClassName
{
border-color: #D66BA7;
}
</style>