Shades of Hopbush #D46099
Tints of Hopbush #D46099
RGB
CMYK
RGB Variations
Color information
#D46099 (or 0xD46099) is known color: Hopbush. HEX triplet: D4, 60 and 99. RGB value is (212,96,153). Sum of RGB (Red+Green+Blue) = 212+96+153=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D46099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46099 is #2B9F66. Grayscale: #898989. Windows color (decimal): -2858855 or 10051796. OLE color: 10051796.
HSL color Cylindrical-coordinate representation of color #D46099: hue angle of 330.52º 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 #D46099 is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 153 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.17 |
| HSL | 330.52º | 0.57% | 0.6% | - |
| HSV(B) | 330.52º | 0.55% | 0.83% | - |
| XYZ | 37.08 | 24.66 | 32.94 | - |
| YUV | 137.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 153 | 0 | 0.55 | 0.28 | 0.17 | 330.52 | 0.57 | 0.6 |
| Hex | D4 | 60 | 99 | 0 | 37 | 1C | 11 | 14B | 39 | 3C |
| Octal | 324 | 140 | 231 | 0 | 67 | 34 | 21 | 513 | 71 | 74 |
| Binary | 11010100 | 1100000 | 10011001 | 0 | 110111 | 11100 | 10001 | 101001011 | 111001 | 111100 |
Color Harmonies of #D46099
Complementary color
Monochromatic Colors of #D46099
Black with #D46099
Text Example
Text Example
White with #D46099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46099; }
p { color: rgb(212,96,153); }
H1.HeaderClassName
{
color: #D46099;
}
.AnyTagClassName
{
color: #D46099;
}
</style>
background-color css
<style>
a { background-color: #D46099; }
a { background-color: rgb(212,96,153); }
div.DivClassName
{
background-color: #D46099;
}
.BgClassName
{
background-color: #D46099;
}
</style>
border-color css
<style>
span { border-color: #D46099; }
span { border-color: rgb(212,96,153); }
td.TdClassName
{
border-color: #D46099;
}
.TagClassName
{
border-color: #D46099;
}
</style>