Shades of Hopbush #D671AC
Tints of Hopbush #D671AC
RGB
CMYK
RGB Variations
Color information
#D671AC (or 0xD671AC) is known color: Hopbush. HEX triplet: D6, 71 and AC. RGB value is (214,113,172). Sum of RGB (Red+Green+Blue) = 214+113+172=499 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.89% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 214 - color contains mainly: red. Hex color #D671AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D671AC is #298E53. Grayscale: #959595. Windows color (decimal): -2723412 or 11301334. OLE color: 11301334.
HSL color Cylindrical-coordinate representation of color #D671AC: hue angle of 324.95º 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 #D671AC is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 172 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.16 |
| HSL | 324.95º | 0.55% | 0.64% | - |
| HSV(B) | 324.95º | 0.47% | 0.84% | - |
| XYZ | 41.08 | 29.08 | 42.48 | - |
| YUV | 149.93 | 140.46 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 172 | 0 | 0.47 | 0.20 | 0.16 | 324.95 | 0.55 | 0.64 |
| Hex | D6 | 71 | AC | 0 | 2F | 14 | 10 | 145 | 37 | 40 |
| Octal | 326 | 161 | 254 | 0 | 57 | 24 | 20 | 505 | 67 | 100 |
| Binary | 11010110 | 1110001 | 10101100 | 0 | 101111 | 10100 | 10000 | 101000101 | 110111 | 1000000 |
Color Harmonies of #D671AC
Complementary color
Monochromatic Colors of #D671AC
Black with #D671AC
Text Example
Text Example
White with #D671AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D671AC; }
p { color: rgb(214,113,172); }
H1.HeaderClassName
{
color: #D671AC;
}
.AnyTagClassName
{
color: #D671AC;
}
</style>
background-color css
<style>
a { background-color: #D671AC; }
a { background-color: rgb(214,113,172); }
div.DivClassName
{
background-color: #D671AC;
}
.BgClassName
{
background-color: #D671AC;
}
</style>
border-color css
<style>
span { border-color: #D671AC; }
span { border-color: rgb(214,113,172); }
td.TdClassName
{
border-color: #D671AC;
}
.TagClassName
{
border-color: #D671AC;
}
</style>