Shades of Hopbush #D2789D
Tints of Hopbush #D2789D
RGB
CMYK
RGB Variations
Color information
#D2789D (or 0xD2789D) is known color: Hopbush. HEX triplet: D2, 78 and 9D. RGB value is (210,120,157). Sum of RGB (Red+Green+Blue) = 210+120+157=487 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.12% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 157 (61.72% from 255 or 32.24% from 487); Max value from RGB is 210 - color contains mainly: red. Hex color #D2789D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2789D is #2D8762. Grayscale: #979797. Windows color (decimal): -2983779 or 10320082. OLE color: 10320082.
HSL color Cylindrical-coordinate representation of color #D2789D: hue angle of 335.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2789D is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 157 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.18 |
| HSL | 335.33º | 0.5% | 0.65% | - |
| HSV(B) | 335.33º | 0.43% | 0.82% | - |
| XYZ | 39.38 | 29.57 | 35.53 | - |
| YUV | 151.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 157 | 0 | 0.43 | 0.25 | 0.18 | 335.33 | 0.5 | 0.65 |
| Hex | D2 | 78 | 9D | 0 | 2B | 19 | 12 | 14F | 32 | 41 |
| Octal | 322 | 170 | 235 | 0 | 53 | 31 | 22 | 517 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10011101 | 0 | 101011 | 11001 | 10010 | 101001111 | 110010 | 1000001 |
Color Harmonies of #D2789D
Complementary color
Monochromatic Colors of #D2789D
Black with #D2789D
Text Example
Text Example
White with #D2789D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2789D; }
p { color: rgb(210,120,157); }
H1.HeaderClassName
{
color: #D2789D;
}
.AnyTagClassName
{
color: #D2789D;
}
</style>
background-color css
<style>
a { background-color: #D2789D; }
a { background-color: rgb(210,120,157); }
div.DivClassName
{
background-color: #D2789D;
}
.BgClassName
{
background-color: #D2789D;
}
</style>
border-color css
<style>
span { border-color: #D2789D; }
span { border-color: rgb(210,120,157); }
td.TdClassName
{
border-color: #D2789D;
}
.TagClassName
{
border-color: #D2789D;
}
</style>