Shades of Hopbush #D46AB3
Tints of Hopbush #D46AB3
RGB
CMYK
RGB Variations
Color information
#D46AB3 (or 0xD46AB3) is known color: Hopbush. HEX triplet: D4, 6A and B3. RGB value is (212,106,179). Sum of RGB (Red+Green+Blue) = 212+106+179=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 179 (70.31% from 255 or 36.02% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D46AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D46AB3 is #2B954C. Grayscale: #919191. Windows color (decimal): -2856269 or 11758292. OLE color: 11758292.
HSL color Cylindrical-coordinate representation of color #D46AB3: hue angle of 318.68º 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 #D46AB3 is Cyan = 0, Magento = 0.5, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 106 | 179 | - |
| CMYK | 0 | 0.5 | 0.16 | 0.17 |
| HSL | 318.68º | 0.55% | 0.62% | - |
| HSV(B) | 318.68º | 0.5% | 0.83% | - |
| XYZ | 40.44 | 27.56 | 45.84 | - |
| YUV | 146.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 106 | 179 | 0 | 0.5 | 0.16 | 0.17 | 318.68 | 0.55 | 0.62 |
| Hex | D4 | 6A | B3 | 0 | 32 | 10 | 11 | 13F | 37 | 3E |
| Octal | 324 | 152 | 263 | 0 | 62 | 20 | 21 | 477 | 67 | 76 |
| Binary | 11010100 | 1101010 | 10110011 | 0 | 110010 | 10000 | 10001 | 100111111 | 110111 | 111110 |
Color Harmonies of #D46AB3
Complementary color
Monochromatic Colors of #D46AB3
Black with #D46AB3
Text Example
Text Example
White with #D46AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D46AB3; }
p { color: rgb(212,106,179); }
H1.HeaderClassName
{
color: #D46AB3;
}
.AnyTagClassName
{
color: #D46AB3;
}
</style>
background-color css
<style>
a { background-color: #D46AB3; }
a { background-color: rgb(212,106,179); }
div.DivClassName
{
background-color: #D46AB3;
}
.BgClassName
{
background-color: #D46AB3;
}
</style>
border-color css
<style>
span { border-color: #D46AB3; }
span { border-color: rgb(212,106,179); }
td.TdClassName
{
border-color: #D46AB3;
}
.TagClassName
{
border-color: #D46AB3;
}
</style>