Shades of Hopbush #D66F9E
Tints of Hopbush #D66F9E
RGB
CMYK
RGB Variations
Color information
#D66F9E (or 0xD66F9E) is known color: Hopbush. HEX triplet: D6, 6F and 9E. RGB value is (214,111,158). Sum of RGB (Red+Green+Blue) = 214+111+158=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F9E is #299061. Grayscale: #939393. Windows color (decimal): -2723938 or 10383318. OLE color: 10383318.
HSL color Cylindrical-coordinate representation of color #D66F9E: hue angle of 332.62º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66F9E is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 158 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.16 |
| HSL | 332.62º | 0.56% | 0.64% | - |
| HSV(B) | 332.62º | 0.48% | 0.84% | - |
| XYZ | 39.59 | 28.13 | 35.69 | - |
| YUV | 147.16 | 134.12 | 175.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 158 | 0 | 0.48 | 0.26 | 0.16 | 332.62 | 0.56 | 0.64 |
| Hex | D6 | 6F | 9E | 0 | 30 | 1A | 10 | 14D | 38 | 40 |
| Octal | 326 | 157 | 236 | 0 | 60 | 32 | 20 | 515 | 70 | 100 |
| Binary | 11010110 | 1101111 | 10011110 | 0 | 110000 | 11010 | 10000 | 101001101 | 111000 | 1000000 |
Color Harmonies of #D66F9E
Complementary color
Monochromatic Colors of #D66F9E
Black with #D66F9E
Text Example
Text Example
White with #D66F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66F9E; }
p { color: rgb(214,111,158); }
H1.HeaderClassName
{
color: #D66F9E;
}
.AnyTagClassName
{
color: #D66F9E;
}
</style>
background-color css
<style>
a { background-color: #D66F9E; }
a { background-color: rgb(214,111,158); }
div.DivClassName
{
background-color: #D66F9E;
}
.BgClassName
{
background-color: #D66F9E;
}
</style>
border-color css
<style>
span { border-color: #D66F9E; }
span { border-color: rgb(214,111,158); }
td.TdClassName
{
border-color: #D66F9E;
}
.TagClassName
{
border-color: #D66F9E;
}
</style>