Shades of Hopbush #DA629A
Tints of Hopbush #DA629A
RGB
CMYK
RGB Variations
Color information
#DA629A (or 0xDA629A) is known color: Hopbush. HEX triplet: DA, 62 and 9A. RGB value is (218,98,154). Sum of RGB (Red+Green+Blue) = 218+98+154=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 154 (60.55% from 255 or 32.77% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA629A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA629A is #259D65. Grayscale: #8C8C8C. Windows color (decimal): -2465126 or 10117850. OLE color: 10117850.
HSL color Cylindrical-coordinate representation of color #DA629A: hue angle of 332º 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 #DA629A is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 154 | - |
| CMYK | 0 | 0.55 | 0.29 | 0.15 |
| HSL | 332º | 0.62% | 0.62% | - |
| HSV(B) | 332º | 0.55% | 0.85% | - |
| XYZ | 39.11 | 25.97 | 33.52 | - |
| YUV | 140.26 | 135.76 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 154 | 0 | 0.55 | 0.29 | 0.15 | 332 | 0.62 | 0.62 |
| Hex | DA | 62 | 9A | 0 | 37 | 1D | F | 14C | 3E | 3E |
| Octal | 332 | 142 | 232 | 0 | 67 | 35 | 17 | 514 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10011010 | 0 | 110111 | 11101 | 1111 | 101001100 | 111110 | 111110 |
Color Harmonies of #DA629A
Complementary color
Monochromatic Colors of #DA629A
Black with #DA629A
Text Example
Text Example
White with #DA629A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA629A; }
p { color: rgb(218,98,154); }
H1.HeaderClassName
{
color: #DA629A;
}
.AnyTagClassName
{
color: #DA629A;
}
</style>
background-color css
<style>
a { background-color: #DA629A; }
a { background-color: rgb(218,98,154); }
div.DivClassName
{
background-color: #DA629A;
}
.BgClassName
{
background-color: #DA629A;
}
</style>
border-color css
<style>
span { border-color: #DA629A; }
span { border-color: rgb(218,98,154); }
td.TdClassName
{
border-color: #DA629A;
}
.TagClassName
{
border-color: #DA629A;
}
</style>