Shades of Hopbush #D071A3
Tints of Hopbush #D071A3
RGB
CMYK
RGB Variations
Color information
#D071A3 (or 0xD071A3) is known color: Hopbush. HEX triplet: D0, 71 and A3. RGB value is (208,113,163). Sum of RGB (Red+Green+Blue) = 208+113+163=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 113 (44.53% from 255 or 23.35% from 484); Blue value is 163 (64.06% from 255 or 33.68% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D071A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D071A3 is #2F8E5C. Grayscale: #939393. Windows color (decimal): -3116637 or 10711504. OLE color: 10711504.
HSL color Cylindrical-coordinate representation of color #D071A3: hue angle of 328.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D071A3 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 163 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.18 |
| HSL | 328.42º | 0.5% | 0.63% | - |
| HSV(B) | 328.42º | 0.46% | 0.82% | - |
| XYZ | 38.53 | 27.86 | 38 | - |
| YUV | 147.11 | 136.97 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 163 | 0 | 0.46 | 0.22 | 0.18 | 328.42 | 0.5 | 0.63 |
| Hex | D0 | 71 | A3 | 0 | 2E | 16 | 12 | 148 | 32 | 3F |
| Octal | 320 | 161 | 243 | 0 | 56 | 26 | 22 | 510 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10100011 | 0 | 101110 | 10110 | 10010 | 101001000 | 110010 | 111111 |
Color Harmonies of #D071A3
Complementary color
Monochromatic Colors of #D071A3
Black with #D071A3
Text Example
Text Example
White with #D071A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071A3; }
p { color: rgb(208,113,163); }
H1.HeaderClassName
{
color: #D071A3;
}
.AnyTagClassName
{
color: #D071A3;
}
</style>
background-color css
<style>
a { background-color: #D071A3; }
a { background-color: rgb(208,113,163); }
div.DivClassName
{
background-color: #D071A3;
}
.BgClassName
{
background-color: #D071A3;
}
</style>
border-color css
<style>
span { border-color: #D071A3; }
span { border-color: rgb(208,113,163); }
td.TdClassName
{
border-color: #D071A3;
}
.TagClassName
{
border-color: #D071A3;
}
</style>