Shades of Hopbush #D46AAD
Tints of Hopbush #D46AAD
RGB
CMYK
RGB Variations
Color information
#D46AAD (or 0xD46AAD) is known color: Hopbush. HEX triplet: D4, 6A and AD. RGB value is (212,106,173). Sum of RGB (Red+Green+Blue) = 212+106+173=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 173 (67.97% from 255 or 35.23% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D46AAD is #2B9552. Grayscale: #919191. Windows color (decimal): -2856275 or 11365076. OLE color: 11365076.
HSL color Cylindrical-coordinate representation of color #D46AAD: hue angle of 322.08º 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 #D46AAD is Cyan = 0, Magento = 0.5, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 173 | - |
| CMYK | 0 | 0.5 | 0.18 | 0.17 |
| HSL | 322.08º | 0.55% | 0.62% | - |
| HSV(B) | 322.08º | 0.5% | 0.83% | - |
| XYZ | 39.85 | 27.32 | 42.71 | - |
| YUV | 145.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 173 | 0 | 0.5 | 0.18 | 0.17 | 322.08 | 0.55 | 0.62 |
| Hex | D4 | 6A | AD | 0 | 32 | 12 | 11 | 142 | 37 | 3E |
| Octal | 324 | 152 | 255 | 0 | 62 | 22 | 21 | 502 | 67 | 76 |
| Binary | 11010100 | 1101010 | 10101101 | 0 | 110010 | 10010 | 10001 | 101000010 | 110111 | 111110 |
Color Harmonies of #D46AAD
Complementary color
Monochromatic Colors of #D46AAD
Black with #D46AAD
Text Example
Text Example
White with #D46AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46AAD; }
p { color: rgb(212,106,173); }
H1.HeaderClassName
{
color: #D46AAD;
}
.AnyTagClassName
{
color: #D46AAD;
}
</style>
background-color css
<style>
a { background-color: #D46AAD; }
a { background-color: rgb(212,106,173); }
div.DivClassName
{
background-color: #D46AAD;
}
.BgClassName
{
background-color: #D46AAD;
}
</style>
border-color css
<style>
span { border-color: #D46AAD; }
span { border-color: rgb(212,106,173); }
td.TdClassName
{
border-color: #D46AAD;
}
.TagClassName
{
border-color: #D46AAD;
}
</style>