Shades of Hopbush #D4789F
Tints of Hopbush #D4789F
RGB
CMYK
RGB Variations
Color information
#D4789F (or 0xD4789F) is known color: Hopbush. HEX triplet: D4, 78 and 9F. RGB value is (212,120,159). Sum of RGB (Red+Green+Blue) = 212+120+159=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 159 (62.5% from 255 or 32.38% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D4789F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4789F is #2B8760. Grayscale: #979797. Windows color (decimal): -2852705 or 10451156. OLE color: 10451156.
HSL color Cylindrical-coordinate representation of color #D4789F: hue angle of 334.57º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D4789F is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 159 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.17 |
| HSL | 334.57º | 0.52% | 0.65% | - |
| HSV(B) | 334.57º | 0.43% | 0.83% | - |
| XYZ | 40.13 | 29.93 | 36.46 | - |
| YUV | 151.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 159 | 0 | 0.43 | 0.25 | 0.17 | 334.57 | 0.52 | 0.65 |
| Hex | D4 | 78 | 9F | 0 | 2B | 19 | 11 | 14F | 34 | 41 |
| Octal | 324 | 170 | 237 | 0 | 53 | 31 | 21 | 517 | 64 | 101 |
| Binary | 11010100 | 1111000 | 10011111 | 0 | 101011 | 11001 | 10001 | 101001111 | 110100 | 1000001 |
Color Harmonies of #D4789F
Complementary color
Monochromatic Colors of #D4789F
Black with #D4789F
Text Example
Text Example
White with #D4789F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4789F; }
p { color: rgb(212,120,159); }
H1.HeaderClassName
{
color: #D4789F;
}
.AnyTagClassName
{
color: #D4789F;
}
</style>
background-color css
<style>
a { background-color: #D4789F; }
a { background-color: rgb(212,120,159); }
div.DivClassName
{
background-color: #D4789F;
}
.BgClassName
{
background-color: #D4789F;
}
</style>
border-color css
<style>
span { border-color: #D4789F; }
span { border-color: rgb(212,120,159); }
td.TdClassName
{
border-color: #D4789F;
}
.TagClassName
{
border-color: #D4789F;
}
</style>