Shades of Hopbush #D479A3
Tints of Hopbush #D479A3
RGB
CMYK
RGB Variations
Color information
#D479A3 (or 0xD479A3) is known color: Hopbush. HEX triplet: D4, 79 and A3. RGB value is (212,121,163). Sum of RGB (Red+Green+Blue) = 212+121+163=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 163 (64.06% from 255 or 32.86% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D479A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D479A3 is #2B865C. Grayscale: #989898. Windows color (decimal): -2852445 or 10713556. OLE color: 10713556.
HSL color Cylindrical-coordinate representation of color #D479A3: hue angle of 332.31º 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 #D479A3 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 121 | 163 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.17 |
| HSL | 332.31º | 0.51% | 0.65% | - |
| HSV(B) | 332.31º | 0.43% | 0.83% | - |
| XYZ | 40.6 | 30.32 | 38.36 | - |
| YUV | 153 | 133.65 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 121 | 163 | 0 | 0.43 | 0.23 | 0.17 | 332.31 | 0.51 | 0.65 |
| Hex | D4 | 79 | A3 | 0 | 2B | 17 | 11 | 14C | 33 | 41 |
| Octal | 324 | 171 | 243 | 0 | 53 | 27 | 21 | 514 | 63 | 101 |
| Binary | 11010100 | 1111001 | 10100011 | 0 | 101011 | 10111 | 10001 | 101001100 | 110011 | 1000001 |
Color Harmonies of #D479A3
Complementary color
Monochromatic Colors of #D479A3
Black with #D479A3
Text Example
Text Example
White with #D479A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D479A3; }
p { color: rgb(212,121,163); }
H1.HeaderClassName
{
color: #D479A3;
}
.AnyTagClassName
{
color: #D479A3;
}
</style>
background-color css
<style>
a { background-color: #D479A3; }
a { background-color: rgb(212,121,163); }
div.DivClassName
{
background-color: #D479A3;
}
.BgClassName
{
background-color: #D479A3;
}
</style>
border-color css
<style>
span { border-color: #D479A3; }
span { border-color: rgb(212,121,163); }
td.TdClassName
{
border-color: #D479A3;
}
.TagClassName
{
border-color: #D479A3;
}
</style>