Shades of Hopbush #D4649E
Tints of Hopbush #D4649E
RGB
CMYK
RGB Variations
Color information
#D4649E (or 0xD4649E) is known color: Hopbush. HEX triplet: D4, 64 and 9E. RGB value is (212,100,158). Sum of RGB (Red+Green+Blue) = 212+100+158=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D4649E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4649E is #2B9B61. Grayscale: #8B8B8B. Windows color (decimal): -2857826 or 10380500. OLE color: 10380500.
HSL color Cylindrical-coordinate representation of color #D4649E: hue angle of 328.93º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D4649E is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 158 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.17 |
| HSL | 328.93º | 0.57% | 0.61% | - |
| HSV(B) | 328.93º | 0.53% | 0.83% | - |
| XYZ | 37.88 | 25.58 | 35.29 | - |
| YUV | 140.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 158 | 0 | 0.53 | 0.25 | 0.17 | 328.93 | 0.57 | 0.61 |
| Hex | D4 | 64 | 9E | 0 | 35 | 19 | 11 | 149 | 39 | 3D |
| Octal | 324 | 144 | 236 | 0 | 65 | 31 | 21 | 511 | 71 | 75 |
| Binary | 11010100 | 1100100 | 10011110 | 0 | 110101 | 11001 | 10001 | 101001001 | 111001 | 111101 |
Color Harmonies of #D4649E
Complementary color
Monochromatic Colors of #D4649E
Black with #D4649E
Text Example
Text Example
White with #D4649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4649E; }
p { color: rgb(212,100,158); }
H1.HeaderClassName
{
color: #D4649E;
}
.AnyTagClassName
{
color: #D4649E;
}
</style>
background-color css
<style>
a { background-color: #D4649E; }
a { background-color: rgb(212,100,158); }
div.DivClassName
{
background-color: #D4649E;
}
.BgClassName
{
background-color: #D4649E;
}
</style>
border-color css
<style>
span { border-color: #D4649E; }
span { border-color: rgb(212,100,158); }
td.TdClassName
{
border-color: #D4649E;
}
.TagClassName
{
border-color: #D4649E;
}
</style>