Shades of Hopbush #DA68A6
Tints of Hopbush #DA68A6
RGB
CMYK
RGB Variations
Color information
#DA68A6 (or 0xDA68A6) is known color: Hopbush. HEX triplet: DA, 68 and A6. RGB value is (218,104,166). Sum of RGB (Red+Green+Blue) = 218+104+166=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 166 (65.23% from 255 or 34.02% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68A6 is #259759. Grayscale: #919191. Windows color (decimal): -2463578 or 10905818. OLE color: 10905818.
HSL color Cylindrical-coordinate representation of color #DA68A6: hue angle of 327.37º 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 #DA68A6 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 166 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.15 |
| HSL | 327.37º | 0.61% | 0.63% | - |
| HSV(B) | 327.37º | 0.52% | 0.85% | - |
| XYZ | 40.75 | 27.56 | 39.25 | - |
| YUV | 145.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 166 | 0 | 0.52 | 0.24 | 0.15 | 327.37 | 0.61 | 0.63 |
| Hex | DA | 68 | A6 | 0 | 34 | 18 | F | 147 | 3D | 3F |
| Octal | 332 | 150 | 246 | 0 | 64 | 30 | 17 | 507 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10100110 | 0 | 110100 | 11000 | 1111 | 101000111 | 111101 | 111111 |
Color Harmonies of #DA68A6
Complementary color
Monochromatic Colors of #DA68A6
Black with #DA68A6
Text Example
Text Example
White with #DA68A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68A6; }
p { color: rgb(218,104,166); }
H1.HeaderClassName
{
color: #DA68A6;
}
.AnyTagClassName
{
color: #DA68A6;
}
</style>
background-color css
<style>
a { background-color: #DA68A6; }
a { background-color: rgb(218,104,166); }
div.DivClassName
{
background-color: #DA68A6;
}
.BgClassName
{
background-color: #DA68A6;
}
</style>
border-color css
<style>
span { border-color: #DA68A6; }
span { border-color: rgb(218,104,166); }
td.TdClassName
{
border-color: #DA68A6;
}
.TagClassName
{
border-color: #DA68A6;
}
</style>