Shades of Hopbush #DA6BAF
Tints of Hopbush #DA6BAF
RGB
CMYK
RGB Variations
Color information
#DA6BAF (or 0xDA6BAF) is known color: Hopbush. HEX triplet: DA, 6B and AF. RGB value is (218,107,175). Sum of RGB (Red+Green+Blue) = 218+107+175=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6BAF is #259450. Grayscale: #939393. Windows color (decimal): -2462801 or 11496410. OLE color: 11496410.
HSL color Cylindrical-coordinate representation of color #DA6BAF: hue angle of 323.24º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6BAF is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 107 | 175 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.15 |
| HSL | 323.24º | 0.6% | 0.64% | - |
| HSV(B) | 323.24º | 0.51% | 0.85% | - |
| XYZ | 41.91 | 28.52 | 43.85 | - |
| YUV | 147.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 107 | 175 | 0 | 0.51 | 0.20 | 0.15 | 323.24 | 0.6 | 0.64 |
| Hex | DA | 6B | AF | 0 | 33 | 14 | F | 143 | 3C | 40 |
| Octal | 332 | 153 | 257 | 0 | 63 | 24 | 17 | 503 | 74 | 100 |
| Binary | 11011010 | 1101011 | 10101111 | 0 | 110011 | 10100 | 1111 | 101000011 | 111100 | 1000000 |
Color Harmonies of #DA6BAF
Complementary color
Monochromatic Colors of #DA6BAF
Black with #DA6BAF
Text Example
Text Example
White with #DA6BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6BAF; }
p { color: rgb(218,107,175); }
H1.HeaderClassName
{
color: #DA6BAF;
}
.AnyTagClassName
{
color: #DA6BAF;
}
</style>
background-color css
<style>
a { background-color: #DA6BAF; }
a { background-color: rgb(218,107,175); }
div.DivClassName
{
background-color: #DA6BAF;
}
.BgClassName
{
background-color: #DA6BAF;
}
</style>
border-color css
<style>
span { border-color: #DA6BAF; }
span { border-color: rgb(218,107,175); }
td.TdClassName
{
border-color: #DA6BAF;
}
.TagClassName
{
border-color: #DA6BAF;
}
</style>