Shades of Hopbush #D07CA9
Tints of Hopbush #D07CA9
RGB
CMYK
RGB Variations
Color information
#D07CA9 (or 0xD07CA9) is known color: Hopbush. HEX triplet: D0, 7C and A9. RGB value is (208,124,169). Sum of RGB (Red+Green+Blue) = 208+124+169=501 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.52% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 169 (66.41% from 255 or 33.73% from 501); Max value from RGB is 208 - color contains mainly: red. Hex color #D07CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07CA9 is #2F8356. Grayscale: #9A9A9A. Windows color (decimal): -3113815 or 11107536. OLE color: 11107536.
HSL color Cylindrical-coordinate representation of color #D07CA9: hue angle of 327.86º 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 #D07CA9 is Cyan = 0, Magento = 0.40, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 124 | 169 | - |
| CMYK | 0 | 0.40 | 0.19 | 0.18 |
| HSL | 327.86º | 0.47% | 0.65% | - |
| HSV(B) | 327.86º | 0.4% | 0.82% | - |
| XYZ | 40.38 | 30.69 | 41.33 | - |
| YUV | 154.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 124 | 169 | 0 | 0.40 | 0.19 | 0.18 | 327.86 | 0.47 | 0.65 |
| Hex | D0 | 7C | A9 | 0 | 28 | 13 | 12 | 148 | 2F | 41 |
| Octal | 320 | 174 | 251 | 0 | 50 | 23 | 22 | 510 | 57 | 101 |
| Binary | 11010000 | 1111100 | 10101001 | 0 | 101000 | 10011 | 10010 | 101001000 | 101111 | 1000001 |
Color Harmonies of #D07CA9
Complementary color
Monochromatic Colors of #D07CA9
Black with #D07CA9
Text Example
Text Example
White with #D07CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07CA9; }
p { color: rgb(208,124,169); }
H1.HeaderClassName
{
color: #D07CA9;
}
.AnyTagClassName
{
color: #D07CA9;
}
</style>
background-color css
<style>
a { background-color: #D07CA9; }
a { background-color: rgb(208,124,169); }
div.DivClassName
{
background-color: #D07CA9;
}
.BgClassName
{
background-color: #D07CA9;
}
</style>
border-color css
<style>
span { border-color: #D07CA9; }
span { border-color: rgb(208,124,169); }
td.TdClassName
{
border-color: #D07CA9;
}
.TagClassName
{
border-color: #D07CA9;
}
</style>