Shades of Hopbush #DA62AB
Tints of Hopbush #DA62AB
RGB
CMYK
RGB Variations
Color information
#DA62AB (or 0xDA62AB) is known color: Hopbush. HEX triplet: DA, 62 and AB. RGB value is (218,98,171). Sum of RGB (Red+Green+Blue) = 218+98+171=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA62AB is #259D54. Grayscale: #8E8E8E. Windows color (decimal): -2465109 or 11231962. OLE color: 11231962.
HSL color Cylindrical-coordinate representation of color #DA62AB: hue angle of 323.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 #DA62AB is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 171 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.15 |
| HSL | 323.5º | 0.62% | 0.62% | - |
| HSV(B) | 323.5º | 0.55% | 0.85% | - |
| XYZ | 40.63 | 26.58 | 41.52 | - |
| YUV | 142.2 | 144.26 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 171 | 0 | 0.55 | 0.22 | 0.15 | 323.5 | 0.62 | 0.62 |
| Hex | DA | 62 | AB | 0 | 37 | 16 | F | 144 | 3E | 3E |
| Octal | 332 | 142 | 253 | 0 | 67 | 26 | 17 | 504 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10101011 | 0 | 110111 | 10110 | 1111 | 101000100 | 111110 | 111110 |
Color Harmonies of #DA62AB
Complementary color
Monochromatic Colors of #DA62AB
Black with #DA62AB
Text Example
Text Example
White with #DA62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62AB; }
p { color: rgb(218,98,171); }
H1.HeaderClassName
{
color: #DA62AB;
}
.AnyTagClassName
{
color: #DA62AB;
}
</style>
background-color css
<style>
a { background-color: #DA62AB; }
a { background-color: rgb(218,98,171); }
div.DivClassName
{
background-color: #DA62AB;
}
.BgClassName
{
background-color: #DA62AB;
}
</style>
border-color css
<style>
span { border-color: #DA62AB; }
span { border-color: rgb(218,98,171); }
td.TdClassName
{
border-color: #DA62AB;
}
.TagClassName
{
border-color: #DA62AB;
}
</style>