Shades of Hopbush #D574AD
Tints of Hopbush #D574AD
RGB
CMYK
RGB Variations
Color information
#D574AD (or 0xD574AD) is known color: Hopbush. HEX triplet: D5, 74 and AD. RGB value is (213,116,173). Sum of RGB (Red+Green+Blue) = 213+116+173=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 116 (45.70% from 255 or 23.11% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D574AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D574AD is #2A8B52. Grayscale: #979797. Windows color (decimal): -2788179 or 11367637. OLE color: 11367637.
HSL color Cylindrical-coordinate representation of color #D574AD: hue angle of 324.74º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D574AD is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 173 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.16 |
| HSL | 324.74º | 0.54% | 0.65% | - |
| HSV(B) | 324.74º | 0.46% | 0.84% | - |
| XYZ | 41.23 | 29.65 | 43.09 | - |
| YUV | 151.5 | 140.14 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 173 | 0 | 0.46 | 0.19 | 0.16 | 324.74 | 0.54 | 0.65 |
| Hex | D5 | 74 | AD | 0 | 2E | 13 | 10 | 145 | 36 | 41 |
| Octal | 325 | 164 | 255 | 0 | 56 | 23 | 20 | 505 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10101101 | 0 | 101110 | 10011 | 10000 | 101000101 | 110110 | 1000001 |
Color Harmonies of #D574AD
Complementary color
Monochromatic Colors of #D574AD
Black with #D574AD
Text Example
Text Example
White with #D574AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574AD; }
p { color: rgb(213,116,173); }
H1.HeaderClassName
{
color: #D574AD;
}
.AnyTagClassName
{
color: #D574AD;
}
</style>
background-color css
<style>
a { background-color: #D574AD; }
a { background-color: rgb(213,116,173); }
div.DivClassName
{
background-color: #D574AD;
}
.BgClassName
{
background-color: #D574AD;
}
</style>
border-color css
<style>
span { border-color: #D574AD; }
span { border-color: rgb(213,116,173); }
td.TdClassName
{
border-color: #D574AD;
}
.TagClassName
{
border-color: #D574AD;
}
</style>