Shades of Hopbush #D471AB
Tints of Hopbush #D471AB
RGB
CMYK
RGB Variations
Color information
#D471AB (or 0xD471AB) is known color: Hopbush. HEX triplet: D4, 71 and AB. RGB value is (212,113,171). Sum of RGB (Red+Green+Blue) = 212+113+171=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 171 (67.19% from 255 or 34.48% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D471AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D471AB is #2B8E54. Grayscale: #959595. Windows color (decimal): -2854485 or 11235796. OLE color: 11235796.
HSL color Cylindrical-coordinate representation of color #D471AB: hue angle of 324.85º 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 #D471AB is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 113 | 171 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.17 |
| HSL | 324.85º | 0.54% | 0.64% | - |
| HSV(B) | 324.85º | 0.47% | 0.83% | - |
| XYZ | 40.41 | 28.75 | 41.95 | - |
| YUV | 149.21 | 140.3 | 172.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 113 | 171 | 0 | 0.47 | 0.19 | 0.17 | 324.85 | 0.54 | 0.64 |
| Hex | D4 | 71 | AB | 0 | 2F | 13 | 11 | 145 | 36 | 40 |
| Octal | 324 | 161 | 253 | 0 | 57 | 23 | 21 | 505 | 66 | 100 |
| Binary | 11010100 | 1110001 | 10101011 | 0 | 101111 | 10011 | 10001 | 101000101 | 110110 | 1000000 |
Color Harmonies of #D471AB
Complementary color
Monochromatic Colors of #D471AB
Black with #D471AB
Text Example
Text Example
White with #D471AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D471AB; }
p { color: rgb(212,113,171); }
H1.HeaderClassName
{
color: #D471AB;
}
.AnyTagClassName
{
color: #D471AB;
}
</style>
background-color css
<style>
a { background-color: #D471AB; }
a { background-color: rgb(212,113,171); }
div.DivClassName
{
background-color: #D471AB;
}
.BgClassName
{
background-color: #D471AB;
}
</style>
border-color css
<style>
span { border-color: #D471AB; }
span { border-color: rgb(212,113,171); }
td.TdClassName
{
border-color: #D471AB;
}
.TagClassName
{
border-color: #D471AB;
}
</style>