Shades of Hopbush #D479A0
Tints of Hopbush #D479A0
RGB
CMYK
RGB Variations
Color information
#D479A0 (or 0xD479A0) is known color: Hopbush. HEX triplet: D4, 79 and A0. RGB value is (212,121,160). Sum of RGB (Red+Green+Blue) = 212+121+160=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 160 (62.89% from 255 or 32.45% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D479A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D479A0 is #2B865F. Grayscale: #989898. Windows color (decimal): -2852448 or 10516948. OLE color: 10516948.
HSL color Cylindrical-coordinate representation of color #D479A0: hue angle of 334.29º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D479A0 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 160 | - |
| CMYK | 0 | 0.43 | 0.25 | 0.17 |
| HSL | 334.29º | 0.51% | 0.65% | - |
| HSV(B) | 334.29º | 0.43% | 0.83% | - |
| XYZ | 40.33 | 30.21 | 36.96 | - |
| YUV | 152.66 | 132.15 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 160 | 0 | 0.43 | 0.25 | 0.17 | 334.29 | 0.51 | 0.65 |
| Hex | D4 | 79 | A0 | 0 | 2B | 19 | 11 | 14E | 33 | 41 |
| Octal | 324 | 171 | 240 | 0 | 53 | 31 | 21 | 516 | 63 | 101 |
| Binary | 11010100 | 1111001 | 10100000 | 0 | 101011 | 11001 | 10001 | 101001110 | 110011 | 1000001 |
Color Harmonies of #D479A0
Complementary color
Monochromatic Colors of #D479A0
Black with #D479A0
Text Example
Text Example
White with #D479A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479A0; }
p { color: rgb(212,121,160); }
H1.HeaderClassName
{
color: #D479A0;
}
.AnyTagClassName
{
color: #D479A0;
}
</style>
background-color css
<style>
a { background-color: #D479A0; }
a { background-color: rgb(212,121,160); }
div.DivClassName
{
background-color: #D479A0;
}
.BgClassName
{
background-color: #D479A0;
}
</style>
border-color css
<style>
span { border-color: #D479A0; }
span { border-color: rgb(212,121,160); }
td.TdClassName
{
border-color: #D479A0;
}
.TagClassName
{
border-color: #D479A0;
}
</style>