Shades of Hopbush #DA65AD
Tints of Hopbush #DA65AD
RGB
CMYK
RGB Variations
Color information
#DA65AD (or 0xDA65AD) is known color: Hopbush. HEX triplet: DA, 65 and AD. RGB value is (218,101,173). Sum of RGB (Red+Green+Blue) = 218+101+173=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 173 (67.97% from 255 or 35.16% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA65AD is #259A52. Grayscale: #909090. Windows color (decimal): -2464339 or 11363802. OLE color: 11363802.
HSL color Cylindrical-coordinate representation of color #DA65AD: hue angle of 323.08º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA65AD is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 101 | 173 | - |
| CMYK | 0 | 0.54 | 0.21 | 0.15 |
| HSL | 323.08º | 0.61% | 0.63% | - |
| HSV(B) | 323.08º | 0.54% | 0.85% | - |
| XYZ | 41.11 | 27.23 | 42.62 | - |
| YUV | 144.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 101 | 173 | 0 | 0.54 | 0.21 | 0.15 | 323.08 | 0.61 | 0.63 |
| Hex | DA | 65 | AD | 0 | 36 | 15 | F | 143 | 3D | 3F |
| Octal | 332 | 145 | 255 | 0 | 66 | 25 | 17 | 503 | 75 | 77 |
| Binary | 11011010 | 1100101 | 10101101 | 0 | 110110 | 10101 | 1111 | 101000011 | 111101 | 111111 |
Color Harmonies of #DA65AD
Complementary color
Monochromatic Colors of #DA65AD
Black with #DA65AD
Text Example
Text Example
White with #DA65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA65AD; }
p { color: rgb(218,101,173); }
H1.HeaderClassName
{
color: #DA65AD;
}
.AnyTagClassName
{
color: #DA65AD;
}
</style>
background-color css
<style>
a { background-color: #DA65AD; }
a { background-color: rgb(218,101,173); }
div.DivClassName
{
background-color: #DA65AD;
}
.BgClassName
{
background-color: #DA65AD;
}
</style>
border-color css
<style>
span { border-color: #DA65AD; }
span { border-color: rgb(218,101,173); }
td.TdClassName
{
border-color: #DA65AD;
}
.TagClassName
{
border-color: #DA65AD;
}
</style>