Shades of Hopbush #D66E9C
Tints of Hopbush #D66E9C
RGB
CMYK
RGB Variations
Color information
#D66E9C (or 0xD66E9C) is known color: Hopbush. HEX triplet: D6, 6E and 9C. RGB value is (214,110,156). Sum of RGB (Red+Green+Blue) = 214+110+156=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 110 (43.36% from 255 or 22.92% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E9C is #299163. Grayscale: #929292. Windows color (decimal): -2724196 or 10251990. OLE color: 10251990.
HSL color Cylindrical-coordinate representation of color #D66E9C: hue angle of 333.46º 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 #D66E9C is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 110 | 156 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.16 |
| HSL | 333.46º | 0.56% | 0.64% | - |
| HSV(B) | 333.46º | 0.49% | 0.84% | - |
| XYZ | 39.31 | 27.85 | 34.76 | - |
| YUV | 146.34 | 133.46 | 176.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 110 | 156 | 0 | 0.49 | 0.27 | 0.16 | 333.46 | 0.56 | 0.64 |
| Hex | D6 | 6E | 9C | 0 | 31 | 1B | 10 | 14D | 38 | 40 |
| Octal | 326 | 156 | 234 | 0 | 61 | 33 | 20 | 515 | 70 | 100 |
| Binary | 11010110 | 1101110 | 10011100 | 0 | 110001 | 11011 | 10000 | 101001101 | 111000 | 1000000 |
Color Harmonies of #D66E9C
Complementary color
Monochromatic Colors of #D66E9C
Black with #D66E9C
Text Example
Text Example
White with #D66E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66E9C; }
p { color: rgb(214,110,156); }
H1.HeaderClassName
{
color: #D66E9C;
}
.AnyTagClassName
{
color: #D66E9C;
}
</style>
background-color css
<style>
a { background-color: #D66E9C; }
a { background-color: rgb(214,110,156); }
div.DivClassName
{
background-color: #D66E9C;
}
.BgClassName
{
background-color: #D66E9C;
}
</style>
border-color css
<style>
span { border-color: #D66E9C; }
span { border-color: rgb(214,110,156); }
td.TdClassName
{
border-color: #D66E9C;
}
.TagClassName
{
border-color: #D66E9C;
}
</style>