Shades of Hopbush #DA71AD
Tints of Hopbush #DA71AD
RGB
CMYK
RGB Variations
Color information
#DA71AD (or 0xDA71AD) is known color: Hopbush. HEX triplet: DA, 71 and AD. RGB value is (218,113,173). Sum of RGB (Red+Green+Blue) = 218+113+173=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 173 (67.97% from 255 or 34.33% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DA71AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA71AD is #258E52. Grayscale: #979797. Windows color (decimal): -2461267 or 11366874. OLE color: 11366874.
HSL color Cylindrical-coordinate representation of color #DA71AD: hue angle of 325.71º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA71AD is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 113 | 173 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.15 |
| HSL | 325.71º | 0.59% | 0.65% | - |
| HSV(B) | 325.71º | 0.48% | 0.85% | - |
| XYZ | 42.36 | 29.73 | 43.04 | - |
| YUV | 151.24 | 140.29 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 113 | 173 | 0 | 0.48 | 0.21 | 0.15 | 325.71 | 0.59 | 0.65 |
| Hex | DA | 71 | AD | 0 | 30 | 15 | F | 146 | 3B | 41 |
| Octal | 332 | 161 | 255 | 0 | 60 | 25 | 17 | 506 | 73 | 101 |
| Binary | 11011010 | 1110001 | 10101101 | 0 | 110000 | 10101 | 1111 | 101000110 | 111011 | 1000001 |
Color Harmonies of #DA71AD
Complementary color
Monochromatic Colors of #DA71AD
Black with #DA71AD
Text Example
Text Example
White with #DA71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA71AD; }
p { color: rgb(218,113,173); }
H1.HeaderClassName
{
color: #DA71AD;
}
.AnyTagClassName
{
color: #DA71AD;
}
</style>
background-color css
<style>
a { background-color: #DA71AD; }
a { background-color: rgb(218,113,173); }
div.DivClassName
{
background-color: #DA71AD;
}
.BgClassName
{
background-color: #DA71AD;
}
</style>
border-color css
<style>
span { border-color: #DA71AD; }
span { border-color: rgb(218,113,173); }
td.TdClassName
{
border-color: #DA71AD;
}
.TagClassName
{
border-color: #DA71AD;
}
</style>