Shades of Hopbush #D4608B
Tints of Hopbush #D4608B
RGB
CMYK
RGB Variations
Color information
#D4608B (or 0xD4608B) is known color: Hopbush. HEX triplet: D4, 60 and 8B. RGB value is (212,96,139). Sum of RGB (Red+Green+Blue) = 212+96+139=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D4608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D4608B is #2B9F74. Grayscale: #878787. Windows color (decimal): -2858869 or 9134292. OLE color: 9134292.
HSL color Cylindrical-coordinate representation of color #D4608B: hue angle of 337.76º 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 #D4608B is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 139 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.17 |
| HSL | 337.76º | 0.57% | 0.6% | - |
| HSV(B) | 337.76º | 0.55% | 0.83% | - |
| XYZ | 35.99 | 24.23 | 27.21 | - |
| YUV | 135.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 139 | 0 | 0.55 | 0.34 | 0.17 | 337.76 | 0.57 | 0.6 |
| Hex | D4 | 60 | 8B | 0 | 37 | 22 | 11 | 152 | 39 | 3C |
| Octal | 324 | 140 | 213 | 0 | 67 | 42 | 21 | 522 | 71 | 74 |
| Binary | 11010100 | 1100000 | 10001011 | 0 | 110111 | 100010 | 10001 | 101010010 | 111001 | 111100 |
Color Harmonies of #D4608B
Complementary color
Monochromatic Colors of #D4608B
Black with #D4608B
Text Example
Text Example
White with #D4608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4608B; }
p { color: rgb(212,96,139); }
H1.HeaderClassName
{
color: #D4608B;
}
.AnyTagClassName
{
color: #D4608B;
}
</style>
background-color css
<style>
a { background-color: #D4608B; }
a { background-color: rgb(212,96,139); }
div.DivClassName
{
background-color: #D4608B;
}
.BgClassName
{
background-color: #D4608B;
}
</style>
border-color css
<style>
span { border-color: #D4608B; }
span { border-color: rgb(212,96,139); }
td.TdClassName
{
border-color: #D4608B;
}
.TagClassName
{
border-color: #D4608B;
}
</style>