Shades of Hopbush #D4678D
Tints of Hopbush #D4678D
RGB
CMYK
RGB Variations
Color information
#D4678D (or 0xD4678D) is known color: Hopbush. HEX triplet: D4, 67 and 8D. RGB value is (212,103,141). Sum of RGB (Red+Green+Blue) = 212+103+141=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D4678D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4678D is #2B9872. Grayscale: #8B8B8B. Windows color (decimal): -2857075 or 9267156. OLE color: 9267156.
HSL color Cylindrical-coordinate representation of color #D4678D: hue angle of 339.08º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D4678D is Cyan = 0, Magento = 0.51, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 103 | 141 | - |
| CMYK | 0 | 0.51 | 0.33 | 0.17 |
| HSL | 339.08º | 0.56% | 0.62% | - |
| HSV(B) | 339.08º | 0.51% | 0.83% | - |
| XYZ | 36.81 | 25.62 | 28.2 | - |
| YUV | 139.92 | 128.61 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 103 | 141 | 0 | 0.51 | 0.33 | 0.17 | 339.08 | 0.56 | 0.62 |
| Hex | D4 | 67 | 8D | 0 | 33 | 21 | 11 | 153 | 38 | 3E |
| Octal | 324 | 147 | 215 | 0 | 63 | 41 | 21 | 523 | 70 | 76 |
| Binary | 11010100 | 1100111 | 10001101 | 0 | 110011 | 100001 | 10001 | 101010011 | 111000 | 111110 |
Color Harmonies of #D4678D
Complementary color
Monochromatic Colors of #D4678D
Black with #D4678D
Text Example
Text Example
White with #D4678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4678D; }
p { color: rgb(212,103,141); }
H1.HeaderClassName
{
color: #D4678D;
}
.AnyTagClassName
{
color: #D4678D;
}
</style>
background-color css
<style>
a { background-color: #D4678D; }
a { background-color: rgb(212,103,141); }
div.DivClassName
{
background-color: #D4678D;
}
.BgClassName
{
background-color: #D4678D;
}
</style>
border-color css
<style>
span { border-color: #D4678D; }
span { border-color: rgb(212,103,141); }
td.TdClassName
{
border-color: #D4678D;
}
.TagClassName
{
border-color: #D4678D;
}
</style>