Shades of Hopbush #DA609E
Tints of Hopbush #DA609E
RGB
CMYK
RGB Variations
Color information
#DA609E (or 0xDA609E) is known color: Hopbush. HEX triplet: DA, 60 and 9E. RGB value is (218,96,158). Sum of RGB (Red+Green+Blue) = 218+96+158=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA609E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA609E is #259F61. Grayscale: #8B8B8B. Windows color (decimal): -2465634 or 10379482. OLE color: 10379482.
HSL color Cylindrical-coordinate representation of color #DA609E: hue angle of 329.51º 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 #DA609E is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 158 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.15 |
| HSL | 329.51º | 0.62% | 0.62% | - |
| HSV(B) | 329.51º | 0.56% | 0.85% | - |
| XYZ | 39.27 | 25.74 | 35.25 | - |
| YUV | 139.55 | 138.42 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 158 | 0 | 0.56 | 0.28 | 0.15 | 329.51 | 0.62 | 0.62 |
| Hex | DA | 60 | 9E | 0 | 38 | 1C | F | 14A | 3E | 3E |
| Octal | 332 | 140 | 236 | 0 | 70 | 34 | 17 | 512 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10011110 | 0 | 111000 | 11100 | 1111 | 101001010 | 111110 | 111110 |
Color Harmonies of #DA609E
Complementary color
Monochromatic Colors of #DA609E
Black with #DA609E
Text Example
Text Example
White with #DA609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA609E; }
p { color: rgb(218,96,158); }
H1.HeaderClassName
{
color: #DA609E;
}
.AnyTagClassName
{
color: #DA609E;
}
</style>
background-color css
<style>
a { background-color: #DA609E; }
a { background-color: rgb(218,96,158); }
div.DivClassName
{
background-color: #DA609E;
}
.BgClassName
{
background-color: #DA609E;
}
</style>
border-color css
<style>
span { border-color: #DA609E; }
span { border-color: rgb(218,96,158); }
td.TdClassName
{
border-color: #DA609E;
}
.TagClassName
{
border-color: #DA609E;
}
</style>