Shades of Hopbush #D971AB
Tints of Hopbush #D971AB
RGB
CMYK
RGB Variations
Color information
#D971AB (or 0xD971AB) is known color: Hopbush. HEX triplet: D9, 71 and AB. RGB value is (217,113,171). Sum of RGB (Red+Green+Blue) = 217+113+171=501 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.31% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 217 - color contains mainly: red. Hex color #D971AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D971AB is #268E54. Grayscale: #969696. Windows color (decimal): -2526805 or 11235801. OLE color: 11235801.
HSL color Cylindrical-coordinate representation of color #D971AB: hue angle of 326.54º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D971AB is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 113 | 171 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.15 |
| HSL | 326.54º | 0.58% | 0.65% | - |
| HSV(B) | 326.54º | 0.48% | 0.85% | - |
| XYZ | 41.87 | 29.5 | 42.02 | - |
| YUV | 150.71 | 139.46 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 171 | 0 | 0.48 | 0.21 | 0.15 | 326.54 | 0.58 | 0.65 |
| Hex | D9 | 71 | AB | 0 | 30 | 15 | F | 147 | 3A | 41 |
| Octal | 331 | 161 | 253 | 0 | 60 | 25 | 17 | 507 | 72 | 101 |
| Binary | 11011001 | 1110001 | 10101011 | 0 | 110000 | 10101 | 1111 | 101000111 | 111010 | 1000001 |
Color Harmonies of #D971AB
Complementary color
Monochromatic Colors of #D971AB
Black with #D971AB
Text Example
Text Example
White with #D971AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971AB; }
p { color: rgb(217,113,171); }
H1.HeaderClassName
{
color: #D971AB;
}
.AnyTagClassName
{
color: #D971AB;
}
</style>
background-color css
<style>
a { background-color: #D971AB; }
a { background-color: rgb(217,113,171); }
div.DivClassName
{
background-color: #D971AB;
}
.BgClassName
{
background-color: #D971AB;
}
</style>
border-color css
<style>
span { border-color: #D971AB; }
span { border-color: rgb(217,113,171); }
td.TdClassName
{
border-color: #D971AB;
}
.TagClassName
{
border-color: #D971AB;
}
</style>