Shades of Hopbush #D66997
Tints of Hopbush #D66997
RGB
CMYK
RGB Variations
Color information
#D66997 (or 0xD66997) is known color: Hopbush. HEX triplet: D6, 69 and 97. RGB value is (214,105,151). Sum of RGB (Red+Green+Blue) = 214+105+151=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D66997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66997 is #299668. Grayscale: #8E8E8E. Windows color (decimal): -2725481 or 9923030. OLE color: 9923030.
HSL color Cylindrical-coordinate representation of color #D66997: hue angle of 334.68º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D66997 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 105 | 151 | - |
| CMYK | 0 | 0.51 | 0.29 | 0.16 |
| HSL | 334.68º | 0.57% | 0.63% | - |
| HSV(B) | 334.68º | 0.51% | 0.84% | - |
| XYZ | 38.37 | 26.63 | 32.4 | - |
| YUV | 142.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 105 | 151 | 0 | 0.51 | 0.29 | 0.16 | 334.68 | 0.57 | 0.63 |
| Hex | D6 | 69 | 97 | 0 | 33 | 1D | 10 | 14F | 39 | 3F |
| Octal | 326 | 151 | 227 | 0 | 63 | 35 | 20 | 517 | 71 | 77 |
| Binary | 11010110 | 1101001 | 10010111 | 0 | 110011 | 11101 | 10000 | 101001111 | 111001 | 111111 |
Color Harmonies of #D66997
Complementary color
Monochromatic Colors of #D66997
Black with #D66997
Text Example
Text Example
White with #D66997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66997; }
p { color: rgb(214,105,151); }
H1.HeaderClassName
{
color: #D66997;
}
.AnyTagClassName
{
color: #D66997;
}
</style>
background-color css
<style>
a { background-color: #D66997; }
a { background-color: rgb(214,105,151); }
div.DivClassName
{
background-color: #D66997;
}
.BgClassName
{
background-color: #D66997;
}
</style>
border-color css
<style>
span { border-color: #D66997; }
span { border-color: rgb(214,105,151); }
td.TdClassName
{
border-color: #D66997;
}
.TagClassName
{
border-color: #D66997;
}
</style>