Shades of Hopbush #D0689D
Tints of Hopbush #D0689D
RGB
CMYK
RGB Variations
Color information
#D0689D (or 0xD0689D) is known color: Hopbush. HEX triplet: D0, 68 and 9D. RGB value is (208,104,157). Sum of RGB (Red+Green+Blue) = 208+104+157=469 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.35% from 469); Green value is 104 (41.02% from 255 or 22.17% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 208 - color contains mainly: red. Hex color #D0689D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0689D is #2F9762. Grayscale: #8D8D8D. Windows color (decimal): -3118947 or 10315984. OLE color: 10315984.
HSL color Cylindrical-coordinate representation of color #D0689D: hue angle of 329.42º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0689D is Cyan = 0, Magento = 0.5, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 157 | - |
| CMYK | 0 | 0.5 | 0.25 | 0.18 |
| HSL | 329.42º | 0.53% | 0.61% | - |
| HSV(B) | 329.42º | 0.5% | 0.82% | - |
| XYZ | 37.05 | 25.74 | 34.91 | - |
| YUV | 141.14 | 136.96 | 175.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 157 | 0 | 0.5 | 0.25 | 0.18 | 329.42 | 0.53 | 0.61 |
| Hex | D0 | 68 | 9D | 0 | 32 | 19 | 12 | 149 | 35 | 3D |
| Octal | 320 | 150 | 235 | 0 | 62 | 31 | 22 | 511 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10011101 | 0 | 110010 | 11001 | 10010 | 101001001 | 110101 | 111101 |
Color Harmonies of #D0689D
Complementary color
Monochromatic Colors of #D0689D
Black with #D0689D
Text Example
Text Example
White with #D0689D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0689D; }
p { color: rgb(208,104,157); }
H1.HeaderClassName
{
color: #D0689D;
}
.AnyTagClassName
{
color: #D0689D;
}
</style>
background-color css
<style>
a { background-color: #D0689D; }
a { background-color: rgb(208,104,157); }
div.DivClassName
{
background-color: #D0689D;
}
.BgClassName
{
background-color: #D0689D;
}
</style>
border-color css
<style>
span { border-color: #D0689D; }
span { border-color: rgb(208,104,157); }
td.TdClassName
{
border-color: #D0689D;
}
.TagClassName
{
border-color: #D0689D;
}
</style>