Shades of Hopbush #D574A7
Tints of Hopbush #D574A7
RGB
CMYK
RGB Variations
Color information
#D574A7 (or 0xD574A7) is known color: Hopbush. HEX triplet: D5, 74 and A7. RGB value is (213,116,167). Sum of RGB (Red+Green+Blue) = 213+116+167=496 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.94% from 496); Green value is 116 (45.70% from 255 or 23.39% from 496); Blue value is 167 (65.62% from 255 or 33.67% from 496); Max value from RGB is 213 - color contains mainly: red. Hex color #D574A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D574A7 is #2A8B58. Grayscale: #969696. Windows color (decimal): -2788185 or 10974421. OLE color: 10974421.
HSL color Cylindrical-coordinate representation of color #D574A7: hue angle of 328.45º 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 #D574A7 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 167 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.16 |
| HSL | 328.45º | 0.54% | 0.65% | - |
| HSV(B) | 328.45º | 0.46% | 0.84% | - |
| XYZ | 40.66 | 29.43 | 40.1 | - |
| YUV | 150.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 167 | 0 | 0.46 | 0.22 | 0.16 | 328.45 | 0.54 | 0.65 |
| Hex | D5 | 74 | A7 | 0 | 2E | 16 | 10 | 148 | 36 | 41 |
| Octal | 325 | 164 | 247 | 0 | 56 | 26 | 20 | 510 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10100111 | 0 | 101110 | 10110 | 10000 | 101001000 | 110110 | 1000001 |
Color Harmonies of #D574A7
Complementary color
Monochromatic Colors of #D574A7
Black with #D574A7
Text Example
Text Example
White with #D574A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D574A7; }
p { color: rgb(213,116,167); }
H1.HeaderClassName
{
color: #D574A7;
}
.AnyTagClassName
{
color: #D574A7;
}
</style>
background-color css
<style>
a { background-color: #D574A7; }
a { background-color: rgb(213,116,167); }
div.DivClassName
{
background-color: #D574A7;
}
.BgClassName
{
background-color: #D574A7;
}
</style>
border-color css
<style>
span { border-color: #D574A7; }
span { border-color: rgb(213,116,167); }
td.TdClassName
{
border-color: #D574A7;
}
.TagClassName
{
border-color: #D574A7;
}
</style>