Shades of Hopbush #DA629F
Tints of Hopbush #DA629F
RGB
CMYK
RGB Variations
Color information
#DA629F (or 0xDA629F) is known color: Hopbush. HEX triplet: DA, 62 and 9F. RGB value is (218,98,159). Sum of RGB (Red+Green+Blue) = 218+98+159=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 98 (38.67% from 255 or 20.63% from 475); Blue value is 159 (62.5% from 255 or 33.47% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA629F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA629F is #259D60. Grayscale: #8C8C8C. Windows color (decimal): -2465121 or 10445530. OLE color: 10445530.
HSL color Cylindrical-coordinate representation of color #DA629F: hue angle of 329.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA629F is Cyan = 0, Magento = 0.55, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 159 | - |
| CMYK | 0 | 0.55 | 0.27 | 0.15 |
| HSL | 329.5º | 0.62% | 0.62% | - |
| HSV(B) | 329.5º | 0.55% | 0.85% | - |
| XYZ | 39.54 | 26.14 | 35.76 | - |
| YUV | 140.83 | 138.26 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 159 | 0 | 0.55 | 0.27 | 0.15 | 329.5 | 0.62 | 0.62 |
| Hex | DA | 62 | 9F | 0 | 37 | 1B | F | 14A | 3E | 3E |
| Octal | 332 | 142 | 237 | 0 | 67 | 33 | 17 | 512 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10011111 | 0 | 110111 | 11011 | 1111 | 101001010 | 111110 | 111110 |
Color Harmonies of #DA629F
Complementary color
Monochromatic Colors of #DA629F
Black with #DA629F
Text Example
Text Example
White with #DA629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA629F; }
p { color: rgb(218,98,159); }
H1.HeaderClassName
{
color: #DA629F;
}
.AnyTagClassName
{
color: #DA629F;
}
</style>
background-color css
<style>
a { background-color: #DA629F; }
a { background-color: rgb(218,98,159); }
div.DivClassName
{
background-color: #DA629F;
}
.BgClassName
{
background-color: #DA629F;
}
</style>
border-color css
<style>
span { border-color: #DA629F; }
span { border-color: rgb(218,98,159); }
td.TdClassName
{
border-color: #DA629F;
}
.TagClassName
{
border-color: #DA629F;
}
</style>