Shades of Hopbush #DA60A6
Tints of Hopbush #DA60A6
RGB
CMYK
RGB Variations
Color information
#DA60A6 (or 0xDA60A6) is known color: Hopbush. HEX triplet: DA, 60 and A6. RGB value is (218,96,166). Sum of RGB (Red+Green+Blue) = 218+96+166=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60A6 is #259F59. Grayscale: #8C8C8C. Windows color (decimal): -2465626 or 10903770. OLE color: 10903770.
HSL color Cylindrical-coordinate representation of color #DA60A6: hue angle of 325.57º 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 #DA60A6 is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 166 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.15 |
| HSL | 325.57º | 0.62% | 0.62% | - |
| HSV(B) | 325.57º | 0.56% | 0.85% | - |
| XYZ | 39.98 | 26.02 | 38.99 | - |
| YUV | 140.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 166 | 0 | 0.56 | 0.24 | 0.15 | 325.57 | 0.62 | 0.62 |
| Hex | DA | 60 | A6 | 0 | 38 | 18 | F | 146 | 3E | 3E |
| Octal | 332 | 140 | 246 | 0 | 70 | 30 | 17 | 506 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10100110 | 0 | 111000 | 11000 | 1111 | 101000110 | 111110 | 111110 |
Color Harmonies of #DA60A6
Complementary color
Monochromatic Colors of #DA60A6
Black with #DA60A6
Text Example
Text Example
White with #DA60A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60A6; }
p { color: rgb(218,96,166); }
H1.HeaderClassName
{
color: #DA60A6;
}
.AnyTagClassName
{
color: #DA60A6;
}
</style>
background-color css
<style>
a { background-color: #DA60A6; }
a { background-color: rgb(218,96,166); }
div.DivClassName
{
background-color: #DA60A6;
}
.BgClassName
{
background-color: #DA60A6;
}
</style>
border-color css
<style>
span { border-color: #DA60A6; }
span { border-color: rgb(218,96,166); }
td.TdClassName
{
border-color: #DA60A6;
}
.TagClassName
{
border-color: #DA60A6;
}
</style>