Shades of Hopbush #D45991
Tints of Hopbush #D45991
RGB
CMYK
RGB Variations
Color information
#D45991 (or 0xD45991) is known color: Hopbush. HEX triplet: D4, 59 and 91. RGB value is (212,89,145). Sum of RGB (Red+Green+Blue) = 212+89+145=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 89 (35.16% from 255 or 19.96% from 446); Blue value is 145 (57.03% from 255 or 32.51% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D45991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D45991 is #2BA66E. Grayscale: #848484. Windows color (decimal): -2860655 or 9525716. OLE color: 9525716.
HSL color Cylindrical-coordinate representation of color #D45991: hue angle of 332.68º 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 #D45991 is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 89 | 145 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.17 |
| HSL | 332.68º | 0.59% | 0.59% | - |
| HSV(B) | 332.68º | 0.58% | 0.83% | - |
| XYZ | 35.83 | 23.19 | 29.37 | - |
| YUV | 132.16 | 135.25 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 89 | 145 | 0 | 0.58 | 0.32 | 0.17 | 332.68 | 0.59 | 0.59 |
| Hex | D4 | 59 | 91 | 0 | 3A | 20 | 11 | 14D | 3B | 3B |
| Octal | 324 | 131 | 221 | 0 | 72 | 40 | 21 | 515 | 73 | 73 |
| Binary | 11010100 | 1011001 | 10010001 | 0 | 111010 | 100000 | 10001 | 101001101 | 111011 | 111011 |
Color Harmonies of #D45991
Complementary color
Monochromatic Colors of #D45991
Black with #D45991
Text Example
Text Example
White with #D45991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D45991; }
p { color: rgb(212,89,145); }
H1.HeaderClassName
{
color: #D45991;
}
.AnyTagClassName
{
color: #D45991;
}
</style>
background-color css
<style>
a { background-color: #D45991; }
a { background-color: rgb(212,89,145); }
div.DivClassName
{
background-color: #D45991;
}
.BgClassName
{
background-color: #D45991;
}
</style>
border-color css
<style>
span { border-color: #D45991; }
span { border-color: rgb(212,89,145); }
td.TdClassName
{
border-color: #D45991;
}
.TagClassName
{
border-color: #D45991;
}
</style>