Shades of Hopbush #D06DA9
Tints of Hopbush #D06DA9
RGB
CMYK
RGB Variations
Color information
#D06DA9 (or 0xD06DA9) is known color: Hopbush. HEX triplet: D0, 6D and A9. RGB value is (208,109,169). Sum of RGB (Red+Green+Blue) = 208+109+169=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 109 (42.97% from 255 or 22.43% from 486); Blue value is 169 (66.41% from 255 or 34.77% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D06DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06DA9 is #2F9256. Grayscale: #919191. Windows color (decimal): -3117655 or 11103696. OLE color: 11103696.
HSL color Cylindrical-coordinate representation of color #D06DA9: hue angle of 323.64º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06DA9 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 169 | - |
| CMYK | 0 | 0.48 | 0.19 | 0.18 |
| HSL | 323.64º | 0.51% | 0.62% | - |
| HSV(B) | 323.64º | 0.48% | 0.82% | - |
| XYZ | 38.64 | 27.21 | 40.75 | - |
| YUV | 145.44 | 141.3 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 169 | 0 | 0.48 | 0.19 | 0.18 | 323.64 | 0.51 | 0.62 |
| Hex | D0 | 6D | A9 | 0 | 30 | 13 | 12 | 144 | 33 | 3E |
| Octal | 320 | 155 | 251 | 0 | 60 | 23 | 22 | 504 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10101001 | 0 | 110000 | 10011 | 10010 | 101000100 | 110011 | 111110 |
Color Harmonies of #D06DA9
Complementary color
Monochromatic Colors of #D06DA9
Black with #D06DA9
Text Example
Text Example
White with #D06DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06DA9; }
p { color: rgb(208,109,169); }
H1.HeaderClassName
{
color: #D06DA9;
}
.AnyTagClassName
{
color: #D06DA9;
}
</style>
background-color css
<style>
a { background-color: #D06DA9; }
a { background-color: rgb(208,109,169); }
div.DivClassName
{
background-color: #D06DA9;
}
.BgClassName
{
background-color: #D06DA9;
}
</style>
border-color css
<style>
span { border-color: #D06DA9; }
span { border-color: rgb(208,109,169); }
td.TdClassName
{
border-color: #D06DA9;
}
.TagClassName
{
border-color: #D06DA9;
}
</style>