Shades of Hopbush #D66DB1
Tints of Hopbush #D66DB1
RGB
CMYK
RGB Variations
Color information
#D66DB1 (or 0xD66DB1) is known color: Hopbush. HEX triplet: D6, 6D and B1. RGB value is (214,109,177). Sum of RGB (Red+Green+Blue) = 214+109+177=500 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.8% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 177 (69.53% from 255 or 35.4% from 500); Max value from RGB is 214 - color contains mainly: red. Hex color #D66DB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66DB1 is #29924E. Grayscale: #939393. Windows color (decimal): -2724431 or 11627990. OLE color: 11627990.
HSL color Cylindrical-coordinate representation of color #D66DB1: hue angle of 321.14º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D66DB1 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 109 | 177 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.16 |
| HSL | 321.14º | 0.56% | 0.63% | - |
| HSV(B) | 321.14º | 0.49% | 0.84% | - |
| XYZ | 41.14 | 28.41 | 44.91 | - |
| YUV | 148.15 | 144.29 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 109 | 177 | 0 | 0.49 | 0.17 | 0.16 | 321.14 | 0.56 | 0.63 |
| Hex | D6 | 6D | B1 | 0 | 31 | 11 | 10 | 141 | 38 | 3F |
| Octal | 326 | 155 | 261 | 0 | 61 | 21 | 20 | 501 | 70 | 77 |
| Binary | 11010110 | 1101101 | 10110001 | 0 | 110001 | 10001 | 10000 | 101000001 | 111000 | 111111 |
Color Harmonies of #D66DB1
Complementary color
Monochromatic Colors of #D66DB1
Black with #D66DB1
Text Example
Text Example
White with #D66DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66DB1; }
p { color: rgb(214,109,177); }
H1.HeaderClassName
{
color: #D66DB1;
}
.AnyTagClassName
{
color: #D66DB1;
}
</style>
background-color css
<style>
a { background-color: #D66DB1; }
a { background-color: rgb(214,109,177); }
div.DivClassName
{
background-color: #D66DB1;
}
.BgClassName
{
background-color: #D66DB1;
}
</style>
border-color css
<style>
span { border-color: #D66DB1; }
span { border-color: rgb(214,109,177); }
td.TdClassName
{
border-color: #D66DB1;
}
.TagClassName
{
border-color: #D66DB1;
}
</style>