Shades of Hopbush #DA599C
Tints of Hopbush #DA599C
RGB
CMYK
RGB Variations
Color information
#DA599C (or 0xDA599C) is known color: Hopbush. HEX triplet: DA, 59 and 9C. RGB value is (218,89,156). Sum of RGB (Red+Green+Blue) = 218+89+156=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA599C is #25A663. Grayscale: #878787. Windows color (decimal): -2467428 or 10246618. OLE color: 10246618.
HSL color Cylindrical-coordinate representation of color #DA599C: hue angle of 328.84º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DA599C is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 89 | 156 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.15 |
| HSL | 328.84º | 0.64% | 0.6% | - |
| HSV(B) | 328.84º | 0.59% | 0.85% | - |
| XYZ | 38.49 | 24.45 | 34.14 | - |
| YUV | 135.21 | 139.74 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 89 | 156 | 0 | 0.59 | 0.28 | 0.15 | 328.84 | 0.64 | 0.6 |
| Hex | DA | 59 | 9C | 0 | 3B | 1C | F | 149 | 40 | 3C |
| Octal | 332 | 131 | 234 | 0 | 73 | 34 | 17 | 511 | 100 | 74 |
| Binary | 11011010 | 1011001 | 10011100 | 0 | 111011 | 11100 | 1111 | 101001001 | 1000000 | 111100 |
Color Harmonies of #DA599C
Complementary color
Monochromatic Colors of #DA599C
Black with #DA599C
Text Example
Text Example
White with #DA599C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA599C; }
p { color: rgb(218,89,156); }
H1.HeaderClassName
{
color: #DA599C;
}
.AnyTagClassName
{
color: #DA599C;
}
</style>
background-color css
<style>
a { background-color: #DA599C; }
a { background-color: rgb(218,89,156); }
div.DivClassName
{
background-color: #DA599C;
}
.BgClassName
{
background-color: #DA599C;
}
</style>
border-color css
<style>
span { border-color: #DA599C; }
span { border-color: rgb(218,89,156); }
td.TdClassName
{
border-color: #DA599C;
}
.TagClassName
{
border-color: #DA599C;
}
</style>