Shades of Hopbush #D070A0
Tints of Hopbush #D070A0
RGB
CMYK
RGB Variations
Color information
#D070A0 (or 0xD070A0) is known color: Hopbush. HEX triplet: D0, 70 and A0. RGB value is (208,112,160). Sum of RGB (Red+Green+Blue) = 208+112+160=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 160 (62.89% from 255 or 33.33% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D070A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D070A0 is #2F8F5F. Grayscale: #929292. Windows color (decimal): -3116896 or 10514640. OLE color: 10514640.
HSL color Cylindrical-coordinate representation of color #D070A0: hue angle of 330º 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 #D070A0 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 160 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.18 |
| HSL | 330º | 0.51% | 0.63% | - |
| HSV(B) | 330º | 0.46% | 0.82% | - |
| XYZ | 38.15 | 27.54 | 36.56 | - |
| YUV | 146.18 | 135.8 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 160 | 0 | 0.46 | 0.23 | 0.18 | 330 | 0.51 | 0.63 |
| Hex | D0 | 70 | A0 | 0 | 2E | 17 | 12 | 14A | 33 | 3F |
| Octal | 320 | 160 | 240 | 0 | 56 | 27 | 22 | 512 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10100000 | 0 | 101110 | 10111 | 10010 | 101001010 | 110011 | 111111 |
Color Harmonies of #D070A0
Complementary color
Monochromatic Colors of #D070A0
Black with #D070A0
Text Example
Text Example
White with #D070A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D070A0; }
p { color: rgb(208,112,160); }
H1.HeaderClassName
{
color: #D070A0;
}
.AnyTagClassName
{
color: #D070A0;
}
</style>
background-color css
<style>
a { background-color: #D070A0; }
a { background-color: rgb(208,112,160); }
div.DivClassName
{
background-color: #D070A0;
}
.BgClassName
{
background-color: #D070A0;
}
</style>
border-color css
<style>
span { border-color: #D070A0; }
span { border-color: rgb(208,112,160); }
td.TdClassName
{
border-color: #D070A0;
}
.TagClassName
{
border-color: #D070A0;
}
</style>