Shades of Hopbush #DA66A7
Tints of Hopbush #DA66A7
RGB
CMYK
RGB Variations
Color information
#DA66A7 (or 0xDA66A7) is known color: Hopbush. HEX triplet: DA, 66 and A7. RGB value is (218,102,167). Sum of RGB (Red+Green+Blue) = 218+102+167=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 167 (65.62% from 255 or 34.29% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA66A7 is #259958. Grayscale: #8F8F8F. Windows color (decimal): -2464089 or 10970842. OLE color: 10970842.
HSL color Cylindrical-coordinate representation of color #DA66A7: hue angle of 326.38º 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 #DA66A7 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 167 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.15 |
| HSL | 326.38º | 0.61% | 0.63% | - |
| HSV(B) | 326.38º | 0.53% | 0.85% | - |
| XYZ | 40.64 | 27.2 | 39.67 | - |
| YUV | 144.09 | 140.93 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 167 | 0 | 0.53 | 0.23 | 0.15 | 326.38 | 0.61 | 0.63 |
| Hex | DA | 66 | A7 | 0 | 35 | 17 | F | 146 | 3D | 3F |
| Octal | 332 | 146 | 247 | 0 | 65 | 27 | 17 | 506 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10100111 | 0 | 110101 | 10111 | 1111 | 101000110 | 111101 | 111111 |
Color Harmonies of #DA66A7
Complementary color
Monochromatic Colors of #DA66A7
Black with #DA66A7
Text Example
Text Example
White with #DA66A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA66A7; }
p { color: rgb(218,102,167); }
H1.HeaderClassName
{
color: #DA66A7;
}
.AnyTagClassName
{
color: #DA66A7;
}
</style>
background-color css
<style>
a { background-color: #DA66A7; }
a { background-color: rgb(218,102,167); }
div.DivClassName
{
background-color: #DA66A7;
}
.BgClassName
{
background-color: #DA66A7;
}
</style>
border-color css
<style>
span { border-color: #DA66A7; }
span { border-color: rgb(218,102,167); }
td.TdClassName
{
border-color: #DA66A7;
}
.TagClassName
{
border-color: #DA66A7;
}
</style>