Shades of Hopbush #D071AD
Tints of Hopbush #D071AD
RGB
CMYK
RGB Variations
Color information
#D071AD (or 0xD071AD) is known color: Hopbush. HEX triplet: D0, 71 and AD. RGB value is (208,113,173). Sum of RGB (Red+Green+Blue) = 208+113+173=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 208 - color contains mainly: red. Hex color #D071AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D071AD is #2F8E52. Grayscale: #949494. Windows color (decimal): -3116627 or 11366864. OLE color: 11366864.
HSL color Cylindrical-coordinate representation of color #D071AD: hue angle of 322.11º 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 #D071AD is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 113 | 173 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.18 |
| HSL | 322.11º | 0.5% | 0.63% | - |
| HSV(B) | 322.11º | 0.46% | 0.82% | - |
| XYZ | 39.46 | 28.24 | 42.91 | - |
| YUV | 148.25 | 141.97 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 113 | 173 | 0 | 0.46 | 0.17 | 0.18 | 322.11 | 0.5 | 0.63 |
| Hex | D0 | 71 | AD | 0 | 2E | 11 | 12 | 142 | 32 | 3F |
| Octal | 320 | 161 | 255 | 0 | 56 | 21 | 22 | 502 | 62 | 77 |
| Binary | 11010000 | 1110001 | 10101101 | 0 | 101110 | 10001 | 10010 | 101000010 | 110010 | 111111 |
Color Harmonies of #D071AD
Complementary color
Monochromatic Colors of #D071AD
Black with #D071AD
Text Example
Text Example
White with #D071AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D071AD; }
p { color: rgb(208,113,173); }
H1.HeaderClassName
{
color: #D071AD;
}
.AnyTagClassName
{
color: #D071AD;
}
</style>
background-color css
<style>
a { background-color: #D071AD; }
a { background-color: rgb(208,113,173); }
div.DivClassName
{
background-color: #D071AD;
}
.BgClassName
{
background-color: #D071AD;
}
</style>
border-color css
<style>
span { border-color: #D071AD; }
span { border-color: rgb(208,113,173); }
td.TdClassName
{
border-color: #D071AD;
}
.TagClassName
{
border-color: #D071AD;
}
</style>