Shades of Hopbush #D071A0
Tints of Hopbush #D071A0
RGB
CMYK
RGB Variations
Color information
#D071A0 (or 0xD071A0) is known color: Hopbush. HEX triplet: D0, 71 and A0. RGB value is (208,113,160). Sum of RGB (Red+Green+Blue) = 208+113+160=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 113 (44.53% from 255 or 23.49% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D071A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D071A0 is #2F8E5F. Grayscale: #929292. Windows color (decimal): -3116640 or 10514896. OLE color: 10514896.
HSL color Cylindrical-coordinate representation of color #D071A0: hue angle of 330.32º 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 #D071A0 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 160 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.18 |
| HSL | 330.32º | 0.5% | 0.63% | - |
| HSV(B) | 330.32º | 0.46% | 0.82% | - |
| XYZ | 38.26 | 27.76 | 36.6 | - |
| YUV | 146.76 | 135.47 | 171.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 160 | 0 | 0.46 | 0.23 | 0.18 | 330.32 | 0.5 | 0.63 |
| Hex | D0 | 71 | A0 | 0 | 2E | 17 | 12 | 14A | 32 | 3F |
| Octal | 320 | 161 | 240 | 0 | 56 | 27 | 22 | 512 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10100000 | 0 | 101110 | 10111 | 10010 | 101001010 | 110010 | 111111 |
Color Harmonies of #D071A0
Complementary color
Monochromatic Colors of #D071A0
Black with #D071A0
Text Example
Text Example
White with #D071A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071A0; }
p { color: rgb(208,113,160); }
H1.HeaderClassName
{
color: #D071A0;
}
.AnyTagClassName
{
color: #D071A0;
}
</style>
background-color css
<style>
a { background-color: #D071A0; }
a { background-color: rgb(208,113,160); }
div.DivClassName
{
background-color: #D071A0;
}
.BgClassName
{
background-color: #D071A0;
}
</style>
border-color css
<style>
span { border-color: #D071A0; }
span { border-color: rgb(208,113,160); }
td.TdClassName
{
border-color: #D071A0;
}
.TagClassName
{
border-color: #D071A0;
}
</style>