Shades of Hopbush #D66695
Tints of Hopbush #D66695
RGB
CMYK
RGB Variations
Color information
#D66695 (or 0xD66695) is known color: Hopbush. HEX triplet: D6, 66 and 95. RGB value is (214,102,149). Sum of RGB (Red+Green+Blue) = 214+102+149=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 102 (40.23% from 255 or 21.94% from 465); Blue value is 149 (58.59% from 255 or 32.04% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D66695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66695 is #29996A. Grayscale: #8C8C8C. Windows color (decimal): -2726251 or 9791190. OLE color: 9791190.
HSL color Cylindrical-coordinate representation of color #D66695: hue angle of 334.82º 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 #D66695 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 149 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.16 |
| HSL | 334.82º | 0.58% | 0.62% | - |
| HSV(B) | 334.82º | 0.52% | 0.84% | - |
| XYZ | 37.91 | 25.97 | 31.45 | - |
| YUV | 140.85 | 132.61 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 149 | 0 | 0.52 | 0.30 | 0.16 | 334.82 | 0.58 | 0.62 |
| Hex | D6 | 66 | 95 | 0 | 34 | 1E | 10 | 14F | 3A | 3E |
| Octal | 326 | 146 | 225 | 0 | 64 | 36 | 20 | 517 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10010101 | 0 | 110100 | 11110 | 10000 | 101001111 | 111010 | 111110 |
Color Harmonies of #D66695
Complementary color
Monochromatic Colors of #D66695
Black with #D66695
Text Example
Text Example
White with #D66695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66695; }
p { color: rgb(214,102,149); }
H1.HeaderClassName
{
color: #D66695;
}
.AnyTagClassName
{
color: #D66695;
}
</style>
background-color css
<style>
a { background-color: #D66695; }
a { background-color: rgb(214,102,149); }
div.DivClassName
{
background-color: #D66695;
}
.BgClassName
{
background-color: #D66695;
}
</style>
border-color css
<style>
span { border-color: #D66695; }
span { border-color: rgb(214,102,149); }
td.TdClassName
{
border-color: #D66695;
}
.TagClassName
{
border-color: #D66695;
}
</style>