Shades of Hopbush #DA63AC
Tints of Hopbush #DA63AC
RGB
CMYK
RGB Variations
Color information
#DA63AC (or 0xDA63AC) is known color: Hopbush. HEX triplet: DA, 63 and AC. RGB value is (218,99,172). Sum of RGB (Red+Green+Blue) = 218+99+172=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA63AC is #259C53. Grayscale: #8E8E8E. Windows color (decimal): -2464852 or 11297754. OLE color: 11297754.
HSL color Cylindrical-coordinate representation of color #DA63AC: hue angle of 323.19º 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 #DA63AC is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 99 | 172 | - |
| CMYK | 0 | 0.55 | 0.21 | 0.15 |
| HSL | 323.19º | 0.62% | 0.62% | - |
| HSV(B) | 323.19º | 0.55% | 0.85% | - |
| XYZ | 40.82 | 26.81 | 42.05 | - |
| YUV | 142.9 | 144.42 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 99 | 172 | 0 | 0.55 | 0.21 | 0.15 | 323.19 | 0.62 | 0.62 |
| Hex | DA | 63 | AC | 0 | 37 | 15 | F | 143 | 3E | 3E |
| Octal | 332 | 143 | 254 | 0 | 67 | 25 | 17 | 503 | 76 | 76 |
| Binary | 11011010 | 1100011 | 10101100 | 0 | 110111 | 10101 | 1111 | 101000011 | 111110 | 111110 |
Color Harmonies of #DA63AC
Complementary color
Monochromatic Colors of #DA63AC
Black with #DA63AC
Text Example
Text Example
White with #DA63AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA63AC; }
p { color: rgb(218,99,172); }
H1.HeaderClassName
{
color: #DA63AC;
}
.AnyTagClassName
{
color: #DA63AC;
}
</style>
background-color css
<style>
a { background-color: #DA63AC; }
a { background-color: rgb(218,99,172); }
div.DivClassName
{
background-color: #DA63AC;
}
.BgClassName
{
background-color: #DA63AC;
}
</style>
border-color css
<style>
span { border-color: #DA63AC; }
span { border-color: rgb(218,99,172); }
td.TdClassName
{
border-color: #DA63AC;
}
.TagClassName
{
border-color: #DA63AC;
}
</style>