Shades of Hopbush #DA6098
Tints of Hopbush #DA6098
RGB
CMYK
RGB Variations
Color information
#DA6098 (or 0xDA6098) is known color: Hopbush. HEX triplet: DA, 60 and 98. RGB value is (218,96,152). Sum of RGB (Red+Green+Blue) = 218+96+152=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6098 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6098 is #259F67. Grayscale: #8A8A8A. Windows color (decimal): -2465640 or 9986266. OLE color: 9986266.
HSL color Cylindrical-coordinate representation of color #DA6098: hue angle of 332.46º 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 #DA6098 is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 152 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.15 |
| HSL | 332.46º | 0.62% | 0.62% | - |
| HSV(B) | 332.46º | 0.56% | 0.85% | - |
| XYZ | 38.76 | 25.54 | 32.59 | - |
| YUV | 138.86 | 135.42 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 152 | 0 | 0.56 | 0.30 | 0.15 | 332.46 | 0.62 | 0.62 |
| Hex | DA | 60 | 98 | 0 | 38 | 1E | F | 14C | 3E | 3E |
| Octal | 332 | 140 | 230 | 0 | 70 | 36 | 17 | 514 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10011000 | 0 | 111000 | 11110 | 1111 | 101001100 | 111110 | 111110 |
Color Harmonies of #DA6098
Complementary color
Monochromatic Colors of #DA6098
Black with #DA6098
Text Example
Text Example
White with #DA6098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6098; }
p { color: rgb(218,96,152); }
H1.HeaderClassName
{
color: #DA6098;
}
.AnyTagClassName
{
color: #DA6098;
}
</style>
background-color css
<style>
a { background-color: #DA6098; }
a { background-color: rgb(218,96,152); }
div.DivClassName
{
background-color: #DA6098;
}
.BgClassName
{
background-color: #DA6098;
}
</style>
border-color css
<style>
span { border-color: #DA6098; }
span { border-color: rgb(218,96,152); }
td.TdClassName
{
border-color: #DA6098;
}
.TagClassName
{
border-color: #DA6098;
}
</style>