Shades of Hopbush #D4709F
Tints of Hopbush #D4709F
RGB
CMYK
RGB Variations
Color information
#D4709F (or 0xD4709F) is known color: Hopbush. HEX triplet: D4, 70 and 9F. RGB value is (212,112,159). Sum of RGB (Red+Green+Blue) = 212+112+159=483 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.89% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 159 (62.5% from 255 or 32.92% from 483); Max value from RGB is 212 - color contains mainly: red. Hex color #D4709F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4709F is #2B8F60. Grayscale: #939393. Windows color (decimal): -2854753 or 10449108. OLE color: 10449108.
HSL color Cylindrical-coordinate representation of color #D4709F: hue angle of 331.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D4709F is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 159 | - |
| CMYK | 0 | 0.47 | 0.25 | 0.17 |
| HSL | 331.8º | 0.54% | 0.64% | - |
| HSV(B) | 331.8º | 0.47% | 0.83% | - |
| XYZ | 39.2 | 28.09 | 36.16 | - |
| YUV | 147.26 | 134.63 | 174.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 159 | 0 | 0.47 | 0.25 | 0.17 | 331.8 | 0.54 | 0.64 |
| Hex | D4 | 70 | 9F | 0 | 2F | 19 | 11 | 14C | 36 | 40 |
| Octal | 324 | 160 | 237 | 0 | 57 | 31 | 21 | 514 | 66 | 100 |
| Binary | 11010100 | 1110000 | 10011111 | 0 | 101111 | 11001 | 10001 | 101001100 | 110110 | 1000000 |
Color Harmonies of #D4709F
Complementary color
Monochromatic Colors of #D4709F
Black with #D4709F
Text Example
Text Example
White with #D4709F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4709F; }
p { color: rgb(212,112,159); }
H1.HeaderClassName
{
color: #D4709F;
}
.AnyTagClassName
{
color: #D4709F;
}
</style>
background-color css
<style>
a { background-color: #D4709F; }
a { background-color: rgb(212,112,159); }
div.DivClassName
{
background-color: #D4709F;
}
.BgClassName
{
background-color: #D4709F;
}
</style>
border-color css
<style>
span { border-color: #D4709F; }
span { border-color: rgb(212,112,159); }
td.TdClassName
{
border-color: #D4709F;
}
.TagClassName
{
border-color: #D4709F;
}
</style>