Shades of Hopbush #D476A0
Tints of Hopbush #D476A0
RGB
CMYK
RGB Variations
Color information
#D476A0 (or 0xD476A0) is known color: Hopbush. HEX triplet: D4, 76 and A0. RGB value is (212,118,160). Sum of RGB (Red+Green+Blue) = 212+118+160=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 160 (62.89% from 255 or 32.65% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D476A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D476A0 is #2B895F. Grayscale: #969696. Windows color (decimal): -2853216 or 10516180. OLE color: 10516180.
HSL color Cylindrical-coordinate representation of color #D476A0: hue angle of 333.19º 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 #D476A0 is Cyan = 0, Magento = 0.44, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 160 | - |
| CMYK | 0 | 0.44 | 0.25 | 0.17 |
| HSL | 333.19º | 0.52% | 0.65% | - |
| HSV(B) | 333.19º | 0.44% | 0.83% | - |
| XYZ | 39.97 | 29.49 | 36.84 | - |
| YUV | 150.89 | 133.14 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 160 | 0 | 0.44 | 0.25 | 0.17 | 333.19 | 0.52 | 0.65 |
| Hex | D4 | 76 | A0 | 0 | 2C | 19 | 11 | 14D | 34 | 41 |
| Octal | 324 | 166 | 240 | 0 | 54 | 31 | 21 | 515 | 64 | 101 |
| Binary | 11010100 | 1110110 | 10100000 | 0 | 101100 | 11001 | 10001 | 101001101 | 110100 | 1000001 |
Color Harmonies of #D476A0
Complementary color
Monochromatic Colors of #D476A0
Black with #D476A0
Text Example
Text Example
White with #D476A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D476A0; }
p { color: rgb(212,118,160); }
H1.HeaderClassName
{
color: #D476A0;
}
.AnyTagClassName
{
color: #D476A0;
}
</style>
background-color css
<style>
a { background-color: #D476A0; }
a { background-color: rgb(212,118,160); }
div.DivClassName
{
background-color: #D476A0;
}
.BgClassName
{
background-color: #D476A0;
}
</style>
border-color css
<style>
span { border-color: #D476A0; }
span { border-color: rgb(212,118,160); }
td.TdClassName
{
border-color: #D476A0;
}
.TagClassName
{
border-color: #D476A0;
}
</style>