Shades of Hopbush #DA61A0
Tints of Hopbush #DA61A0
RGB
CMYK
RGB Variations
Color information
#DA61A0 (or 0xDA61A0) is known color: Hopbush. HEX triplet: DA, 61 and A0. RGB value is (218,97,160). Sum of RGB (Red+Green+Blue) = 218+97+160=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA61A0 is #259E5F. Grayscale: #8C8C8C. Windows color (decimal): -2465376 or 10510810. OLE color: 10510810.
HSL color Cylindrical-coordinate representation of color #DA61A0: hue angle of 328.76º 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 #DA61A0 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 160 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.15 |
| HSL | 328.76º | 0.62% | 0.62% | - |
| HSV(B) | 328.76º | 0.56% | 0.85% | - |
| XYZ | 39.53 | 25.99 | 36.19 | - |
| YUV | 140.36 | 139.09 | 183.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 160 | 0 | 0.56 | 0.27 | 0.15 | 328.76 | 0.62 | 0.62 |
| Hex | DA | 61 | A0 | 0 | 38 | 1B | F | 149 | 3E | 3E |
| Octal | 332 | 141 | 240 | 0 | 70 | 33 | 17 | 511 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10100000 | 0 | 111000 | 11011 | 1111 | 101001001 | 111110 | 111110 |
Color Harmonies of #DA61A0
Complementary color
Monochromatic Colors of #DA61A0
Black with #DA61A0
Text Example
Text Example
White with #DA61A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA61A0; }
p { color: rgb(218,97,160); }
H1.HeaderClassName
{
color: #DA61A0;
}
.AnyTagClassName
{
color: #DA61A0;
}
</style>
background-color css
<style>
a { background-color: #DA61A0; }
a { background-color: rgb(218,97,160); }
div.DivClassName
{
background-color: #DA61A0;
}
.BgClassName
{
background-color: #DA61A0;
}
</style>
border-color css
<style>
span { border-color: #DA61A0; }
span { border-color: rgb(218,97,160); }
td.TdClassName
{
border-color: #DA61A0;
}
.TagClassName
{
border-color: #DA61A0;
}
</style>