Shades of Hopbush #D46AA1
Tints of Hopbush #D46AA1
RGB
CMYK
RGB Variations
Color information
#D46AA1 (or 0xD46AA1) is known color: Hopbush. HEX triplet: D4, 6A and A1. RGB value is (212,106,161). Sum of RGB (Red+Green+Blue) = 212+106+161=479 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.26% from 479); Green value is 106 (41.80% from 255 or 22.13% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46AA1 is #2B955E. Grayscale: #8F8F8F. Windows color (decimal): -2856287 or 10578644. OLE color: 10578644.
HSL color Cylindrical-coordinate representation of color #D46AA1: hue angle of 328.87º 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 #D46AA1 is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 161 | - |
| CMYK | 0 | 0.5 | 0.24 | 0.17 |
| HSL | 328.87º | 0.55% | 0.62% | - |
| HSV(B) | 328.87º | 0.5% | 0.83% | - |
| XYZ | 38.74 | 26.88 | 36.86 | - |
| YUV | 143.96 | 137.62 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 161 | 0 | 0.5 | 0.24 | 0.17 | 328.87 | 0.55 | 0.62 |
| Hex | D4 | 6A | A1 | 0 | 32 | 18 | 11 | 149 | 37 | 3E |
| Octal | 324 | 152 | 241 | 0 | 62 | 30 | 21 | 511 | 67 | 76 |
| Binary | 11010100 | 1101010 | 10100001 | 0 | 110010 | 11000 | 10001 | 101001001 | 110111 | 111110 |
Color Harmonies of #D46AA1
Complementary color
Monochromatic Colors of #D46AA1
Black with #D46AA1
Text Example
Text Example
White with #D46AA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46AA1; }
p { color: rgb(212,106,161); }
H1.HeaderClassName
{
color: #D46AA1;
}
.AnyTagClassName
{
color: #D46AA1;
}
</style>
background-color css
<style>
a { background-color: #D46AA1; }
a { background-color: rgb(212,106,161); }
div.DivClassName
{
background-color: #D46AA1;
}
.BgClassName
{
background-color: #D46AA1;
}
</style>
border-color css
<style>
span { border-color: #D46AA1; }
span { border-color: rgb(212,106,161); }
td.TdClassName
{
border-color: #D46AA1;
}
.TagClassName
{
border-color: #D46AA1;
}
</style>