Shades of Hopbush #D66799
Tints of Hopbush #D66799
RGB
CMYK
RGB Variations
Color information
#D66799 (or 0xD66799) is known color: Hopbush. HEX triplet: D6, 67 and 99. RGB value is (214,103,153). Sum of RGB (Red+Green+Blue) = 214+103+153=470 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.53% from 470); Green value is 103 (40.62% from 255 or 21.91% from 470); Blue value is 153 (60.16% from 255 or 32.55% from 470); Max value from RGB is 214 - color contains mainly: red. Hex color #D66799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66799 is #299866. Grayscale: #8D8D8D. Windows color (decimal): -2725991 or 10053590. OLE color: 10053590.
HSL color Cylindrical-coordinate representation of color #D66799: hue angle of 332.97º 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 #D66799 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 103 | 153 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.16 |
| HSL | 332.97º | 0.58% | 0.62% | - |
| HSV(B) | 332.97º | 0.52% | 0.84% | - |
| XYZ | 38.33 | 26.3 | 33.19 | - |
| YUV | 141.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 103 | 153 | 0 | 0.52 | 0.29 | 0.16 | 332.97 | 0.58 | 0.62 |
| Hex | D6 | 67 | 99 | 0 | 34 | 1D | 10 | 14D | 3A | 3E |
| Octal | 326 | 147 | 231 | 0 | 64 | 35 | 20 | 515 | 72 | 76 |
| Binary | 11010110 | 1100111 | 10011001 | 0 | 110100 | 11101 | 10000 | 101001101 | 111010 | 111110 |
Color Harmonies of #D66799
Complementary color
Monochromatic Colors of #D66799
Black with #D66799
Text Example
Text Example
White with #D66799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66799; }
p { color: rgb(214,103,153); }
H1.HeaderClassName
{
color: #D66799;
}
.AnyTagClassName
{
color: #D66799;
}
</style>
background-color css
<style>
a { background-color: #D66799; }
a { background-color: rgb(214,103,153); }
div.DivClassName
{
background-color: #D66799;
}
.BgClassName
{
background-color: #D66799;
}
</style>
border-color css
<style>
span { border-color: #D66799; }
span { border-color: rgb(214,103,153); }
td.TdClassName
{
border-color: #D66799;
}
.TagClassName
{
border-color: #D66799;
}
</style>