Shades of Hopbush #DA609A
Tints of Hopbush #DA609A
RGB
CMYK
RGB Variations
Color information
#DA609A (or 0xDA609A) is known color: Hopbush. HEX triplet: DA, 60 and 9A. RGB value is (218,96,154). Sum of RGB (Red+Green+Blue) = 218+96+154=468 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.58% from 468); Green value is 96 (37.89% from 255 or 20.51% from 468); Blue value is 154 (60.55% from 255 or 32.91% from 468); Max value from RGB is 218 - color contains mainly: red. Hex color #DA609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA609A is #259F65. Grayscale: #8A8A8A. Windows color (decimal): -2465638 or 10117338. OLE color: 10117338.
HSL color Cylindrical-coordinate representation of color #DA609A: hue angle of 331.48º 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 #DA609A is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 154 | - |
| CMYK | 0 | 0.56 | 0.29 | 0.15 |
| HSL | 331.48º | 0.62% | 0.62% | - |
| HSV(B) | 331.48º | 0.56% | 0.85% | - |
| XYZ | 38.93 | 25.6 | 33.46 | - |
| YUV | 139.09 | 136.42 | 184.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 154 | 0 | 0.56 | 0.29 | 0.15 | 331.48 | 0.62 | 0.62 |
| Hex | DA | 60 | 9A | 0 | 38 | 1D | F | 14B | 3E | 3E |
| Octal | 332 | 140 | 232 | 0 | 70 | 35 | 17 | 513 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10011010 | 0 | 111000 | 11101 | 1111 | 101001011 | 111110 | 111110 |
Color Harmonies of #DA609A
Complementary color
Monochromatic Colors of #DA609A
Black with #DA609A
Text Example
Text Example
White with #DA609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA609A; }
p { color: rgb(218,96,154); }
H1.HeaderClassName
{
color: #DA609A;
}
.AnyTagClassName
{
color: #DA609A;
}
</style>
background-color css
<style>
a { background-color: #DA609A; }
a { background-color: rgb(218,96,154); }
div.DivClassName
{
background-color: #DA609A;
}
.BgClassName
{
background-color: #DA609A;
}
</style>
border-color css
<style>
span { border-color: #DA609A; }
span { border-color: rgb(218,96,154); }
td.TdClassName
{
border-color: #DA609A;
}
.TagClassName
{
border-color: #DA609A;
}
</style>