Shades of Hopbush #D06589
Tints of Hopbush #D06589
RGB
CMYK
RGB Variations
Color information
#D06589 (or 0xD06589) is known color: Hopbush. HEX triplet: D0, 65 and 89. RGB value is (208,101,137). Sum of RGB (Red+Green+Blue) = 208+101+137=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 137 (53.91% from 255 or 30.72% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D06589 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06589 is #2F9A76. Grayscale: #898989. Windows color (decimal): -3119735 or 9004496. OLE color: 9004496.
HSL color Cylindrical-coordinate representation of color #D06589: hue angle of 339.81º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06589 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 101 | 137 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.18 |
| HSL | 339.81º | 0.53% | 0.61% | - |
| HSV(B) | 339.81º | 0.51% | 0.82% | - |
| XYZ | 35.18 | 24.52 | 26.55 | - |
| YUV | 137.1 | 127.95 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 101 | 137 | 0 | 0.51 | 0.34 | 0.18 | 339.81 | 0.53 | 0.61 |
| Hex | D0 | 65 | 89 | 0 | 33 | 22 | 12 | 154 | 35 | 3D |
| Octal | 320 | 145 | 211 | 0 | 63 | 42 | 22 | 524 | 65 | 75 |
| Binary | 11010000 | 1100101 | 10001001 | 0 | 110011 | 100010 | 10010 | 101010100 | 110101 | 111101 |
Color Harmonies of #D06589
Complementary color
Monochromatic Colors of #D06589
Black with #D06589
Text Example
Text Example
White with #D06589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06589; }
p { color: rgb(208,101,137); }
H1.HeaderClassName
{
color: #D06589;
}
.AnyTagClassName
{
color: #D06589;
}
</style>
background-color css
<style>
a { background-color: #D06589; }
a { background-color: rgb(208,101,137); }
div.DivClassName
{
background-color: #D06589;
}
.BgClassName
{
background-color: #D06589;
}
</style>
border-color css
<style>
span { border-color: #D06589; }
span { border-color: rgb(208,101,137); }
td.TdClassName
{
border-color: #D06589;
}
.TagClassName
{
border-color: #D06589;
}
</style>