Shades of Hopbush #D46B9A
Tints of Hopbush #D46B9A
RGB
CMYK
RGB Variations
Color information
#D46B9A (or 0xD46B9A) is known color: Hopbush. HEX triplet: D4, 6B and 9A. RGB value is (212,107,154). Sum of RGB (Red+Green+Blue) = 212+107+154=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D46B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46B9A is #2B9465. Grayscale: #8F8F8F. Windows color (decimal): -2856038 or 10120148. OLE color: 10120148.
HSL color Cylindrical-coordinate representation of color #D46B9A: hue angle of 333.14º 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 #D46B9A is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 107 | 154 | - |
| CMYK | 0 | 0.50 | 0.27 | 0.17 |
| HSL | 333.14º | 0.55% | 0.63% | - |
| HSV(B) | 333.14º | 0.5% | 0.83% | - |
| XYZ | 38.24 | 26.85 | 33.74 | - |
| YUV | 143.75 | 133.79 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 107 | 154 | 0 | 0.50 | 0.27 | 0.17 | 333.14 | 0.55 | 0.63 |
| Hex | D4 | 6B | 9A | 0 | 32 | 1B | 11 | 14D | 37 | 3F |
| Octal | 324 | 153 | 232 | 0 | 62 | 33 | 21 | 515 | 67 | 77 |
| Binary | 11010100 | 1101011 | 10011010 | 0 | 110010 | 11011 | 10001 | 101001101 | 110111 | 111111 |
Color Harmonies of #D46B9A
Complementary color
Monochromatic Colors of #D46B9A
Black with #D46B9A
Text Example
Text Example
White with #D46B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46B9A; }
p { color: rgb(212,107,154); }
H1.HeaderClassName
{
color: #D46B9A;
}
.AnyTagClassName
{
color: #D46B9A;
}
</style>
background-color css
<style>
a { background-color: #D46B9A; }
a { background-color: rgb(212,107,154); }
div.DivClassName
{
background-color: #D46B9A;
}
.BgClassName
{
background-color: #D46B9A;
}
</style>
border-color css
<style>
span { border-color: #D46B9A; }
span { border-color: rgb(212,107,154); }
td.TdClassName
{
border-color: #D46B9A;
}
.TagClassName
{
border-color: #D46B9A;
}
</style>