Shades of Hopbush #DA6FB0
Tints of Hopbush #DA6FB0
RGB
CMYK
RGB Variations
Color information
#DA6FB0 (or 0xDA6FB0) is known color: Hopbush. HEX triplet: DA, 6F and B0. RGB value is (218,111,176). Sum of RGB (Red+Green+Blue) = 218+111+176=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 111 (43.75% from 255 or 21.98% from 505); Blue value is 176 (69.14% from 255 or 34.85% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6FB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA6FB0 is #25904F. Grayscale: #969696. Windows color (decimal): -2461776 or 11562970. OLE color: 11562970.
HSL color Cylindrical-coordinate representation of color #DA6FB0: hue angle of 323.55º 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 #DA6FB0 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 111 | 176 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.15 |
| HSL | 323.55º | 0.59% | 0.65% | - |
| HSV(B) | 323.55º | 0.49% | 0.85% | - |
| XYZ | 42.43 | 29.41 | 44.51 | - |
| YUV | 150.4 | 142.45 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 111 | 176 | 0 | 0.49 | 0.19 | 0.15 | 323.55 | 0.59 | 0.65 |
| Hex | DA | 6F | B0 | 0 | 31 | 13 | F | 144 | 3B | 41 |
| Octal | 332 | 157 | 260 | 0 | 61 | 23 | 17 | 504 | 73 | 101 |
| Binary | 11011010 | 1101111 | 10110000 | 0 | 110001 | 10011 | 1111 | 101000100 | 111011 | 1000001 |
Color Harmonies of #DA6FB0
Complementary color
Monochromatic Colors of #DA6FB0
Black with #DA6FB0
Text Example
Text Example
White with #DA6FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6FB0; }
p { color: rgb(218,111,176); }
H1.HeaderClassName
{
color: #DA6FB0;
}
.AnyTagClassName
{
color: #DA6FB0;
}
</style>
background-color css
<style>
a { background-color: #DA6FB0; }
a { background-color: rgb(218,111,176); }
div.DivClassName
{
background-color: #DA6FB0;
}
.BgClassName
{
background-color: #DA6FB0;
}
</style>
border-color css
<style>
span { border-color: #DA6FB0; }
span { border-color: rgb(218,111,176); }
td.TdClassName
{
border-color: #DA6FB0;
}
.TagClassName
{
border-color: #DA6FB0;
}
</style>