Shades of Hopbush #D66AAE
Tints of Hopbush #D66AAE
RGB
CMYK
RGB Variations
Color information
#D66AAE (or 0xD66AAE) is known color: Hopbush. HEX triplet: D6, 6A and AE. RGB value is (214,106,174). Sum of RGB (Red+Green+Blue) = 214+106+174=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D66AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66AAE is #299551. Grayscale: #919191. Windows color (decimal): -2725202 or 11430614. OLE color: 11430614.
HSL color Cylindrical-coordinate representation of color #D66AAE: hue angle of 322.22º 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 #D66AAE is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 106 | 174 | - |
| CMYK | 0 | 0.50 | 0.19 | 0.16 |
| HSL | 322.22º | 0.57% | 0.63% | - |
| HSV(B) | 322.22º | 0.5% | 0.84% | - |
| XYZ | 40.53 | 27.66 | 43.25 | - |
| YUV | 146.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 106 | 174 | 0 | 0.50 | 0.19 | 0.16 | 322.22 | 0.57 | 0.63 |
| Hex | D6 | 6A | AE | 0 | 32 | 13 | 10 | 142 | 39 | 3F |
| Octal | 326 | 152 | 256 | 0 | 62 | 23 | 20 | 502 | 71 | 77 |
| Binary | 11010110 | 1101010 | 10101110 | 0 | 110010 | 10011 | 10000 | 101000010 | 111001 | 111111 |
Color Harmonies of #D66AAE
Complementary color
Monochromatic Colors of #D66AAE
Black with #D66AAE
Text Example
Text Example
White with #D66AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66AAE; }
p { color: rgb(214,106,174); }
H1.HeaderClassName
{
color: #D66AAE;
}
.AnyTagClassName
{
color: #D66AAE;
}
</style>
background-color css
<style>
a { background-color: #D66AAE; }
a { background-color: rgb(214,106,174); }
div.DivClassName
{
background-color: #D66AAE;
}
.BgClassName
{
background-color: #D66AAE;
}
</style>
border-color css
<style>
span { border-color: #D66AAE; }
span { border-color: rgb(214,106,174); }
td.TdClassName
{
border-color: #D66AAE;
}
.TagClassName
{
border-color: #D66AAE;
}
</style>