Shades of Hopbush #D66795
Tints of Hopbush #D66795
RGB
CMYK
RGB Variations
Color information
#D66795 (or 0xD66795) is known color: Hopbush. HEX triplet: D6, 67 and 95. RGB value is (214,103,149). Sum of RGB (Red+Green+Blue) = 214+103+149=466 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.92% from 466); Green value is 103 (40.62% from 255 or 22.10% from 466); Blue value is 149 (58.59% from 255 or 31.97% from 466); Max value from RGB is 214 - color contains mainly: red. Hex color #D66795 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66795 is #29986A. Grayscale: #8D8D8D. Windows color (decimal): -2725995 or 9791446. OLE color: 9791446.
HSL color Cylindrical-coordinate representation of color #D66795: hue angle of 335.14º 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 #D66795 is Cyan = 0, Magento = 0.52, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 149 | - |
| CMYK | 0 | 0.52 | 0.30 | 0.16 |
| HSL | 335.14º | 0.58% | 0.62% | - |
| HSV(B) | 335.14º | 0.52% | 0.84% | - |
| XYZ | 38.01 | 26.17 | 31.48 | - |
| YUV | 141.43 | 132.27 | 179.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 149 | 0 | 0.52 | 0.30 | 0.16 | 335.14 | 0.58 | 0.62 |
| Hex | D6 | 67 | 95 | 0 | 34 | 1E | 10 | 14F | 3A | 3E |
| Octal | 326 | 147 | 225 | 0 | 64 | 36 | 20 | 517 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10010101 | 0 | 110100 | 11110 | 10000 | 101001111 | 111010 | 111110 |
Color Harmonies of #D66795
Complementary color
Monochromatic Colors of #D66795
Black with #D66795
Text Example
Text Example
White with #D66795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66795; }
p { color: rgb(214,103,149); }
H1.HeaderClassName
{
color: #D66795;
}
.AnyTagClassName
{
color: #D66795;
}
</style>
background-color css
<style>
a { background-color: #D66795; }
a { background-color: rgb(214,103,149); }
div.DivClassName
{
background-color: #D66795;
}
.BgClassName
{
background-color: #D66795;
}
</style>
border-color css
<style>
span { border-color: #D66795; }
span { border-color: rgb(214,103,149); }
td.TdClassName
{
border-color: #D66795;
}
.TagClassName
{
border-color: #D66795;
}
</style>