Shades of Hopbush #D66696
Tints of Hopbush #D66696
RGB
CMYK
RGB Variations
Color information
#D66696 (or 0xD66696) is known color: Hopbush. HEX triplet: D6, 66 and 96. RGB value is (214,102,150). Sum of RGB (Red+Green+Blue) = 214+102+150=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 102 (40.23% from 255 or 21.89% from 466); Blue value is 150 (58.98% from 255 or 32.19% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D66696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66696 is #299969. Grayscale: #8C8C8C. Windows color (decimal): -2726250 or 9856726. OLE color: 9856726.
HSL color Cylindrical-coordinate representation of color #D66696: hue angle of 334.29º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66696 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 150 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.16 |
| HSL | 334.29º | 0.58% | 0.62% | - |
| HSV(B) | 334.29º | 0.52% | 0.84% | - |
| XYZ | 37.99 | 26 | 31.87 | - |
| YUV | 140.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 150 | 0 | 0.52 | 0.30 | 0.16 | 334.29 | 0.58 | 0.62 |
| Hex | D6 | 66 | 96 | 0 | 34 | 1E | 10 | 14E | 3A | 3E |
| Octal | 326 | 146 | 226 | 0 | 64 | 36 | 20 | 516 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10010110 | 0 | 110100 | 11110 | 10000 | 101001110 | 111010 | 111110 |
Color Harmonies of #D66696
Complementary color
Monochromatic Colors of #D66696
Black with #D66696
Text Example
Text Example
White with #D66696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66696; }
p { color: rgb(214,102,150); }
H1.HeaderClassName
{
color: #D66696;
}
.AnyTagClassName
{
color: #D66696;
}
</style>
background-color css
<style>
a { background-color: #D66696; }
a { background-color: rgb(214,102,150); }
div.DivClassName
{
background-color: #D66696;
}
.BgClassName
{
background-color: #D66696;
}
</style>
border-color css
<style>
span { border-color: #D66696; }
span { border-color: rgb(214,102,150); }
td.TdClassName
{
border-color: #D66696;
}
.TagClassName
{
border-color: #D66696;
}
</style>