Shades of Hopbush #D66DAE
Tints of Hopbush #D66DAE
RGB
CMYK
RGB Variations
Color information
#D66DAE (or 0xD66DAE) is known color: Hopbush. HEX triplet: D6, 6D and AE. RGB value is (214,109,174). Sum of RGB (Red+Green+Blue) = 214+109+174=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 174 (68.36% from 255 or 35.01% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DAE is #299251. Grayscale: #939393. Windows color (decimal): -2724434 or 11431382. OLE color: 11431382.
HSL color Cylindrical-coordinate representation of color #D66DAE: hue angle of 322.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DAE is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 174 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.16 |
| HSL | 322.86º | 0.56% | 0.63% | - |
| HSV(B) | 322.86º | 0.49% | 0.84% | - |
| XYZ | 40.84 | 28.29 | 43.35 | - |
| YUV | 147.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 174 | 0 | 0.49 | 0.19 | 0.16 | 322.86 | 0.56 | 0.63 |
| Hex | D6 | 6D | AE | 0 | 31 | 13 | 10 | 143 | 38 | 3F |
| Octal | 326 | 155 | 256 | 0 | 61 | 23 | 20 | 503 | 70 | 77 |
| Binary | 11010110 | 1101101 | 10101110 | 0 | 110001 | 10011 | 10000 | 101000011 | 111000 | 111111 |
Color Harmonies of #D66DAE
Complementary color
Monochromatic Colors of #D66DAE
Black with #D66DAE
Text Example
Text Example
White with #D66DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DAE; }
p { color: rgb(214,109,174); }
H1.HeaderClassName
{
color: #D66DAE;
}
.AnyTagClassName
{
color: #D66DAE;
}
</style>
background-color css
<style>
a { background-color: #D66DAE; }
a { background-color: rgb(214,109,174); }
div.DivClassName
{
background-color: #D66DAE;
}
.BgClassName
{
background-color: #D66DAE;
}
</style>
border-color css
<style>
span { border-color: #D66DAE; }
span { border-color: rgb(214,109,174); }
td.TdClassName
{
border-color: #D66DAE;
}
.TagClassName
{
border-color: #D66DAE;
}
</style>