Shades of Hopbush #D46A8F
Tints of Hopbush #D46A8F
RGB
CMYK
RGB Variations
Color information
#D46A8F (or 0xD46A8F) is known color: Hopbush. HEX triplet: D4, 6A and 8F. RGB value is (212,106,143). Sum of RGB (Red+Green+Blue) = 212+106+143=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 143 (56.25% from 255 or 31.02% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D46A8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46A8F is #2B9570. Grayscale: #8D8D8D. Windows color (decimal): -2856305 or 9398996. OLE color: 9398996.
HSL color Cylindrical-coordinate representation of color #D46A8F: hue angle of 339.06º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46A8F is Cyan = 0, Magento = 0.5, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 143 | - |
| CMYK | 0 | 0.5 | 0.33 | 0.17 |
| HSL | 339.06º | 0.55% | 0.62% | - |
| HSV(B) | 339.06º | 0.5% | 0.83% | - |
| XYZ | 37.26 | 26.29 | 29.1 | - |
| YUV | 141.91 | 128.62 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 143 | 0 | 0.5 | 0.33 | 0.17 | 339.06 | 0.55 | 0.62 |
| Hex | D4 | 6A | 8F | 0 | 32 | 21 | 11 | 153 | 37 | 3E |
| Octal | 324 | 152 | 217 | 0 | 62 | 41 | 21 | 523 | 67 | 76 |
| Binary | 11010100 | 1101010 | 10001111 | 0 | 110010 | 100001 | 10001 | 101010011 | 110111 | 111110 |
Color Harmonies of #D46A8F
Complementary color
Monochromatic Colors of #D46A8F
Black with #D46A8F
Text Example
Text Example
White with #D46A8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46A8F; }
p { color: rgb(212,106,143); }
H1.HeaderClassName
{
color: #D46A8F;
}
.AnyTagClassName
{
color: #D46A8F;
}
</style>
background-color css
<style>
a { background-color: #D46A8F; }
a { background-color: rgb(212,106,143); }
div.DivClassName
{
background-color: #D46A8F;
}
.BgClassName
{
background-color: #D46A8F;
}
</style>
border-color css
<style>
span { border-color: #D46A8F; }
span { border-color: rgb(212,106,143); }
td.TdClassName
{
border-color: #D46A8F;
}
.TagClassName
{
border-color: #D46A8F;
}
</style>