Shades of Hopbush #DA6097
Tints of Hopbush #DA6097
RGB
CMYK
RGB Variations
Color information
#DA6097 (or 0xDA6097) is known color: Hopbush. HEX triplet: DA, 60 and 97. RGB value is (218,96,151). Sum of RGB (Red+Green+Blue) = 218+96+151=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 96 (37.89% from 255 or 20.65% from 465); Blue value is 151 (59.38% from 255 or 32.47% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6097 is #259F68. Grayscale: #8A8A8A. Windows color (decimal): -2465641 or 9920730. OLE color: 9920730.
HSL color Cylindrical-coordinate representation of color #DA6097: hue angle of 332.95º 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 #DA6097 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 151 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.15 |
| HSL | 332.95º | 0.62% | 0.62% | - |
| HSV(B) | 332.95º | 0.56% | 0.85% | - |
| XYZ | 38.68 | 25.51 | 32.16 | - |
| YUV | 138.75 | 134.92 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 151 | 0 | 0.56 | 0.31 | 0.15 | 332.95 | 0.62 | 0.62 |
| Hex | DA | 60 | 97 | 0 | 38 | 1F | F | 14D | 3E | 3E |
| Octal | 332 | 140 | 227 | 0 | 70 | 37 | 17 | 515 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10010111 | 0 | 111000 | 11111 | 1111 | 101001101 | 111110 | 111110 |
Color Harmonies of #DA6097
Complementary color
Monochromatic Colors of #DA6097
Black with #DA6097
Text Example
Text Example
White with #DA6097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6097; }
p { color: rgb(218,96,151); }
H1.HeaderClassName
{
color: #DA6097;
}
.AnyTagClassName
{
color: #DA6097;
}
</style>
background-color css
<style>
a { background-color: #DA6097; }
a { background-color: rgb(218,96,151); }
div.DivClassName
{
background-color: #DA6097;
}
.BgClassName
{
background-color: #DA6097;
}
</style>
border-color css
<style>
span { border-color: #DA6097; }
span { border-color: rgb(218,96,151); }
td.TdClassName
{
border-color: #DA6097;
}
.TagClassName
{
border-color: #DA6097;
}
</style>