Shades of Hopbush #D46098
Tints of Hopbush #D46098
RGB
CMYK
RGB Variations
Color information
#D46098 (or 0xD46098) is known color: Hopbush. HEX triplet: D4, 60 and 98. RGB value is (212,96,152). Sum of RGB (Red+Green+Blue) = 212+96+152=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 152 (59.77% from 255 or 33.04% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D46098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46098 is #2B9F67. Grayscale: #888888. Windows color (decimal): -2858856 or 9986260. OLE color: 9986260.
HSL color Cylindrical-coordinate representation of color #D46098: hue angle of 331.03º 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 #D46098 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 152 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.17 |
| HSL | 331.03º | 0.57% | 0.6% | - |
| HSV(B) | 331.03º | 0.55% | 0.83% | - |
| XYZ | 37 | 24.63 | 32.51 | - |
| YUV | 137.07 | 136.43 | 181.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 152 | 0 | 0.55 | 0.28 | 0.17 | 331.03 | 0.57 | 0.6 |
| Hex | D4 | 60 | 98 | 0 | 37 | 1C | 11 | 14B | 39 | 3C |
| Octal | 324 | 140 | 230 | 0 | 67 | 34 | 21 | 513 | 71 | 74 |
| Binary | 11010100 | 1100000 | 10011000 | 0 | 110111 | 11100 | 10001 | 101001011 | 111001 | 111100 |
Color Harmonies of #D46098
Complementary color
Monochromatic Colors of #D46098
Black with #D46098
Text Example
Text Example
White with #D46098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46098; }
p { color: rgb(212,96,152); }
H1.HeaderClassName
{
color: #D46098;
}
.AnyTagClassName
{
color: #D46098;
}
</style>
background-color css
<style>
a { background-color: #D46098; }
a { background-color: rgb(212,96,152); }
div.DivClassName
{
background-color: #D46098;
}
.BgClassName
{
background-color: #D46098;
}
</style>
border-color css
<style>
span { border-color: #D46098; }
span { border-color: rgb(212,96,152); }
td.TdClassName
{
border-color: #D46098;
}
.TagClassName
{
border-color: #D46098;
}
</style>