Shades of Hopbush #D4618B
Tints of Hopbush #D4618B
RGB
CMYK
RGB Variations
Color information
#D4618B (or 0xD4618B) is known color: Hopbush. HEX triplet: D4, 61 and 8B. RGB value is (212,97,139). Sum of RGB (Red+Green+Blue) = 212+97+139=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 139 (54.69% from 255 or 31.03% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D4618B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4618B is #2B9E74. Grayscale: #888888. Windows color (decimal): -2858613 or 9134548. OLE color: 9134548.
HSL color Cylindrical-coordinate representation of color #D4618B: hue angle of 338.09º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4618B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 139 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.17 |
| HSL | 338.09º | 0.57% | 0.61% | - |
| HSV(B) | 338.09º | 0.54% | 0.83% | - |
| XYZ | 36.09 | 24.41 | 27.24 | - |
| YUV | 136.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 139 | 0 | 0.54 | 0.34 | 0.17 | 338.09 | 0.57 | 0.61 |
| Hex | D4 | 61 | 8B | 0 | 36 | 22 | 11 | 152 | 39 | 3D |
| Octal | 324 | 141 | 213 | 0 | 66 | 42 | 21 | 522 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10001011 | 0 | 110110 | 100010 | 10001 | 101010010 | 111001 | 111101 |
Color Harmonies of #D4618B
Complementary color
Monochromatic Colors of #D4618B
Black with #D4618B
Text Example
Text Example
White with #D4618B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4618B; }
p { color: rgb(212,97,139); }
H1.HeaderClassName
{
color: #D4618B;
}
.AnyTagClassName
{
color: #D4618B;
}
</style>
background-color css
<style>
a { background-color: #D4618B; }
a { background-color: rgb(212,97,139); }
div.DivClassName
{
background-color: #D4618B;
}
.BgClassName
{
background-color: #D4618B;
}
</style>
border-color css
<style>
span { border-color: #D4618B; }
span { border-color: rgb(212,97,139); }
td.TdClassName
{
border-color: #D4618B;
}
.TagClassName
{
border-color: #D4618B;
}
</style>