Shades of Hopbush #D66E9F
Tints of Hopbush #D66E9F
RGB
CMYK
RGB Variations
Color information
#D66E9F (or 0xD66E9F) is known color: Hopbush. HEX triplet: D6, 6E and 9F. RGB value is (214,110,159). Sum of RGB (Red+Green+Blue) = 214+110+159=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 110 (43.36% from 255 or 22.77% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E9F is #299160. Grayscale: #929292. Windows color (decimal): -2724193 or 10448598. OLE color: 10448598.
HSL color Cylindrical-coordinate representation of color #D66E9F: hue angle of 331.73º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66E9F is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 159 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.16 |
| HSL | 331.73º | 0.56% | 0.64% | - |
| HSV(B) | 331.73º | 0.49% | 0.84% | - |
| XYZ | 39.57 | 27.95 | 36.11 | - |
| YUV | 146.68 | 134.96 | 176.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 159 | 0 | 0.49 | 0.26 | 0.16 | 331.73 | 0.56 | 0.64 |
| Hex | D6 | 6E | 9F | 0 | 31 | 1A | 10 | 14C | 38 | 40 |
| Octal | 326 | 156 | 237 | 0 | 61 | 32 | 20 | 514 | 70 | 100 |
| Binary | 11010110 | 1101110 | 10011111 | 0 | 110001 | 11010 | 10000 | 101001100 | 111000 | 1000000 |
Color Harmonies of #D66E9F
Complementary color
Monochromatic Colors of #D66E9F
Black with #D66E9F
Text Example
Text Example
White with #D66E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E9F; }
p { color: rgb(214,110,159); }
H1.HeaderClassName
{
color: #D66E9F;
}
.AnyTagClassName
{
color: #D66E9F;
}
</style>
background-color css
<style>
a { background-color: #D66E9F; }
a { background-color: rgb(214,110,159); }
div.DivClassName
{
background-color: #D66E9F;
}
.BgClassName
{
background-color: #D66E9F;
}
</style>
border-color css
<style>
span { border-color: #D66E9F; }
span { border-color: rgb(214,110,159); }
td.TdClassName
{
border-color: #D66E9F;
}
.TagClassName
{
border-color: #D66E9F;
}
</style>