Shades of Hopbush #D06689
Tints of Hopbush #D06689
RGB
CMYK
RGB Variations
Color information
#D06689 (or 0xD06689) is known color: Hopbush. HEX triplet: D0, 66 and 89. RGB value is (208,102,137). Sum of RGB (Red+Green+Blue) = 208+102+137=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 137 (53.91% from 255 or 30.65% from 447); Max value from RGB is 208 - color contains mainly: red. Hex color #D06689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06689 is #2F9976. Grayscale: #898989. Windows color (decimal): -3119479 or 9004752. OLE color: 9004752.
HSL color Cylindrical-coordinate representation of color #D06689: hue angle of 340.19º 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 #D06689 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 137 | - |
| CMYK | 0 | 0.51 | 0.34 | 0.18 |
| HSL | 340.19º | 0.53% | 0.61% | - |
| HSV(B) | 340.19º | 0.51% | 0.82% | - |
| XYZ | 35.28 | 24.72 | 26.58 | - |
| YUV | 137.68 | 127.62 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 137 | 0 | 0.51 | 0.34 | 0.18 | 340.19 | 0.53 | 0.61 |
| Hex | D0 | 66 | 89 | 0 | 33 | 22 | 12 | 154 | 35 | 3D |
| Octal | 320 | 146 | 211 | 0 | 63 | 42 | 22 | 524 | 65 | 75 |
| Binary | 11010000 | 1100110 | 10001001 | 0 | 110011 | 100010 | 10010 | 101010100 | 110101 | 111101 |
Color Harmonies of #D06689
Complementary color
Monochromatic Colors of #D06689
Black with #D06689
Text Example
Text Example
White with #D06689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06689; }
p { color: rgb(208,102,137); }
H1.HeaderClassName
{
color: #D06689;
}
.AnyTagClassName
{
color: #D06689;
}
</style>
background-color css
<style>
a { background-color: #D06689; }
a { background-color: rgb(208,102,137); }
div.DivClassName
{
background-color: #D06689;
}
.BgClassName
{
background-color: #D06689;
}
</style>
border-color css
<style>
span { border-color: #D06689; }
span { border-color: rgb(208,102,137); }
td.TdClassName
{
border-color: #D06689;
}
.TagClassName
{
border-color: #D06689;
}
</style>