Shades of Hopbush #DA68AA
Tints of Hopbush #DA68AA
RGB
CMYK
RGB Variations
Color information
#DA68AA (or 0xDA68AA) is known color: Hopbush. HEX triplet: DA, 68 and AA. RGB value is (218,104,170). Sum of RGB (Red+Green+Blue) = 218+104+170=492 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.31% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68AA is #259755. Grayscale: #919191. Windows color (decimal): -2463574 or 11167962. OLE color: 11167962.
HSL color Cylindrical-coordinate representation of color #DA68AA: hue angle of 325.26º 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 #DA68AA is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 170 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.15 |
| HSL | 325.26º | 0.61% | 0.63% | - |
| HSV(B) | 325.26º | 0.52% | 0.85% | - |
| XYZ | 41.12 | 27.71 | 41.21 | - |
| YUV | 145.61 | 141.77 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 170 | 0 | 0.52 | 0.22 | 0.15 | 325.26 | 0.61 | 0.63 |
| Hex | DA | 68 | AA | 0 | 34 | 16 | F | 145 | 3D | 3F |
| Octal | 332 | 150 | 252 | 0 | 64 | 26 | 17 | 505 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10101010 | 0 | 110100 | 10110 | 1111 | 101000101 | 111101 | 111111 |
Color Harmonies of #DA68AA
Complementary color
Monochromatic Colors of #DA68AA
Black with #DA68AA
Text Example
Text Example
White with #DA68AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68AA; }
p { color: rgb(218,104,170); }
H1.HeaderClassName
{
color: #DA68AA;
}
.AnyTagClassName
{
color: #DA68AA;
}
</style>
background-color css
<style>
a { background-color: #DA68AA; }
a { background-color: rgb(218,104,170); }
div.DivClassName
{
background-color: #DA68AA;
}
.BgClassName
{
background-color: #DA68AA;
}
</style>
border-color css
<style>
span { border-color: #DA68AA; }
span { border-color: rgb(218,104,170); }
td.TdClassName
{
border-color: #DA68AA;
}
.TagClassName
{
border-color: #DA68AA;
}
</style>