Shades of Hopbush #D66694
Tints of Hopbush #D66694
RGB
CMYK
RGB Variations
Color information
#D66694 (or 0xD66694) is known color: Hopbush. HEX triplet: D6, 66 and 94. RGB value is (214,102,148). Sum of RGB (Red+Green+Blue) = 214+102+148=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 148 (58.20% from 255 or 31.90% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D66694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66694 is #29996B. Grayscale: #8C8C8C. Windows color (decimal): -2726252 or 9725654. OLE color: 9725654.
HSL color Cylindrical-coordinate representation of color #D66694: hue angle of 335.36º 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 #D66694 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 148 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.16 |
| HSL | 335.36º | 0.58% | 0.62% | - |
| HSV(B) | 335.36º | 0.52% | 0.84% | - |
| XYZ | 37.83 | 25.94 | 31.03 | - |
| YUV | 140.73 | 132.11 | 180.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 148 | 0 | 0.52 | 0.31 | 0.16 | 335.36 | 0.58 | 0.62 |
| Hex | D6 | 66 | 94 | 0 | 34 | 1F | 10 | 14F | 3A | 3E |
| Octal | 326 | 146 | 224 | 0 | 64 | 37 | 20 | 517 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10010100 | 0 | 110100 | 11111 | 10000 | 101001111 | 111010 | 111110 |
Color Harmonies of #D66694
Complementary color
Monochromatic Colors of #D66694
Black with #D66694
Text Example
Text Example
White with #D66694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66694; }
p { color: rgb(214,102,148); }
H1.HeaderClassName
{
color: #D66694;
}
.AnyTagClassName
{
color: #D66694;
}
</style>
background-color css
<style>
a { background-color: #D66694; }
a { background-color: rgb(214,102,148); }
div.DivClassName
{
background-color: #D66694;
}
.BgClassName
{
background-color: #D66694;
}
</style>
border-color css
<style>
span { border-color: #D66694; }
span { border-color: rgb(214,102,148); }
td.TdClassName
{
border-color: #D66694;
}
.TagClassName
{
border-color: #D66694;
}
</style>