Shades of Hopbush #D471AE
Tints of Hopbush #D471AE
RGB
CMYK
RGB Variations
Color information
#D471AE (or 0xD471AE) is known color: Hopbush. HEX triplet: D4, 71 and AE. RGB value is (212,113,174). Sum of RGB (Red+Green+Blue) = 212+113+174=499 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.48% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 174 (68.36% from 255 or 34.87% from 499); Max value from RGB is 212 - color contains mainly: red. Hex color #D471AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471AE is #2B8E51. Grayscale: #959595. Windows color (decimal): -2854482 or 11432404. OLE color: 11432404.
HSL color Cylindrical-coordinate representation of color #D471AE: hue angle of 323.03º 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 #D471AE is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 174 | - |
| CMYK | 0 | 0.47 | 0.18 | 0.17 |
| HSL | 323.03º | 0.54% | 0.64% | - |
| HSV(B) | 323.03º | 0.47% | 0.83% | - |
| XYZ | 40.7 | 28.86 | 43.47 | - |
| YUV | 149.56 | 141.8 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 174 | 0 | 0.47 | 0.18 | 0.17 | 323.03 | 0.54 | 0.64 |
| Hex | D4 | 71 | AE | 0 | 2F | 12 | 11 | 143 | 36 | 40 |
| Octal | 324 | 161 | 256 | 0 | 57 | 22 | 21 | 503 | 66 | 100 |
| Binary | 11010100 | 1110001 | 10101110 | 0 | 101111 | 10010 | 10001 | 101000011 | 110110 | 1000000 |
Color Harmonies of #D471AE
Complementary color
Monochromatic Colors of #D471AE
Black with #D471AE
Text Example
Text Example
White with #D471AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471AE; }
p { color: rgb(212,113,174); }
H1.HeaderClassName
{
color: #D471AE;
}
.AnyTagClassName
{
color: #D471AE;
}
</style>
background-color css
<style>
a { background-color: #D471AE; }
a { background-color: rgb(212,113,174); }
div.DivClassName
{
background-color: #D471AE;
}
.BgClassName
{
background-color: #D471AE;
}
</style>
border-color css
<style>
span { border-color: #D471AE; }
span { border-color: rgb(212,113,174); }
td.TdClassName
{
border-color: #D471AE;
}
.TagClassName
{
border-color: #D471AE;
}
</style>