Shades of Hopbush #D66698
Tints of Hopbush #D66698
RGB
CMYK
RGB Variations
Color information
#D66698 (or 0xD66698) is known color: Hopbush. HEX triplet: D6, 66 and 98. RGB value is (214,102,152). Sum of RGB (Red+Green+Blue) = 214+102+152=468 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.73% from 468); Green value is 102 (40.23% from 255 or 21.79% from 468); Blue value is 152 (59.77% from 255 or 32.48% from 468); Max value from RGB is 214 - color contains mainly: red. Hex color #D66698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66698 is #299967. Grayscale: #8D8D8D. Windows color (decimal): -2726248 or 9987798. OLE color: 9987798.
HSL color Cylindrical-coordinate representation of color #D66698: hue angle of 333.21º 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 #D66698 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 102 | 152 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.16 |
| HSL | 333.21º | 0.58% | 0.62% | - |
| HSV(B) | 333.21º | 0.52% | 0.84% | - |
| XYZ | 38.15 | 26.07 | 32.73 | - |
| YUV | 141.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 102 | 152 | 0 | 0.52 | 0.29 | 0.16 | 333.21 | 0.58 | 0.62 |
| Hex | D6 | 66 | 98 | 0 | 34 | 1D | 10 | 14D | 3A | 3E |
| Octal | 326 | 146 | 230 | 0 | 64 | 35 | 20 | 515 | 72 | 76 |
| Binary | 11010110 | 1100110 | 10011000 | 0 | 110100 | 11101 | 10000 | 101001101 | 111010 | 111110 |
Color Harmonies of #D66698
Complementary color
Monochromatic Colors of #D66698
Black with #D66698
Text Example
Text Example
White with #D66698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66698; }
p { color: rgb(214,102,152); }
H1.HeaderClassName
{
color: #D66698;
}
.AnyTagClassName
{
color: #D66698;
}
</style>
background-color css
<style>
a { background-color: #D66698; }
a { background-color: rgb(214,102,152); }
div.DivClassName
{
background-color: #D66698;
}
.BgClassName
{
background-color: #D66698;
}
</style>
border-color css
<style>
span { border-color: #D66698; }
span { border-color: rgb(214,102,152); }
td.TdClassName
{
border-color: #D66698;
}
.TagClassName
{
border-color: #D66698;
}
</style>