Shades of Hopbush #D06BA0
Tints of Hopbush #D06BA0
RGB
CMYK
RGB Variations
Color information
#D06BA0 (or 0xD06BA0) is known color: Hopbush. HEX triplet: D0, 6B and A0. RGB value is (208,107,160). Sum of RGB (Red+Green+Blue) = 208+107+160=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D06BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06BA0 is #2F945F. Grayscale: #8F8F8F. Windows color (decimal): -3118176 or 10513360. OLE color: 10513360.
HSL color Cylindrical-coordinate representation of color #D06BA0: hue angle of 328.51º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D06BA0 is Cyan = 0, Magento = 0.49, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 107 | 160 | - |
| CMYK | 0 | 0.49 | 0.23 | 0.18 |
| HSL | 328.51º | 0.52% | 0.62% | - |
| HSV(B) | 328.51º | 0.49% | 0.82% | - |
| XYZ | 37.62 | 26.46 | 36.38 | - |
| YUV | 143.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 107 | 160 | 0 | 0.49 | 0.23 | 0.18 | 328.51 | 0.52 | 0.62 |
| Hex | D0 | 6B | A0 | 0 | 31 | 17 | 12 | 149 | 34 | 3E |
| Octal | 320 | 153 | 240 | 0 | 61 | 27 | 22 | 511 | 64 | 76 |
| Binary | 11010000 | 1101011 | 10100000 | 0 | 110001 | 10111 | 10010 | 101001001 | 110100 | 111110 |
Color Harmonies of #D06BA0
Complementary color
Monochromatic Colors of #D06BA0
Black with #D06BA0
Text Example
Text Example
White with #D06BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06BA0; }
p { color: rgb(208,107,160); }
H1.HeaderClassName
{
color: #D06BA0;
}
.AnyTagClassName
{
color: #D06BA0;
}
</style>
background-color css
<style>
a { background-color: #D06BA0; }
a { background-color: rgb(208,107,160); }
div.DivClassName
{
background-color: #D06BA0;
}
.BgClassName
{
background-color: #D06BA0;
}
</style>
border-color css
<style>
span { border-color: #D06BA0; }
span { border-color: rgb(208,107,160); }
td.TdClassName
{
border-color: #D06BA0;
}
.TagClassName
{
border-color: #D06BA0;
}
</style>