Shades of Hopbush #DA609F
Tints of Hopbush #DA609F
RGB
CMYK
RGB Variations
Color information
#DA609F (or 0xDA609F) is known color: Hopbush. HEX triplet: DA, 60 and 9F. RGB value is (218,96,159). Sum of RGB (Red+Green+Blue) = 218+96+159=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 159 (62.5% from 255 or 33.62% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA609F is #259F60. Grayscale: #8B8B8B. Windows color (decimal): -2465633 or 10445018. OLE color: 10445018.
HSL color Cylindrical-coordinate representation of color #DA609F: hue angle of 329.02º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA609F is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 159 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.15 |
| HSL | 329.02º | 0.62% | 0.62% | - |
| HSV(B) | 329.02º | 0.56% | 0.85% | - |
| XYZ | 39.35 | 25.77 | 35.7 | - |
| YUV | 139.66 | 138.92 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 159 | 0 | 0.56 | 0.27 | 0.15 | 329.02 | 0.62 | 0.62 |
| Hex | DA | 60 | 9F | 0 | 38 | 1B | F | 149 | 3E | 3E |
| Octal | 332 | 140 | 237 | 0 | 70 | 33 | 17 | 511 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10011111 | 0 | 111000 | 11011 | 1111 | 101001001 | 111110 | 111110 |
Color Harmonies of #DA609F
Complementary color
Monochromatic Colors of #DA609F
Black with #DA609F
Text Example
Text Example
White with #DA609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA609F; }
p { color: rgb(218,96,159); }
H1.HeaderClassName
{
color: #DA609F;
}
.AnyTagClassName
{
color: #DA609F;
}
</style>
background-color css
<style>
a { background-color: #DA609F; }
a { background-color: rgb(218,96,159); }
div.DivClassName
{
background-color: #DA609F;
}
.BgClassName
{
background-color: #DA609F;
}
</style>
border-color css
<style>
span { border-color: #DA609F; }
span { border-color: rgb(218,96,159); }
td.TdClassName
{
border-color: #DA609F;
}
.TagClassName
{
border-color: #DA609F;
}
</style>