Shades of Hopbush #D46599
Tints of Hopbush #D46599
RGB
CMYK
RGB Variations
Color information
#D46599 (or 0xD46599) is known color: Hopbush. HEX triplet: D4, 65 and 99. RGB value is (212,101,153). Sum of RGB (Red+Green+Blue) = 212+101+153=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D46599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46599 is #2B9A66. Grayscale: #8C8C8C. Windows color (decimal): -2857575 or 10053076. OLE color: 10053076.
HSL color Cylindrical-coordinate representation of color #D46599: hue angle of 331.89º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D46599 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 153 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.17 |
| HSL | 331.89º | 0.56% | 0.61% | - |
| HSV(B) | 331.89º | 0.52% | 0.83% | - |
| XYZ | 37.55 | 25.6 | 33.1 | - |
| YUV | 140.12 | 135.27 | 179.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 153 | 0 | 0.52 | 0.28 | 0.17 | 331.89 | 0.56 | 0.61 |
| Hex | D4 | 65 | 99 | 0 | 34 | 1C | 11 | 14C | 38 | 3D |
| Octal | 324 | 145 | 231 | 0 | 64 | 34 | 21 | 514 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10011001 | 0 | 110100 | 11100 | 10001 | 101001100 | 111000 | 111101 |
Color Harmonies of #D46599
Complementary color
Monochromatic Colors of #D46599
Black with #D46599
Text Example
Text Example
White with #D46599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46599; }
p { color: rgb(212,101,153); }
H1.HeaderClassName
{
color: #D46599;
}
.AnyTagClassName
{
color: #D46599;
}
</style>
background-color css
<style>
a { background-color: #D46599; }
a { background-color: rgb(212,101,153); }
div.DivClassName
{
background-color: #D46599;
}
.BgClassName
{
background-color: #D46599;
}
</style>
border-color css
<style>
span { border-color: #D46599; }
span { border-color: rgb(212,101,153); }
td.TdClassName
{
border-color: #D46599;
}
.TagClassName
{
border-color: #D46599;
}
</style>