Shades of Hopbush #D070A8
Tints of Hopbush #D070A8
RGB
CMYK
RGB Variations
Color information
#D070A8 (or 0xD070A8) is known color: Hopbush. HEX triplet: D0, 70 and A8. RGB value is (208,112,168). Sum of RGB (Red+Green+Blue) = 208+112+168=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 168 (66.02% from 255 or 34.43% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D070A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D070A8 is #2F8F57. Grayscale: #929292. Windows color (decimal): -3116888 or 11038928. OLE color: 11038928.
HSL color Cylindrical-coordinate representation of color #D070A8: hue angle of 325º 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 #D070A8 is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 168 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.18 |
| HSL | 325º | 0.51% | 0.63% | - |
| HSV(B) | 325º | 0.46% | 0.82% | - |
| XYZ | 38.87 | 27.83 | 40.37 | - |
| YUV | 147.09 | 139.8 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 168 | 0 | 0.46 | 0.19 | 0.18 | 325 | 0.51 | 0.63 |
| Hex | D0 | 70 | A8 | 0 | 2E | 13 | 12 | 145 | 33 | 3F |
| Octal | 320 | 160 | 250 | 0 | 56 | 23 | 22 | 505 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10101000 | 0 | 101110 | 10011 | 10010 | 101000101 | 110011 | 111111 |
Color Harmonies of #D070A8
Complementary color
Monochromatic Colors of #D070A8
Black with #D070A8
Text Example
Text Example
White with #D070A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070A8; }
p { color: rgb(208,112,168); }
H1.HeaderClassName
{
color: #D070A8;
}
.AnyTagClassName
{
color: #D070A8;
}
</style>
background-color css
<style>
a { background-color: #D070A8; }
a { background-color: rgb(208,112,168); }
div.DivClassName
{
background-color: #D070A8;
}
.BgClassName
{
background-color: #D070A8;
}
</style>
border-color css
<style>
span { border-color: #D070A8; }
span { border-color: rgb(208,112,168); }
td.TdClassName
{
border-color: #D070A8;
}
.TagClassName
{
border-color: #D070A8;
}
</style>