Shades of Hopbush #DA669F
Tints of Hopbush #DA669F
RGB
CMYK
RGB Variations
Color information
#DA669F (or 0xDA669F) is known color: Hopbush. HEX triplet: DA, 66 and 9F. RGB value is (218,102,159). Sum of RGB (Red+Green+Blue) = 218+102+159=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 102 (40.23% from 255 or 21.29% from 479); Blue value is 159 (62.5% from 255 or 33.19% from 479); Max value from RGB is 218 - color contains mainly: red. Hex color #DA669F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA669F is #259960. Grayscale: #8F8F8F. Windows color (decimal): -2464097 or 10446554. OLE color: 10446554.
HSL color Cylindrical-coordinate representation of color #DA669F: hue angle of 330.52º 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 #DA669F is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 159 | - |
| CMYK | 0 | 0.53 | 0.27 | 0.15 |
| HSL | 330.52º | 0.61% | 0.63% | - |
| HSV(B) | 330.52º | 0.53% | 0.85% | - |
| XYZ | 39.92 | 26.91 | 35.89 | - |
| YUV | 143.18 | 136.93 | 181.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 159 | 0 | 0.53 | 0.27 | 0.15 | 330.52 | 0.61 | 0.63 |
| Hex | DA | 66 | 9F | 0 | 35 | 1B | F | 14B | 3D | 3F |
| Octal | 332 | 146 | 237 | 0 | 65 | 33 | 17 | 513 | 75 | 77 |
| Binary | 11011010 | 1100110 | 10011111 | 0 | 110101 | 11011 | 1111 | 101001011 | 111101 | 111111 |
Color Harmonies of #DA669F
Complementary color
Monochromatic Colors of #DA669F
Black with #DA669F
Text Example
Text Example
White with #DA669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA669F; }
p { color: rgb(218,102,159); }
H1.HeaderClassName
{
color: #DA669F;
}
.AnyTagClassName
{
color: #DA669F;
}
</style>
background-color css
<style>
a { background-color: #DA669F; }
a { background-color: rgb(218,102,159); }
div.DivClassName
{
background-color: #DA669F;
}
.BgClassName
{
background-color: #DA669F;
}
</style>
border-color css
<style>
span { border-color: #DA669F; }
span { border-color: rgb(218,102,159); }
td.TdClassName
{
border-color: #DA669F;
}
.TagClassName
{
border-color: #DA669F;
}
</style>