Shades of Hopbush #D4759E
Tints of Hopbush #D4759E
RGB
CMYK
RGB Variations
Color information
#D4759E (or 0xD4759E) is known color: Hopbush. HEX triplet: D4, 75 and 9E. RGB value is (212,117,158). Sum of RGB (Red+Green+Blue) = 212+117+158=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 117 (46.09% from 255 or 24.02% from 487); Blue value is 158 (62.11% from 255 or 32.44% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4759E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4759E is #2B8A61. Grayscale: #969696. Windows color (decimal): -2853474 or 10384852. OLE color: 10384852.
HSL color Cylindrical-coordinate representation of color #D4759E: hue angle of 334.11º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4759E is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 117 | 158 | - |
| CMYK | 0 | 0.45 | 0.25 | 0.17 |
| HSL | 334.11º | 0.52% | 0.65% | - |
| HSV(B) | 334.11º | 0.45% | 0.83% | - |
| XYZ | 39.68 | 29.19 | 35.89 | - |
| YUV | 150.08 | 132.47 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 117 | 158 | 0 | 0.45 | 0.25 | 0.17 | 334.11 | 0.52 | 0.65 |
| Hex | D4 | 75 | 9E | 0 | 2D | 19 | 11 | 14E | 34 | 41 |
| Octal | 324 | 165 | 236 | 0 | 55 | 31 | 21 | 516 | 64 | 101 |
| Binary | 11010100 | 1110101 | 10011110 | 0 | 101101 | 11001 | 10001 | 101001110 | 110100 | 1000001 |
Color Harmonies of #D4759E
Complementary color
Monochromatic Colors of #D4759E
Black with #D4759E
Text Example
Text Example
White with #D4759E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4759E; }
p { color: rgb(212,117,158); }
H1.HeaderClassName
{
color: #D4759E;
}
.AnyTagClassName
{
color: #D4759E;
}
</style>
background-color css
<style>
a { background-color: #D4759E; }
a { background-color: rgb(212,117,158); }
div.DivClassName
{
background-color: #D4759E;
}
.BgClassName
{
background-color: #D4759E;
}
</style>
border-color css
<style>
span { border-color: #D4759E; }
span { border-color: rgb(212,117,158); }
td.TdClassName
{
border-color: #D4759E;
}
.TagClassName
{
border-color: #D4759E;
}
</style>