Shades of Hopbush #DA66A3
Tints of Hopbush #DA66A3
RGB
CMYK
RGB Variations
Color information
#DA66A3 (or 0xDA66A3) is known color: Hopbush. HEX triplet: DA, 66 and A3. RGB value is (218,102,163). Sum of RGB (Red+Green+Blue) = 218+102+163=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 163 (64.06% from 255 or 33.75% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA66A3 is #25995C. Grayscale: #8F8F8F. Windows color (decimal): -2464093 or 10708698. OLE color: 10708698.
HSL color Cylindrical-coordinate representation of color #DA66A3: hue angle of 328.45º 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 #DA66A3 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 163 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.15 |
| HSL | 328.45º | 0.61% | 0.63% | - |
| HSV(B) | 328.45º | 0.53% | 0.85% | - |
| XYZ | 40.28 | 27.05 | 37.75 | - |
| YUV | 143.64 | 138.93 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 163 | 0 | 0.53 | 0.25 | 0.15 | 328.45 | 0.61 | 0.63 |
| Hex | DA | 66 | A3 | 0 | 35 | 19 | F | 148 | 3D | 3F |
| Octal | 332 | 146 | 243 | 0 | 65 | 31 | 17 | 510 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10100011 | 0 | 110101 | 11001 | 1111 | 101001000 | 111101 | 111111 |
Color Harmonies of #DA66A3
Complementary color
Monochromatic Colors of #DA66A3
Black with #DA66A3
Text Example
Text Example
White with #DA66A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66A3; }
p { color: rgb(218,102,163); }
H1.HeaderClassName
{
color: #DA66A3;
}
.AnyTagClassName
{
color: #DA66A3;
}
</style>
background-color css
<style>
a { background-color: #DA66A3; }
a { background-color: rgb(218,102,163); }
div.DivClassName
{
background-color: #DA66A3;
}
.BgClassName
{
background-color: #DA66A3;
}
</style>
border-color css
<style>
span { border-color: #DA66A3; }
span { border-color: rgb(218,102,163); }
td.TdClassName
{
border-color: #DA66A3;
}
.TagClassName
{
border-color: #DA66A3;
}
</style>