Shades of Hopbush #D671AA
Tints of Hopbush #D671AA
RGB
CMYK
RGB Variations
Color information
#D671AA (or 0xD671AA) is known color: Hopbush. HEX triplet: D6, 71 and AA. RGB value is (214,113,170). Sum of RGB (Red+Green+Blue) = 214+113+170=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D671AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D671AA is #298E55. Grayscale: #959595. Windows color (decimal): -2723414 or 11170262. OLE color: 11170262.
HSL color Cylindrical-coordinate representation of color #D671AA: hue angle of 326.14º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D671AA is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 170 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.16 |
| HSL | 326.14º | 0.55% | 0.64% | - |
| HSV(B) | 326.14º | 0.47% | 0.84% | - |
| XYZ | 40.89 | 29.01 | 41.47 | - |
| YUV | 149.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 170 | 0 | 0.47 | 0.21 | 0.16 | 326.14 | 0.55 | 0.64 |
| Hex | D6 | 71 | AA | 0 | 2F | 15 | 10 | 146 | 37 | 40 |
| Octal | 326 | 161 | 252 | 0 | 57 | 25 | 20 | 506 | 67 | 100 |
| Binary | 11010110 | 1110001 | 10101010 | 0 | 101111 | 10101 | 10000 | 101000110 | 110111 | 1000000 |
Color Harmonies of #D671AA
Complementary color
Monochromatic Colors of #D671AA
Black with #D671AA
Text Example
Text Example
White with #D671AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D671AA; }
p { color: rgb(214,113,170); }
H1.HeaderClassName
{
color: #D671AA;
}
.AnyTagClassName
{
color: #D671AA;
}
</style>
background-color css
<style>
a { background-color: #D671AA; }
a { background-color: rgb(214,113,170); }
div.DivClassName
{
background-color: #D671AA;
}
.BgClassName
{
background-color: #D671AA;
}
</style>
border-color css
<style>
span { border-color: #D671AA; }
span { border-color: rgb(214,113,170); }
td.TdClassName
{
border-color: #D671AA;
}
.TagClassName
{
border-color: #D671AA;
}
</style>