Shades of Hopbush #DA70AF
Tints of Hopbush #DA70AF
RGB
CMYK
RGB Variations
Color information
#DA70AF (or 0xDA70AF) is known color: Hopbush. HEX triplet: DA, 70 and AF. RGB value is (218,112,175). Sum of RGB (Red+Green+Blue) = 218+112+175=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 175 (68.75% from 255 or 34.65% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA70AF is #258F50. Grayscale: #969696. Windows color (decimal): -2461521 or 11497690. OLE color: 11497690.
HSL color Cylindrical-coordinate representation of color #DA70AF: hue angle of 324.34º 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 #DA70AF is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 175 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.15 |
| HSL | 324.34º | 0.59% | 0.65% | - |
| HSV(B) | 324.34º | 0.49% | 0.85% | - |
| XYZ | 42.45 | 29.59 | 44.03 | - |
| YUV | 150.88 | 141.62 | 175.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 175 | 0 | 0.49 | 0.20 | 0.15 | 324.34 | 0.59 | 0.65 |
| Hex | DA | 70 | AF | 0 | 31 | 14 | F | 144 | 3B | 41 |
| Octal | 332 | 160 | 257 | 0 | 61 | 24 | 17 | 504 | 73 | 101 |
| Binary | 11011010 | 1110000 | 10101111 | 0 | 110001 | 10100 | 1111 | 101000100 | 111011 | 1000001 |
Color Harmonies of #DA70AF
Complementary color
Monochromatic Colors of #DA70AF
Black with #DA70AF
Text Example
Text Example
White with #DA70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA70AF; }
p { color: rgb(218,112,175); }
H1.HeaderClassName
{
color: #DA70AF;
}
.AnyTagClassName
{
color: #DA70AF;
}
</style>
background-color css
<style>
a { background-color: #DA70AF; }
a { background-color: rgb(218,112,175); }
div.DivClassName
{
background-color: #DA70AF;
}
.BgClassName
{
background-color: #DA70AF;
}
</style>
border-color css
<style>
span { border-color: #DA70AF; }
span { border-color: rgb(218,112,175); }
td.TdClassName
{
border-color: #DA70AF;
}
.TagClassName
{
border-color: #DA70AF;
}
</style>