Shades of Hopbush #DA70AB
Tints of Hopbush #DA70AB
RGB
CMYK
RGB Variations
Color information
#DA70AB (or 0xDA70AB) is known color: Hopbush. HEX triplet: DA, 70 and AB. RGB value is (218,112,171). Sum of RGB (Red+Green+Blue) = 218+112+171=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70AB is #258F54. Grayscale: #969696. Windows color (decimal): -2461525 or 11235546. OLE color: 11235546.
HSL color Cylindrical-coordinate representation of color #DA70AB: hue angle of 326.6º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA70AB is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 171 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.15 |
| HSL | 326.6º | 0.59% | 0.65% | - |
| HSV(B) | 326.6º | 0.49% | 0.85% | - |
| XYZ | 42.06 | 29.43 | 41.99 | - |
| YUV | 150.42 | 139.62 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 171 | 0 | 0.49 | 0.22 | 0.15 | 326.6 | 0.59 | 0.65 |
| Hex | DA | 70 | AB | 0 | 31 | 16 | F | 147 | 3B | 41 |
| Octal | 332 | 160 | 253 | 0 | 61 | 26 | 17 | 507 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10101011 | 0 | 110001 | 10110 | 1111 | 101000111 | 111011 | 1000001 |
Color Harmonies of #DA70AB
Complementary color
Monochromatic Colors of #DA70AB
Black with #DA70AB
Text Example
Text Example
White with #DA70AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70AB; }
p { color: rgb(218,112,171); }
H1.HeaderClassName
{
color: #DA70AB;
}
.AnyTagClassName
{
color: #DA70AB;
}
</style>
background-color css
<style>
a { background-color: #DA70AB; }
a { background-color: rgb(218,112,171); }
div.DivClassName
{
background-color: #DA70AB;
}
.BgClassName
{
background-color: #DA70AB;
}
</style>
border-color css
<style>
span { border-color: #DA70AB; }
span { border-color: rgb(218,112,171); }
td.TdClassName
{
border-color: #DA70AB;
}
.TagClassName
{
border-color: #DA70AB;
}
</style>