Shades of Hopbush #DA66A6
Tints of Hopbush #DA66A6
RGB
CMYK
RGB Variations
Color information
#DA66A6 (or 0xDA66A6) is known color: Hopbush. HEX triplet: DA, 66 and A6. RGB value is (218,102,166). Sum of RGB (Red+Green+Blue) = 218+102+166=486 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.86% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA66A6 is #259959. Grayscale: #8F8F8F. Windows color (decimal): -2464090 or 10905306. OLE color: 10905306.
HSL color Cylindrical-coordinate representation of color #DA66A6: hue angle of 326.9º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA66A6 is Cyan = 0, Magento = 0.53, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 166 | - |
| CMYK | 0 | 0.53 | 0.24 | 0.15 |
| HSL | 326.9º | 0.61% | 0.63% | - |
| HSV(B) | 326.9º | 0.53% | 0.85% | - |
| XYZ | 40.55 | 27.16 | 39.18 | - |
| YUV | 143.98 | 140.43 | 180.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 166 | 0 | 0.53 | 0.24 | 0.15 | 326.9 | 0.61 | 0.63 |
| Hex | DA | 66 | A6 | 0 | 35 | 18 | F | 147 | 3D | 3F |
| Octal | 332 | 146 | 246 | 0 | 65 | 30 | 17 | 507 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10100110 | 0 | 110101 | 11000 | 1111 | 101000111 | 111101 | 111111 |
Color Harmonies of #DA66A6
Complementary color
Monochromatic Colors of #DA66A6
Black with #DA66A6
Text Example
Text Example
White with #DA66A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66A6; }
p { color: rgb(218,102,166); }
H1.HeaderClassName
{
color: #DA66A6;
}
.AnyTagClassName
{
color: #DA66A6;
}
</style>
background-color css
<style>
a { background-color: #DA66A6; }
a { background-color: rgb(218,102,166); }
div.DivClassName
{
background-color: #DA66A6;
}
.BgClassName
{
background-color: #DA66A6;
}
</style>
border-color css
<style>
span { border-color: #DA66A6; }
span { border-color: rgb(218,102,166); }
td.TdClassName
{
border-color: #DA66A6;
}
.TagClassName
{
border-color: #DA66A6;
}
</style>