Shades of Hopbush #D66FB0
Tints of Hopbush #D66FB0
RGB
CMYK
RGB Variations
Color information
#D66FB0 (or 0xD66FB0) is known color: Hopbush. HEX triplet: D6, 6F and B0. RGB value is (214,111,176). Sum of RGB (Red+Green+Blue) = 214+111+176=501 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.71% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 214 - color contains mainly: red. Hex color #D66FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66FB0 is #29904F. Grayscale: #959595. Windows color (decimal): -2723920 or 11562966. OLE color: 11562966.
HSL color Cylindrical-coordinate representation of color #D66FB0: hue angle of 322.14º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D66FB0 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 111 | 176 | - |
| CMYK | 0 | 0.48 | 0.18 | 0.16 |
| HSL | 322.14º | 0.56% | 0.64% | - |
| HSV(B) | 322.14º | 0.48% | 0.84% | - |
| XYZ | 41.25 | 28.8 | 44.46 | - |
| YUV | 149.21 | 143.12 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 111 | 176 | 0 | 0.48 | 0.18 | 0.16 | 322.14 | 0.56 | 0.64 |
| Hex | D6 | 6F | B0 | 0 | 30 | 12 | 10 | 142 | 38 | 40 |
| Octal | 326 | 157 | 260 | 0 | 60 | 22 | 20 | 502 | 70 | 100 |
| Binary | 11010110 | 1101111 | 10110000 | 0 | 110000 | 10010 | 10000 | 101000010 | 111000 | 1000000 |
Color Harmonies of #D66FB0
Complementary color
Monochromatic Colors of #D66FB0
Black with #D66FB0
Text Example
Text Example
White with #D66FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66FB0; }
p { color: rgb(214,111,176); }
H1.HeaderClassName
{
color: #D66FB0;
}
.AnyTagClassName
{
color: #D66FB0;
}
</style>
background-color css
<style>
a { background-color: #D66FB0; }
a { background-color: rgb(214,111,176); }
div.DivClassName
{
background-color: #D66FB0;
}
.BgClassName
{
background-color: #D66FB0;
}
</style>
border-color css
<style>
span { border-color: #D66FB0; }
span { border-color: rgb(214,111,176); }
td.TdClassName
{
border-color: #D66FB0;
}
.TagClassName
{
border-color: #D66FB0;
}
</style>