Shades of Hopbush #DA62AD
Tints of Hopbush #DA62AD
RGB
CMYK
RGB Variations
Color information
#DA62AD (or 0xDA62AD) is known color: Hopbush. HEX triplet: DA, 62 and AD. RGB value is (218,98,173). Sum of RGB (Red+Green+Blue) = 218+98+173=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 173 (67.97% from 255 or 35.38% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA62AD is #259D52. Grayscale: #8E8E8E. Windows color (decimal): -2465107 or 11363034. OLE color: 11363034.
HSL color Cylindrical-coordinate representation of color #DA62AD: hue angle of 322.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 #DA62AD is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 173 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.15 |
| HSL | 322.5º | 0.62% | 0.62% | - |
| HSV(B) | 322.5º | 0.55% | 0.85% | - |
| XYZ | 40.82 | 26.66 | 42.53 | - |
| YUV | 142.43 | 145.26 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 173 | 0 | 0.55 | 0.21 | 0.15 | 322.5 | 0.62 | 0.62 |
| Hex | DA | 62 | AD | 0 | 37 | 15 | F | 142 | 3E | 3E |
| Octal | 332 | 142 | 255 | 0 | 67 | 25 | 17 | 502 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10101101 | 0 | 110111 | 10101 | 1111 | 101000010 | 111110 | 111110 |
Color Harmonies of #DA62AD
Complementary color
Monochromatic Colors of #DA62AD
Black with #DA62AD
Text Example
Text Example
White with #DA62AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62AD; }
p { color: rgb(218,98,173); }
H1.HeaderClassName
{
color: #DA62AD;
}
.AnyTagClassName
{
color: #DA62AD;
}
</style>
background-color css
<style>
a { background-color: #DA62AD; }
a { background-color: rgb(218,98,173); }
div.DivClassName
{
background-color: #DA62AD;
}
.BgClassName
{
background-color: #DA62AD;
}
</style>
border-color css
<style>
span { border-color: #DA62AD; }
span { border-color: rgb(218,98,173); }
td.TdClassName
{
border-color: #DA62AD;
}
.TagClassName
{
border-color: #DA62AD;
}
</style>