Shades of Hopbush #D0759D
Tints of Hopbush #D0759D
RGB
CMYK
RGB Variations
Color information
#D0759D (or 0xD0759D) is known color: Hopbush. HEX triplet: D0, 75 and 9D. RGB value is (208,117,157). Sum of RGB (Red+Green+Blue) = 208+117+157=482 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.15% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 157 (61.72% from 255 or 32.57% from 482); Max value from RGB is 208 - color contains mainly: red. Hex color #D0759D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0759D is #2F8A62. Grayscale: #949494. Windows color (decimal): -3115619 or 10319312. OLE color: 10319312.
HSL color Cylindrical-coordinate representation of color #D0759D: hue angle of 333.63º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0759D is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 117 | 157 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.18 |
| HSL | 333.63º | 0.49% | 0.64% | - |
| HSV(B) | 333.63º | 0.44% | 0.82% | - |
| XYZ | 38.46 | 28.57 | 35.39 | - |
| YUV | 148.77 | 132.65 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 117 | 157 | 0 | 0.44 | 0.25 | 0.18 | 333.63 | 0.49 | 0.64 |
| Hex | D0 | 75 | 9D | 0 | 2C | 19 | 12 | 14E | 31 | 40 |
| Octal | 320 | 165 | 235 | 0 | 54 | 31 | 22 | 516 | 61 | 100 |
| Binary | 11010000 | 1110101 | 10011101 | 0 | 101100 | 11001 | 10010 | 101001110 | 110001 | 1000000 |
Color Harmonies of #D0759D
Complementary color
Monochromatic Colors of #D0759D
Black with #D0759D
Text Example
Text Example
White with #D0759D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0759D; }
p { color: rgb(208,117,157); }
H1.HeaderClassName
{
color: #D0759D;
}
.AnyTagClassName
{
color: #D0759D;
}
</style>
background-color css
<style>
a { background-color: #D0759D; }
a { background-color: rgb(208,117,157); }
div.DivClassName
{
background-color: #D0759D;
}
.BgClassName
{
background-color: #D0759D;
}
</style>
border-color css
<style>
span { border-color: #D0759D; }
span { border-color: rgb(208,117,157); }
td.TdClassName
{
border-color: #D0759D;
}
.TagClassName
{
border-color: #D0759D;
}
</style>