Shades of Hopbush #D4658B
Tints of Hopbush #D4658B
RGB
CMYK
RGB Variations
Color information
#D4658B (or 0xD4658B) is known color: Hopbush. HEX triplet: D4, 65 and 8B. RGB value is (212,101,139). Sum of RGB (Red+Green+Blue) = 212+101+139=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 101 (39.84% from 255 or 22.35% from 452); Blue value is 139 (54.69% from 255 or 30.75% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4658B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4658B is #2B9A74. Grayscale: #8A8A8A. Windows color (decimal): -2857589 or 9135572. OLE color: 9135572.
HSL color Cylindrical-coordinate representation of color #D4658B: hue angle of 339.46º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4658B is Cyan = 0, Magento = 0.52, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 139 | - |
| CMYK | 0 | 0.52 | 0.34 | 0.17 |
| HSL | 339.46º | 0.56% | 0.61% | - |
| HSV(B) | 339.46º | 0.52% | 0.83% | - |
| XYZ | 36.47 | 25.17 | 27.36 | - |
| YUV | 138.52 | 128.27 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 139 | 0 | 0.52 | 0.34 | 0.17 | 339.46 | 0.56 | 0.61 |
| Hex | D4 | 65 | 8B | 0 | 34 | 22 | 11 | 153 | 38 | 3D |
| Octal | 324 | 145 | 213 | 0 | 64 | 42 | 21 | 523 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10001011 | 0 | 110100 | 100010 | 10001 | 101010011 | 111000 | 111101 |
Color Harmonies of #D4658B
Complementary color
Monochromatic Colors of #D4658B
Black with #D4658B
Text Example
Text Example
White with #D4658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4658B; }
p { color: rgb(212,101,139); }
H1.HeaderClassName
{
color: #D4658B;
}
.AnyTagClassName
{
color: #D4658B;
}
</style>
background-color css
<style>
a { background-color: #D4658B; }
a { background-color: rgb(212,101,139); }
div.DivClassName
{
background-color: #D4658B;
}
.BgClassName
{
background-color: #D4658B;
}
</style>
border-color css
<style>
span { border-color: #D4658B; }
span { border-color: rgb(212,101,139); }
td.TdClassName
{
border-color: #D4658B;
}
.TagClassName
{
border-color: #D4658B;
}
</style>