Shades of Hopbush #D06FA9
Tints of Hopbush #D06FA9
RGB
CMYK
RGB Variations
Color information
#D06FA9 (or 0xD06FA9) is known color: Hopbush. HEX triplet: D0, 6F and A9. RGB value is (208,111,169). Sum of RGB (Red+Green+Blue) = 208+111+169=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 169 (66.41% from 255 or 34.63% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06FA9 is #2F9056. Grayscale: #929292. Windows color (decimal): -3117143 or 11104208. OLE color: 11104208.
HSL color Cylindrical-coordinate representation of color #D06FA9: hue angle of 324.12º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FA9 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 169 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.18 |
| HSL | 324.12º | 0.51% | 0.63% | - |
| HSV(B) | 324.12º | 0.47% | 0.82% | - |
| XYZ | 38.86 | 27.64 | 40.82 | - |
| YUV | 146.62 | 140.64 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 169 | 0 | 0.47 | 0.19 | 0.18 | 324.12 | 0.51 | 0.63 |
| Hex | D0 | 6F | A9 | 0 | 2F | 13 | 12 | 144 | 33 | 3F |
| Octal | 320 | 157 | 251 | 0 | 57 | 23 | 22 | 504 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10101001 | 0 | 101111 | 10011 | 10010 | 101000100 | 110011 | 111111 |
Color Harmonies of #D06FA9
Complementary color
Monochromatic Colors of #D06FA9
Black with #D06FA9
Text Example
Text Example
White with #D06FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FA9; }
p { color: rgb(208,111,169); }
H1.HeaderClassName
{
color: #D06FA9;
}
.AnyTagClassName
{
color: #D06FA9;
}
</style>
background-color css
<style>
a { background-color: #D06FA9; }
a { background-color: rgb(208,111,169); }
div.DivClassName
{
background-color: #D06FA9;
}
.BgClassName
{
background-color: #D06FA9;
}
</style>
border-color css
<style>
span { border-color: #D06FA9; }
span { border-color: rgb(208,111,169); }
td.TdClassName
{
border-color: #D06FA9;
}
.TagClassName
{
border-color: #D06FA9;
}
</style>