Shades of Hopbush #D66BAC
Tints of Hopbush #D66BAC
RGB
CMYK
RGB Variations
Color information
#D66BAC (or 0xD66BAC) is known color: Hopbush. HEX triplet: D6, 6B and AC. RGB value is (214,107,172). Sum of RGB (Red+Green+Blue) = 214+107+172=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D66BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66BAC is #299453. Grayscale: #929292. Windows color (decimal): -2724948 or 11299798. OLE color: 11299798.
HSL color Cylindrical-coordinate representation of color #D66BAC: hue angle of 323.55º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D66BAC is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 107 | 172 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.16 |
| HSL | 323.55º | 0.57% | 0.63% | - |
| HSV(B) | 323.55º | 0.5% | 0.84% | - |
| XYZ | 40.44 | 27.79 | 42.26 | - |
| YUV | 146.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 107 | 172 | 0 | 0.50 | 0.20 | 0.16 | 323.55 | 0.57 | 0.63 |
| Hex | D6 | 6B | AC | 0 | 32 | 14 | 10 | 144 | 39 | 3F |
| Octal | 326 | 153 | 254 | 0 | 62 | 24 | 20 | 504 | 71 | 77 |
| Binary | 11010110 | 1101011 | 10101100 | 0 | 110010 | 10100 | 10000 | 101000100 | 111001 | 111111 |
Color Harmonies of #D66BAC
Complementary color
Monochromatic Colors of #D66BAC
Black with #D66BAC
Text Example
Text Example
White with #D66BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D66BAC; }
p { color: rgb(214,107,172); }
H1.HeaderClassName
{
color: #D66BAC;
}
.AnyTagClassName
{
color: #D66BAC;
}
</style>
background-color css
<style>
a { background-color: #D66BAC; }
a { background-color: rgb(214,107,172); }
div.DivClassName
{
background-color: #D66BAC;
}
.BgClassName
{
background-color: #D66BAC;
}
</style>
border-color css
<style>
span { border-color: #D66BAC; }
span { border-color: rgb(214,107,172); }
td.TdClassName
{
border-color: #D66BAC;
}
.TagClassName
{
border-color: #D66BAC;
}
</style>