Shades of Hopbush #D3759F
Tints of Hopbush #D3759F
RGB
CMYK
RGB Variations
Color information
#D3759F (or 0xD3759F) is known color: Hopbush. HEX triplet: D3, 75 and 9F. RGB value is (211,117,159). Sum of RGB (Red+Green+Blue) = 211+117+159=487 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.33% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 159 (62.5% from 255 or 32.65% from 487); Max value from RGB is 211 - color contains mainly: red. Hex color #D3759F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D3759F is #2C8A60. Grayscale: #959595. Windows color (decimal): -2919009 or 10450387. OLE color: 10450387.
HSL color Cylindrical-coordinate representation of color #D3759F: hue angle of 333.19º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D3759F is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 159 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.17 |
| HSL | 333.19º | 0.52% | 0.64% | - |
| HSV(B) | 333.19º | 0.45% | 0.83% | - |
| XYZ | 39.48 | 29.07 | 36.33 | - |
| YUV | 149.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 159 | 0 | 0.45 | 0.25 | 0.17 | 333.19 | 0.52 | 0.64 |
| Hex | D3 | 75 | 9F | 0 | 2D | 19 | 11 | 14D | 34 | 40 |
| Octal | 323 | 165 | 237 | 0 | 55 | 31 | 21 | 515 | 64 | 100 |
| Binary | 11010011 | 1110101 | 10011111 | 0 | 101101 | 11001 | 10001 | 101001101 | 110100 | 1000000 |
Color Harmonies of #D3759F
Complementary color
Monochromatic Colors of #D3759F
Black with #D3759F
Text Example
Text Example
White with #D3759F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3759F; }
p { color: rgb(211,117,159); }
H1.HeaderClassName
{
color: #D3759F;
}
.AnyTagClassName
{
color: #D3759F;
}
</style>
background-color css
<style>
a { background-color: #D3759F; }
a { background-color: rgb(211,117,159); }
div.DivClassName
{
background-color: #D3759F;
}
.BgClassName
{
background-color: #D3759F;
}
</style>
border-color css
<style>
span { border-color: #D3759F; }
span { border-color: rgb(211,117,159); }
td.TdClassName
{
border-color: #D3759F;
}
.TagClassName
{
border-color: #D3759F;
}
</style>