Shades of Hopbush #D4709A
Tints of Hopbush #D4709A
RGB
CMYK
RGB Variations
Color information
#D4709A (or 0xD4709A) is known color: Hopbush. HEX triplet: D4, 70 and 9A. RGB value is (212,112,154). Sum of RGB (Red+Green+Blue) = 212+112+154=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 154 (60.55% from 255 or 32.22% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D4709A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4709A is #2B8F65. Grayscale: #929292. Windows color (decimal): -2854758 or 10121428. OLE color: 10121428.
HSL color Cylindrical-coordinate representation of color #D4709A: hue angle of 334.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 #D4709A is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 154 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.17 |
| HSL | 334.8º | 0.54% | 0.64% | - |
| HSV(B) | 334.8º | 0.47% | 0.83% | - |
| XYZ | 38.78 | 27.92 | 33.92 | - |
| YUV | 146.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 154 | 0 | 0.47 | 0.27 | 0.17 | 334.8 | 0.54 | 0.64 |
| Hex | D4 | 70 | 9A | 0 | 2F | 1B | 11 | 14F | 36 | 40 |
| Octal | 324 | 160 | 232 | 0 | 57 | 33 | 21 | 517 | 66 | 100 |
| Binary | 11010100 | 1110000 | 10011010 | 0 | 101111 | 11011 | 10001 | 101001111 | 110110 | 1000000 |
Color Harmonies of #D4709A
Complementary color
Monochromatic Colors of #D4709A
Black with #D4709A
Text Example
Text Example
White with #D4709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4709A; }
p { color: rgb(212,112,154); }
H1.HeaderClassName
{
color: #D4709A;
}
.AnyTagClassName
{
color: #D4709A;
}
</style>
background-color css
<style>
a { background-color: #D4709A; }
a { background-color: rgb(212,112,154); }
div.DivClassName
{
background-color: #D4709A;
}
.BgClassName
{
background-color: #D4709A;
}
</style>
border-color css
<style>
span { border-color: #D4709A; }
span { border-color: rgb(212,112,154); }
td.TdClassName
{
border-color: #D4709A;
}
.TagClassName
{
border-color: #D4709A;
}
</style>