Shades of Hopbush #DA72AD
Tints of Hopbush #DA72AD
RGB
CMYK
RGB Variations
Color information
#DA72AD (or 0xDA72AD) is known color: Hopbush. HEX triplet: DA, 72 and AD. RGB value is (218,114,173). Sum of RGB (Red+Green+Blue) = 218+114+173=505 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.17% from 505); Green value is 114 (44.92% from 255 or 22.57% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 218 - color contains mainly: red. Hex color #DA72AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA72AD is #258D52. Grayscale: #979797. Windows color (decimal): -2461011 or 11367130. OLE color: 11367130.
HSL color Cylindrical-coordinate representation of color #DA72AD: hue angle of 325.96º degrees, saturation: 0.58, 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 #DA72AD is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 114 | 173 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.15 |
| HSL | 325.96º | 0.58% | 0.65% | - |
| HSV(B) | 325.96º | 0.48% | 0.85% | - |
| XYZ | 42.47 | 29.96 | 43.08 | - |
| YUV | 151.82 | 139.96 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 114 | 173 | 0 | 0.48 | 0.21 | 0.15 | 325.96 | 0.58 | 0.65 |
| Hex | DA | 72 | AD | 0 | 30 | 15 | F | 146 | 3A | 41 |
| Octal | 332 | 162 | 255 | 0 | 60 | 25 | 17 | 506 | 72 | 101 |
| Binary | 11011010 | 1110010 | 10101101 | 0 | 110000 | 10101 | 1111 | 101000110 | 111010 | 1000001 |
Color Harmonies of #DA72AD
Complementary color
Monochromatic Colors of #DA72AD
Black with #DA72AD
Text Example
Text Example
White with #DA72AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA72AD; }
p { color: rgb(218,114,173); }
H1.HeaderClassName
{
color: #DA72AD;
}
.AnyTagClassName
{
color: #DA72AD;
}
</style>
background-color css
<style>
a { background-color: #DA72AD; }
a { background-color: rgb(218,114,173); }
div.DivClassName
{
background-color: #DA72AD;
}
.BgClassName
{
background-color: #DA72AD;
}
</style>
border-color css
<style>
span { border-color: #DA72AD; }
span { border-color: rgb(218,114,173); }
td.TdClassName
{
border-color: #DA72AD;
}
.TagClassName
{
border-color: #DA72AD;
}
</style>