Shades of Hopbush #D45996
Tints of Hopbush #D45996
RGB
CMYK
RGB Variations
Color information
#D45996 (or 0xD45996) is known color: Hopbush. HEX triplet: D4, 59 and 96. RGB value is (212,89,150). Sum of RGB (Red+Green+Blue) = 212+89+150=451 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.01% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 150 (58.98% from 255 or 33.26% from 451); Max value from RGB is 212 - color contains mainly: red. Hex color #D45996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45996 is #2BA669. Grayscale: #848484. Windows color (decimal): -2860650 or 9853396. OLE color: 9853396.
HSL color Cylindrical-coordinate representation of color #D45996: hue angle of 330.24º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D45996 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 150 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.17 |
| HSL | 330.24º | 0.59% | 0.59% | - |
| HSV(B) | 330.24º | 0.58% | 0.83% | - |
| XYZ | 36.23 | 23.34 | 31.45 | - |
| YUV | 132.73 | 137.75 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 150 | 0 | 0.58 | 0.29 | 0.17 | 330.24 | 0.59 | 0.59 |
| Hex | D4 | 59 | 96 | 0 | 3A | 1D | 11 | 14A | 3B | 3B |
| Octal | 324 | 131 | 226 | 0 | 72 | 35 | 21 | 512 | 73 | 73 |
| Binary | 11010100 | 1011001 | 10010110 | 0 | 111010 | 11101 | 10001 | 101001010 | 111011 | 111011 |
Color Harmonies of #D45996
Complementary color
Monochromatic Colors of #D45996
Black with #D45996
Text Example
Text Example
White with #D45996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45996; }
p { color: rgb(212,89,150); }
H1.HeaderClassName
{
color: #D45996;
}
.AnyTagClassName
{
color: #D45996;
}
</style>
background-color css
<style>
a { background-color: #D45996; }
a { background-color: rgb(212,89,150); }
div.DivClassName
{
background-color: #D45996;
}
.BgClassName
{
background-color: #D45996;
}
</style>
border-color css
<style>
span { border-color: #D45996; }
span { border-color: rgb(212,89,150); }
td.TdClassName
{
border-color: #D45996;
}
.TagClassName
{
border-color: #D45996;
}
</style>