Shades of Hopbush #D4609F
Tints of Hopbush #D4609F
RGB
CMYK
RGB Variations
Color information
#D4609F (or 0xD4609F) is known color: Hopbush. HEX triplet: D4, 60 and 9F. RGB value is (212,96,159). Sum of RGB (Red+Green+Blue) = 212+96+159=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D4609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4609F is #2B9F60. Grayscale: #898989. Windows color (decimal): -2858849 or 10445012. OLE color: 10445012.
HSL color Cylindrical-coordinate representation of color #D4609F: hue angle of 327.41º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4609F is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 159 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.17 |
| HSL | 327.41º | 0.57% | 0.6% | - |
| HSV(B) | 327.41º | 0.55% | 0.83% | - |
| XYZ | 37.59 | 24.87 | 35.62 | - |
| YUV | 137.87 | 139.93 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 159 | 0 | 0.55 | 0.25 | 0.17 | 327.41 | 0.57 | 0.6 |
| Hex | D4 | 60 | 9F | 0 | 37 | 19 | 11 | 147 | 39 | 3C |
| Octal | 324 | 140 | 237 | 0 | 67 | 31 | 21 | 507 | 71 | 74 |
| Binary | 11010100 | 1100000 | 10011111 | 0 | 110111 | 11001 | 10001 | 101000111 | 111001 | 111100 |
Color Harmonies of #D4609F
Complementary color
Monochromatic Colors of #D4609F
Black with #D4609F
Text Example
Text Example
White with #D4609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4609F; }
p { color: rgb(212,96,159); }
H1.HeaderClassName
{
color: #D4609F;
}
.AnyTagClassName
{
color: #D4609F;
}
</style>
background-color css
<style>
a { background-color: #D4609F; }
a { background-color: rgb(212,96,159); }
div.DivClassName
{
background-color: #D4609F;
}
.BgClassName
{
background-color: #D4609F;
}
</style>
border-color css
<style>
span { border-color: #D4609F; }
span { border-color: rgb(212,96,159); }
td.TdClassName
{
border-color: #D4609F;
}
.TagClassName
{
border-color: #D4609F;
}
</style>