Shades of Hopbush #D66BA9
Tints of Hopbush #D66BA9
RGB
CMYK
RGB Variations
Color information
#D66BA9 (or 0xD66BA9) is known color: Hopbush. HEX triplet: D6, 6B and A9. RGB value is (214,107,169). Sum of RGB (Red+Green+Blue) = 214+107+169=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66BA9 is #299456. Grayscale: #919191. Windows color (decimal): -2724951 or 11103190. OLE color: 11103190.
HSL color Cylindrical-coordinate representation of color #D66BA9: hue angle of 325.23º 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 #D66BA9 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 169 | - |
| CMYK | 0 | 0.50 | 0.21 | 0.16 |
| HSL | 325.23º | 0.57% | 0.63% | - |
| HSV(B) | 325.23º | 0.5% | 0.84% | - |
| XYZ | 40.15 | 27.68 | 40.76 | - |
| YUV | 146.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 169 | 0 | 0.50 | 0.21 | 0.16 | 325.23 | 0.57 | 0.63 |
| Hex | D6 | 6B | A9 | 0 | 32 | 15 | 10 | 145 | 39 | 3F |
| Octal | 326 | 153 | 251 | 0 | 62 | 25 | 20 | 505 | 71 | 77 |
| Binary | 11010110 | 1101011 | 10101001 | 0 | 110010 | 10101 | 10000 | 101000101 | 111001 | 111111 |
Color Harmonies of #D66BA9
Complementary color
Monochromatic Colors of #D66BA9
Black with #D66BA9
Text Example
Text Example
White with #D66BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BA9; }
p { color: rgb(214,107,169); }
H1.HeaderClassName
{
color: #D66BA9;
}
.AnyTagClassName
{
color: #D66BA9;
}
</style>
background-color css
<style>
a { background-color: #D66BA9; }
a { background-color: rgb(214,107,169); }
div.DivClassName
{
background-color: #D66BA9;
}
.BgClassName
{
background-color: #D66BA9;
}
</style>
border-color css
<style>
span { border-color: #D66BA9; }
span { border-color: rgb(214,107,169); }
td.TdClassName
{
border-color: #D66BA9;
}
.TagClassName
{
border-color: #D66BA9;
}
</style>