Shades of Hopbush #D479B1
Tints of Hopbush #D479B1
RGB
CMYK
RGB Variations
Color information
#D479B1 (or 0xD479B1) is known color: Hopbush. HEX triplet: D4, 79 and B1. RGB value is (212,121,177). Sum of RGB (Red+Green+Blue) = 212+121+177=510 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.57% from 510); Green value is 121 (47.66% from 255 or 23.73% from 510); Blue value is 177 (69.53% from 255 or 34.71% from 510); Max value from RGB is 212 - color contains mainly: red. Hex color #D479B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D479B1 is #2B864E. Grayscale: #9A9A9A. Windows color (decimal): -2852431 or 11631060. OLE color: 11631060.
HSL color Cylindrical-coordinate representation of color #D479B1: hue angle of 323.08º 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 #D479B1 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 177 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.17 |
| HSL | 323.08º | 0.51% | 0.65% | - |
| HSV(B) | 323.08º | 0.43% | 0.83% | - |
| XYZ | 41.92 | 30.85 | 45.34 | - |
| YUV | 154.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 177 | 0 | 0.43 | 0.17 | 0.17 | 323.08 | 0.51 | 0.65 |
| Hex | D4 | 79 | B1 | 0 | 2B | 11 | 11 | 143 | 33 | 41 |
| Octal | 324 | 171 | 261 | 0 | 53 | 21 | 21 | 503 | 63 | 101 |
| Binary | 11010100 | 1111001 | 10110001 | 0 | 101011 | 10001 | 10001 | 101000011 | 110011 | 1000001 |
Color Harmonies of #D479B1
Complementary color
Monochromatic Colors of #D479B1
Black with #D479B1
Text Example
Text Example
White with #D479B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479B1; }
p { color: rgb(212,121,177); }
H1.HeaderClassName
{
color: #D479B1;
}
.AnyTagClassName
{
color: #D479B1;
}
</style>
background-color css
<style>
a { background-color: #D479B1; }
a { background-color: rgb(212,121,177); }
div.DivClassName
{
background-color: #D479B1;
}
.BgClassName
{
background-color: #D479B1;
}
</style>
border-color css
<style>
span { border-color: #D479B1; }
span { border-color: rgb(212,121,177); }
td.TdClassName
{
border-color: #D479B1;
}
.TagClassName
{
border-color: #D479B1;
}
</style>