Shades of Hopbush #D070A1
Tints of Hopbush #D070A1
RGB
CMYK
RGB Variations
Color information
#D070A1 (or 0xD070A1) is known color: Hopbush. HEX triplet: D0, 70 and A1. RGB value is (208,112,161). Sum of RGB (Red+Green+Blue) = 208+112+161=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 112 (44.14% from 255 or 23.28% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 208 - color contains mainly: red. Hex color #D070A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D070A1 is #2F8F5E. Grayscale: #929292. Windows color (decimal): -3116895 or 10580176. OLE color: 10580176.
HSL color Cylindrical-coordinate representation of color #D070A1: hue angle of 329.38º degrees, saturation: 0.51, 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 #D070A1 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 161 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.18 |
| HSL | 329.38º | 0.51% | 0.63% | - |
| HSV(B) | 329.38º | 0.46% | 0.82% | - |
| XYZ | 38.24 | 27.57 | 37.02 | - |
| YUV | 146.29 | 136.3 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 161 | 0 | 0.46 | 0.23 | 0.18 | 329.38 | 0.51 | 0.63 |
| Hex | D0 | 70 | A1 | 0 | 2E | 17 | 12 | 149 | 33 | 3F |
| Octal | 320 | 160 | 241 | 0 | 56 | 27 | 22 | 511 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10100001 | 0 | 101110 | 10111 | 10010 | 101001001 | 110011 | 111111 |
Color Harmonies of #D070A1
Complementary color
Monochromatic Colors of #D070A1
Black with #D070A1
Text Example
Text Example
White with #D070A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070A1; }
p { color: rgb(208,112,161); }
H1.HeaderClassName
{
color: #D070A1;
}
.AnyTagClassName
{
color: #D070A1;
}
</style>
background-color css
<style>
a { background-color: #D070A1; }
a { background-color: rgb(208,112,161); }
div.DivClassName
{
background-color: #D070A1;
}
.BgClassName
{
background-color: #D070A1;
}
</style>
border-color css
<style>
span { border-color: #D070A1; }
span { border-color: rgb(208,112,161); }
td.TdClassName
{
border-color: #D070A1;
}
.TagClassName
{
border-color: #D070A1;
}
</style>