Shades of Hopbush #D0689F
Tints of Hopbush #D0689F
RGB
CMYK
RGB Variations
Color information
#D0689F (or 0xD0689F) is known color: Hopbush. HEX triplet: D0, 68 and 9F. RGB value is (208,104,159). Sum of RGB (Red+Green+Blue) = 208+104+159=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 159 (62.5% from 255 or 33.76% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D0689F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0689F is #2F9760. Grayscale: #8D8D8D. Windows color (decimal): -3118945 or 10447056. OLE color: 10447056.
HSL color Cylindrical-coordinate representation of color #D0689F: hue angle of 328.27º 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 #D0689F is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 104 | 159 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.18 |
| HSL | 328.27º | 0.53% | 0.61% | - |
| HSV(B) | 328.27º | 0.5% | 0.82% | - |
| XYZ | 37.22 | 25.81 | 35.82 | - |
| YUV | 141.37 | 137.96 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 104 | 159 | 0 | 0.5 | 0.24 | 0.18 | 328.27 | 0.53 | 0.61 |
| Hex | D0 | 68 | 9F | 0 | 32 | 18 | 12 | 148 | 35 | 3D |
| Octal | 320 | 150 | 237 | 0 | 62 | 30 | 22 | 510 | 65 | 75 |
| Binary | 11010000 | 1101000 | 10011111 | 0 | 110010 | 11000 | 10010 | 101001000 | 110101 | 111101 |
Color Harmonies of #D0689F
Complementary color
Monochromatic Colors of #D0689F
Black with #D0689F
Text Example
Text Example
White with #D0689F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0689F; }
p { color: rgb(208,104,159); }
H1.HeaderClassName
{
color: #D0689F;
}
.AnyTagClassName
{
color: #D0689F;
}
</style>
background-color css
<style>
a { background-color: #D0689F; }
a { background-color: rgb(208,104,159); }
div.DivClassName
{
background-color: #D0689F;
}
.BgClassName
{
background-color: #D0689F;
}
</style>
border-color css
<style>
span { border-color: #D0689F; }
span { border-color: rgb(208,104,159); }
td.TdClassName
{
border-color: #D0689F;
}
.TagClassName
{
border-color: #D0689F;
}
</style>