Shades of Hopbush #D46B9C
Tints of Hopbush #D46B9C
RGB
CMYK
RGB Variations
Color information
#D46B9C (or 0xD46B9C) is known color: Hopbush. HEX triplet: D4, 6B and 9C. RGB value is (212,107,156). Sum of RGB (Red+Green+Blue) = 212+107+156=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 107 (42.19% from 255 or 22.53% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46B9C is #2B9463. Grayscale: #8F8F8F. Windows color (decimal): -2856036 or 10251220. OLE color: 10251220.
HSL color Cylindrical-coordinate representation of color #D46B9C: hue angle of 332º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D46B9C is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 156 | - |
| CMYK | 0 | 0.50 | 0.26 | 0.17 |
| HSL | 332º | 0.55% | 0.63% | - |
| HSV(B) | 332º | 0.5% | 0.83% | - |
| XYZ | 38.41 | 26.91 | 34.62 | - |
| YUV | 143.98 | 134.79 | 176.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 156 | 0 | 0.50 | 0.26 | 0.17 | 332 | 0.55 | 0.63 |
| Hex | D4 | 6B | 9C | 0 | 32 | 1A | 11 | 14C | 37 | 3F |
| Octal | 324 | 153 | 234 | 0 | 62 | 32 | 21 | 514 | 67 | 77 |
| Binary | 11010100 | 1101011 | 10011100 | 0 | 110010 | 11010 | 10001 | 101001100 | 110111 | 111111 |
Color Harmonies of #D46B9C
Complementary color
Monochromatic Colors of #D46B9C
Black with #D46B9C
Text Example
Text Example
White with #D46B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B9C; }
p { color: rgb(212,107,156); }
H1.HeaderClassName
{
color: #D46B9C;
}
.AnyTagClassName
{
color: #D46B9C;
}
</style>
background-color css
<style>
a { background-color: #D46B9C; }
a { background-color: rgb(212,107,156); }
div.DivClassName
{
background-color: #D46B9C;
}
.BgClassName
{
background-color: #D46B9C;
}
</style>
border-color css
<style>
span { border-color: #D46B9C; }
span { border-color: rgb(212,107,156); }
td.TdClassName
{
border-color: #D46B9C;
}
.TagClassName
{
border-color: #D46B9C;
}
</style>