Shades of Hopbush #D06089
Tints of Hopbush #D06089
RGB
CMYK
RGB Variations
Color information
#D06089 (or 0xD06089) is known color: Hopbush. HEX triplet: D0, 60 and 89. RGB value is (208,96,137). Sum of RGB (Red+Green+Blue) = 208+96+137=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 96 (37.89% from 255 or 21.77% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D06089 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06089 is #2F9F76. Grayscale: #868686. Windows color (decimal): -3121015 or 9003216. OLE color: 9003216.
HSL color Cylindrical-coordinate representation of color #D06089: hue angle of 338.04º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D06089 is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 137 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.18 |
| HSL | 338.04º | 0.54% | 0.6% | - |
| HSV(B) | 338.04º | 0.54% | 0.82% | - |
| XYZ | 34.71 | 23.58 | 26.39 | - |
| YUV | 134.16 | 129.61 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 137 | 0 | 0.54 | 0.34 | 0.18 | 338.04 | 0.54 | 0.6 |
| Hex | D0 | 60 | 89 | 0 | 36 | 22 | 12 | 152 | 36 | 3C |
| Octal | 320 | 140 | 211 | 0 | 66 | 42 | 22 | 522 | 66 | 74 |
| Binary | 11010000 | 1100000 | 10001001 | 0 | 110110 | 100010 | 10010 | 101010010 | 110110 | 111100 |
Color Harmonies of #D06089
Complementary color
Monochromatic Colors of #D06089
Black with #D06089
Text Example
Text Example
White with #D06089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06089; }
p { color: rgb(208,96,137); }
H1.HeaderClassName
{
color: #D06089;
}
.AnyTagClassName
{
color: #D06089;
}
</style>
background-color css
<style>
a { background-color: #D06089; }
a { background-color: rgb(208,96,137); }
div.DivClassName
{
background-color: #D06089;
}
.BgClassName
{
background-color: #D06089;
}
</style>
border-color css
<style>
span { border-color: #D06089; }
span { border-color: rgb(208,96,137); }
td.TdClassName
{
border-color: #D06089;
}
.TagClassName
{
border-color: #D06089;
}
</style>