Shades of Hopbush #D070A3
Tints of Hopbush #D070A3
RGB
CMYK
RGB Variations
Color information
#D070A3 (or 0xD070A3) is known color: Hopbush. HEX triplet: D0, 70 and A3. RGB value is (208,112,163). Sum of RGB (Red+Green+Blue) = 208+112+163=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 112 (44.14% from 255 or 23.19% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D070A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D070A3 is #2F8F5C. Grayscale: #929292. Windows color (decimal): -3116893 or 10711248. OLE color: 10711248.
HSL color Cylindrical-coordinate representation of color #D070A3: hue angle of 328.12º 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 #D070A3 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 163 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.18 |
| HSL | 328.13º | 0.51% | 0.63% | - |
| HSV(B) | 328.13º | 0.46% | 0.82% | - |
| XYZ | 38.42 | 27.64 | 37.96 | - |
| YUV | 146.52 | 137.3 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 163 | 0 | 0.46 | 0.22 | 0.18 | 328.13 | 0.51 | 0.63 |
| Hex | D0 | 70 | A3 | 0 | 2E | 16 | 12 | 148 | 33 | 3F |
| Octal | 320 | 160 | 243 | 0 | 56 | 26 | 22 | 510 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10100011 | 0 | 101110 | 10110 | 10010 | 101001000 | 110011 | 111111 |
Color Harmonies of #D070A3
Complementary color
Monochromatic Colors of #D070A3
Black with #D070A3
Text Example
Text Example
White with #D070A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070A3; }
p { color: rgb(208,112,163); }
H1.HeaderClassName
{
color: #D070A3;
}
.AnyTagClassName
{
color: #D070A3;
}
</style>
background-color css
<style>
a { background-color: #D070A3; }
a { background-color: rgb(208,112,163); }
div.DivClassName
{
background-color: #D070A3;
}
.BgClassName
{
background-color: #D070A3;
}
</style>
border-color css
<style>
span { border-color: #D070A3; }
span { border-color: rgb(208,112,163); }
td.TdClassName
{
border-color: #D070A3;
}
.TagClassName
{
border-color: #D070A3;
}
</style>