Shades of Hopbush #D471AC
Tints of Hopbush #D471AC
RGB
CMYK
RGB Variations
Color information
#D471AC (or 0xD471AC) is known color: Hopbush. HEX triplet: D4, 71 and AC. RGB value is (212,113,172). Sum of RGB (Red+Green+Blue) = 212+113+172=497 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.66% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 212 - color contains mainly: red. Hex color #D471AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471AC is #2B8E53. Grayscale: #959595. Windows color (decimal): -2854484 or 11301332. OLE color: 11301332.
HSL color Cylindrical-coordinate representation of color #D471AC: hue angle of 324.24º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D471AC is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 172 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.17 |
| HSL | 324.24º | 0.54% | 0.64% | - |
| HSV(B) | 324.24º | 0.47% | 0.83% | - |
| XYZ | 40.5 | 28.79 | 42.45 | - |
| YUV | 149.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 172 | 0 | 0.47 | 0.19 | 0.17 | 324.24 | 0.54 | 0.64 |
| Hex | D4 | 71 | AC | 0 | 2F | 13 | 11 | 144 | 36 | 40 |
| Octal | 324 | 161 | 254 | 0 | 57 | 23 | 21 | 504 | 66 | 100 |
| Binary | 11010100 | 1110001 | 10101100 | 0 | 101111 | 10011 | 10001 | 101000100 | 110110 | 1000000 |
Color Harmonies of #D471AC
Complementary color
Monochromatic Colors of #D471AC
Black with #D471AC
Text Example
Text Example
White with #D471AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471AC; }
p { color: rgb(212,113,172); }
H1.HeaderClassName
{
color: #D471AC;
}
.AnyTagClassName
{
color: #D471AC;
}
</style>
background-color css
<style>
a { background-color: #D471AC; }
a { background-color: rgb(212,113,172); }
div.DivClassName
{
background-color: #D471AC;
}
.BgClassName
{
background-color: #D471AC;
}
</style>
border-color css
<style>
span { border-color: #D471AC; }
span { border-color: rgb(212,113,172); }
td.TdClassName
{
border-color: #D471AC;
}
.TagClassName
{
border-color: #D471AC;
}
</style>