Shades of Hopbush #D07DA9
Tints of Hopbush #D07DA9
RGB
CMYK
RGB Variations
Color information
#D07DA9 (or 0xD07DA9) is known color: Hopbush. HEX triplet: D0, 7D and A9. RGB value is (208,125,169). Sum of RGB (Red+Green+Blue) = 208+125+169=502 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.43% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 208 - color contains mainly: red. Hex color #D07DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07DA9 is #2F8256. Grayscale: #9A9A9A. Windows color (decimal): -3113559 or 11107792. OLE color: 11107792.
HSL color Cylindrical-coordinate representation of color #D07DA9: hue angle of 328.19º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D07DA9 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 169 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.18 |
| HSL | 328.19º | 0.47% | 0.65% | - |
| HSV(B) | 328.19º | 0.4% | 0.82% | - |
| XYZ | 40.51 | 30.94 | 41.37 | - |
| YUV | 154.83 | 136 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 169 | 0 | 0.40 | 0.19 | 0.18 | 328.19 | 0.47 | 0.65 |
| Hex | D0 | 7D | A9 | 0 | 28 | 13 | 12 | 148 | 2F | 41 |
| Octal | 320 | 175 | 251 | 0 | 50 | 23 | 22 | 510 | 57 | 101 |
| Binary | 11010000 | 1111101 | 10101001 | 0 | 101000 | 10011 | 10010 | 101001000 | 101111 | 1000001 |
Color Harmonies of #D07DA9
Complementary color
Monochromatic Colors of #D07DA9
Black with #D07DA9
Text Example
Text Example
White with #D07DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07DA9; }
p { color: rgb(208,125,169); }
H1.HeaderClassName
{
color: #D07DA9;
}
.AnyTagClassName
{
color: #D07DA9;
}
</style>
background-color css
<style>
a { background-color: #D07DA9; }
a { background-color: rgb(208,125,169); }
div.DivClassName
{
background-color: #D07DA9;
}
.BgClassName
{
background-color: #D07DA9;
}
</style>
border-color css
<style>
span { border-color: #D07DA9; }
span { border-color: rgb(208,125,169); }
td.TdClassName
{
border-color: #D07DA9;
}
.TagClassName
{
border-color: #D07DA9;
}
</style>