Shades of Hopbush #DA6FAC
Tints of Hopbush #DA6FAC
RGB
CMYK
RGB Variations
Color information
#DA6FAC (or 0xDA6FAC) is known color: Hopbush. HEX triplet: DA, 6F and AC. RGB value is (218,111,172). Sum of RGB (Red+Green+Blue) = 218+111+172=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 172 (67.58% from 255 or 34.33% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FAC is #259053. Grayscale: #959595. Windows color (decimal): -2461780 or 11300826. OLE color: 11300826.
HSL color Cylindrical-coordinate representation of color #DA6FAC: hue angle of 325.79º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA6FAC is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 172 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.15 |
| HSL | 325.79º | 0.59% | 0.65% | - |
| HSV(B) | 325.79º | 0.49% | 0.85% | - |
| XYZ | 42.04 | 29.25 | 42.46 | - |
| YUV | 149.95 | 140.45 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 172 | 0 | 0.49 | 0.21 | 0.15 | 325.79 | 0.59 | 0.65 |
| Hex | DA | 6F | AC | 0 | 31 | 15 | F | 146 | 3B | 41 |
| Octal | 332 | 157 | 254 | 0 | 61 | 25 | 17 | 506 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10101100 | 0 | 110001 | 10101 | 1111 | 101000110 | 111011 | 1000001 |
Color Harmonies of #DA6FAC
Complementary color
Monochromatic Colors of #DA6FAC
Black with #DA6FAC
Text Example
Text Example
White with #DA6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FAC; }
p { color: rgb(218,111,172); }
H1.HeaderClassName
{
color: #DA6FAC;
}
.AnyTagClassName
{
color: #DA6FAC;
}
</style>
background-color css
<style>
a { background-color: #DA6FAC; }
a { background-color: rgb(218,111,172); }
div.DivClassName
{
background-color: #DA6FAC;
}
.BgClassName
{
background-color: #DA6FAC;
}
</style>
border-color css
<style>
span { border-color: #DA6FAC; }
span { border-color: rgb(218,111,172); }
td.TdClassName
{
border-color: #DA6FAC;
}
.TagClassName
{
border-color: #DA6FAC;
}
</style>