Shades of Hopbush #DA60A0
Tints of Hopbush #DA60A0
RGB
CMYK
RGB Variations
Color information
#DA60A0 (or 0xDA60A0) is known color: Hopbush. HEX triplet: DA, 60 and A0. RGB value is (218,96,160). Sum of RGB (Red+Green+Blue) = 218+96+160=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 96 (37.89% from 255 or 20.25% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60A0 is #259F5F. Grayscale: #8B8B8B. Windows color (decimal): -2465632 or 10510554. OLE color: 10510554.
HSL color Cylindrical-coordinate representation of color #DA60A0: hue angle of 328.52º 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 #DA60A0 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 160 | - |
| CMYK | 0 | 0.56 | 0.27 | 0.15 |
| HSL | 328.52º | 0.62% | 0.62% | - |
| HSV(B) | 328.52º | 0.56% | 0.85% | - |
| XYZ | 39.44 | 25.81 | 36.16 | - |
| YUV | 139.77 | 139.42 | 183.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 160 | 0 | 0.56 | 0.27 | 0.15 | 328.52 | 0.62 | 0.62 |
| Hex | DA | 60 | A0 | 0 | 38 | 1B | F | 149 | 3E | 3E |
| Octal | 332 | 140 | 240 | 0 | 70 | 33 | 17 | 511 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10100000 | 0 | 111000 | 11011 | 1111 | 101001001 | 111110 | 111110 |
Color Harmonies of #DA60A0
Complementary color
Monochromatic Colors of #DA60A0
Black with #DA60A0
Text Example
Text Example
White with #DA60A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60A0; }
p { color: rgb(218,96,160); }
H1.HeaderClassName
{
color: #DA60A0;
}
.AnyTagClassName
{
color: #DA60A0;
}
</style>
background-color css
<style>
a { background-color: #DA60A0; }
a { background-color: rgb(218,96,160); }
div.DivClassName
{
background-color: #DA60A0;
}
.BgClassName
{
background-color: #DA60A0;
}
</style>
border-color css
<style>
span { border-color: #DA60A0; }
span { border-color: rgb(218,96,160); }
td.TdClassName
{
border-color: #DA60A0;
}
.TagClassName
{
border-color: #DA60A0;
}
</style>