Shades of Hopbush #D476AA
Tints of Hopbush #D476AA
RGB
CMYK
RGB Variations
Color information
#D476AA (or 0xD476AA) is known color: Hopbush. HEX triplet: D4, 76 and AA. RGB value is (212,118,170). Sum of RGB (Red+Green+Blue) = 212+118+170=500 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.4% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 170 (66.80% from 255 or 34% from 500); Max value from RGB is 212 - color contains mainly: red. Hex color #D476AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D476AA is #2B8955. Grayscale: #979797. Windows color (decimal): -2853206 or 11171540. OLE color: 11171540.
HSL color Cylindrical-coordinate representation of color #D476AA: hue angle of 326.81º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D476AA is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 170 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.17 |
| HSL | 326.81º | 0.52% | 0.65% | - |
| HSV(B) | 326.81º | 0.44% | 0.83% | - |
| XYZ | 40.89 | 29.86 | 41.64 | - |
| YUV | 152.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 170 | 0 | 0.44 | 0.20 | 0.17 | 326.81 | 0.52 | 0.65 |
| Hex | D4 | 76 | AA | 0 | 2C | 14 | 11 | 147 | 34 | 41 |
| Octal | 324 | 166 | 252 | 0 | 54 | 24 | 21 | 507 | 64 | 101 |
| Binary | 11010100 | 1110110 | 10101010 | 0 | 101100 | 10100 | 10001 | 101000111 | 110100 | 1000001 |
Color Harmonies of #D476AA
Complementary color
Monochromatic Colors of #D476AA
Black with #D476AA
Text Example
Text Example
White with #D476AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D476AA; }
p { color: rgb(212,118,170); }
H1.HeaderClassName
{
color: #D476AA;
}
.AnyTagClassName
{
color: #D476AA;
}
</style>
background-color css
<style>
a { background-color: #D476AA; }
a { background-color: rgb(212,118,170); }
div.DivClassName
{
background-color: #D476AA;
}
.BgClassName
{
background-color: #D476AA;
}
</style>
border-color css
<style>
span { border-color: #D476AA; }
span { border-color: rgb(212,118,170); }
td.TdClassName
{
border-color: #D476AA;
}
.TagClassName
{
border-color: #D476AA;
}
</style>