Shades of Hopbush #DA68A9
Tints of Hopbush #DA68A9
RGB
CMYK
RGB Variations
Color information
#DA68A9 (or 0xDA68A9) is known color: Hopbush. HEX triplet: DA, 68 and A9. RGB value is (218,104,169). Sum of RGB (Red+Green+Blue) = 218+104+169=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 104 (41.02% from 255 or 21.18% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68A9 is #259756. Grayscale: #919191. Windows color (decimal): -2463575 or 11102426. OLE color: 11102426.
HSL color Cylindrical-coordinate representation of color #DA68A9: hue angle of 325.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68A9 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 169 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.15 |
| HSL | 325.79º | 0.61% | 0.63% | - |
| HSV(B) | 325.79º | 0.52% | 0.85% | - |
| XYZ | 41.03 | 27.67 | 40.71 | - |
| YUV | 145.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 169 | 0 | 0.52 | 0.22 | 0.15 | 325.79 | 0.61 | 0.63 |
| Hex | DA | 68 | A9 | 0 | 34 | 16 | F | 146 | 3D | 3F |
| Octal | 332 | 150 | 251 | 0 | 64 | 26 | 17 | 506 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10101001 | 0 | 110100 | 10110 | 1111 | 101000110 | 111101 | 111111 |
Color Harmonies of #DA68A9
Complementary color
Monochromatic Colors of #DA68A9
Black with #DA68A9
Text Example
Text Example
White with #DA68A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68A9; }
p { color: rgb(218,104,169); }
H1.HeaderClassName
{
color: #DA68A9;
}
.AnyTagClassName
{
color: #DA68A9;
}
</style>
background-color css
<style>
a { background-color: #DA68A9; }
a { background-color: rgb(218,104,169); }
div.DivClassName
{
background-color: #DA68A9;
}
.BgClassName
{
background-color: #DA68A9;
}
</style>
border-color css
<style>
span { border-color: #DA68A9; }
span { border-color: rgb(218,104,169); }
td.TdClassName
{
border-color: #DA68A9;
}
.TagClassName
{
border-color: #DA68A9;
}
</style>