Shades of Hopbush #D4638C
Tints of Hopbush #D4638C
RGB
CMYK
RGB Variations
Color information
#D4638C (or 0xD4638C) is known color: Hopbush. HEX triplet: D4, 63 and 8C. RGB value is (212,99,140). Sum of RGB (Red+Green+Blue) = 212+99+140=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D4638C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4638C is #2B9C73. Grayscale: #898989. Windows color (decimal): -2858100 or 9200596. OLE color: 9200596.
HSL color Cylindrical-coordinate representation of color #D4638C: hue angle of 338.23º 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 #D4638C is Cyan = 0, Magento = 0.53, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 140 | - |
| CMYK | 0 | 0.53 | 0.34 | 0.17 |
| HSL | 338.23º | 0.57% | 0.61% | - |
| HSV(B) | 338.23º | 0.53% | 0.83% | - |
| XYZ | 36.35 | 24.81 | 27.68 | - |
| YUV | 137.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 140 | 0 | 0.53 | 0.34 | 0.17 | 338.23 | 0.57 | 0.61 |
| Hex | D4 | 63 | 8C | 0 | 35 | 22 | 11 | 152 | 39 | 3D |
| Octal | 324 | 143 | 214 | 0 | 65 | 42 | 21 | 522 | 71 | 75 |
| Binary | 11010100 | 1100011 | 10001100 | 0 | 110101 | 100010 | 10001 | 101010010 | 111001 | 111101 |
Color Harmonies of #D4638C
Complementary color
Monochromatic Colors of #D4638C
Black with #D4638C
Text Example
Text Example
White with #D4638C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4638C; }
p { color: rgb(212,99,140); }
H1.HeaderClassName
{
color: #D4638C;
}
.AnyTagClassName
{
color: #D4638C;
}
</style>
background-color css
<style>
a { background-color: #D4638C; }
a { background-color: rgb(212,99,140); }
div.DivClassName
{
background-color: #D4638C;
}
.BgClassName
{
background-color: #D4638C;
}
</style>
border-color css
<style>
span { border-color: #D4638C; }
span { border-color: rgb(212,99,140); }
td.TdClassName
{
border-color: #D4638C;
}
.TagClassName
{
border-color: #D4638C;
}
</style>