Shades of Hopbush #D471AA
Tints of Hopbush #D471AA
RGB
CMYK
RGB Variations
Color information
#D471AA (or 0xD471AA) is known color: Hopbush. HEX triplet: D4, 71 and AA. RGB value is (212,113,170). Sum of RGB (Red+Green+Blue) = 212+113+170=495 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.83% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 212 - color contains mainly: red. Hex color #D471AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471AA is #2B8E55. Grayscale: #949494. Windows color (decimal): -2854486 or 11170260. OLE color: 11170260.
HSL color Cylindrical-coordinate representation of color #D471AA: hue angle of 325.45º 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 #D471AA is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 170 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.17 |
| HSL | 325.45º | 0.54% | 0.64% | - |
| HSV(B) | 325.45º | 0.47% | 0.83% | - |
| XYZ | 40.31 | 28.71 | 41.45 | - |
| YUV | 149.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 170 | 0 | 0.47 | 0.20 | 0.17 | 325.45 | 0.54 | 0.64 |
| Hex | D4 | 71 | AA | 0 | 2F | 14 | 11 | 145 | 36 | 40 |
| Octal | 324 | 161 | 252 | 0 | 57 | 24 | 21 | 505 | 66 | 100 |
| Binary | 11010100 | 1110001 | 10101010 | 0 | 101111 | 10100 | 10001 | 101000101 | 110110 | 1000000 |
Color Harmonies of #D471AA
Complementary color
Monochromatic Colors of #D471AA
Black with #D471AA
Text Example
Text Example
White with #D471AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471AA; }
p { color: rgb(212,113,170); }
H1.HeaderClassName
{
color: #D471AA;
}
.AnyTagClassName
{
color: #D471AA;
}
</style>
background-color css
<style>
a { background-color: #D471AA; }
a { background-color: rgb(212,113,170); }
div.DivClassName
{
background-color: #D471AA;
}
.BgClassName
{
background-color: #D471AA;
}
</style>
border-color css
<style>
span { border-color: #D471AA; }
span { border-color: rgb(212,113,170); }
td.TdClassName
{
border-color: #D471AA;
}
.TagClassName
{
border-color: #D471AA;
}
</style>