Shades of Hopbush #D4648B
Tints of Hopbush #D4648B
RGB
CMYK
RGB Variations
Color information
#D4648B (or 0xD4648B) is known color: Hopbush. HEX triplet: D4, 64 and 8B. RGB value is (212,100,139). Sum of RGB (Red+Green+Blue) = 212+100+139=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4648B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4648B is #2B9B74. Grayscale: #898989. Windows color (decimal): -2857845 or 9135316. OLE color: 9135316.
HSL color Cylindrical-coordinate representation of color #D4648B: hue angle of 339.11º 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 #D4648B is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 100 | 139 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.17 |
| HSL | 339.11º | 0.57% | 0.61% | - |
| HSV(B) | 339.11º | 0.53% | 0.83% | - |
| XYZ | 36.37 | 24.98 | 27.33 | - |
| YUV | 137.93 | 128.61 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 100 | 139 | 0 | 0.53 | 0.34 | 0.17 | 339.11 | 0.57 | 0.61 |
| Hex | D4 | 64 | 8B | 0 | 35 | 22 | 11 | 153 | 39 | 3D |
| Octal | 324 | 144 | 213 | 0 | 65 | 42 | 21 | 523 | 71 | 75 |
| Binary | 11010100 | 1100100 | 10001011 | 0 | 110101 | 100010 | 10001 | 101010011 | 111001 | 111101 |
Color Harmonies of #D4648B
Complementary color
Monochromatic Colors of #D4648B
Black with #D4648B
Text Example
Text Example
White with #D4648B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4648B; }
p { color: rgb(212,100,139); }
H1.HeaderClassName
{
color: #D4648B;
}
.AnyTagClassName
{
color: #D4648B;
}
</style>
background-color css
<style>
a { background-color: #D4648B; }
a { background-color: rgb(212,100,139); }
div.DivClassName
{
background-color: #D4648B;
}
.BgClassName
{
background-color: #D4648B;
}
</style>
border-color css
<style>
span { border-color: #D4648B; }
span { border-color: rgb(212,100,139); }
td.TdClassName
{
border-color: #D4648B;
}
.TagClassName
{
border-color: #D4648B;
}
</style>