Shades of Hopbush #D571A8
Tints of Hopbush #D571A8
RGB
CMYK
RGB Variations
Color information
#D571A8 (or 0xD571A8) is known color: Hopbush. HEX triplet: D5, 71 and A8. RGB value is (213,113,168). Sum of RGB (Red+Green+Blue) = 213+113+168=494 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.12% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 168 (66.02% from 255 or 34.01% from 494); Max value from RGB is 213 - color contains mainly: red. Hex color #D571A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D571A8 is #2A8E57. Grayscale: #959595. Windows color (decimal): -2788952 or 11039189. OLE color: 11039189.
HSL color Cylindrical-coordinate representation of color #D571A8: hue angle of 327º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D571A8 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 113 | 168 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.16 |
| HSL | 327º | 0.54% | 0.64% | - |
| HSV(B) | 327º | 0.47% | 0.84% | - |
| XYZ | 40.41 | 28.78 | 40.47 | - |
| YUV | 149.17 | 138.63 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 113 | 168 | 0 | 0.47 | 0.21 | 0.16 | 327 | 0.54 | 0.64 |
| Hex | D5 | 71 | A8 | 0 | 2F | 15 | 10 | 147 | 36 | 40 |
| Octal | 325 | 161 | 250 | 0 | 57 | 25 | 20 | 507 | 66 | 100 |
| Binary | 11010101 | 1110001 | 10101000 | 0 | 101111 | 10101 | 10000 | 101000111 | 110110 | 1000000 |
Color Harmonies of #D571A8
Complementary color
Monochromatic Colors of #D571A8
Black with #D571A8
Text Example
Text Example
White with #D571A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D571A8; }
p { color: rgb(213,113,168); }
H1.HeaderClassName
{
color: #D571A8;
}
.AnyTagClassName
{
color: #D571A8;
}
</style>
background-color css
<style>
a { background-color: #D571A8; }
a { background-color: rgb(213,113,168); }
div.DivClassName
{
background-color: #D571A8;
}
.BgClassName
{
background-color: #D571A8;
}
</style>
border-color css
<style>
span { border-color: #D571A8; }
span { border-color: rgb(213,113,168); }
td.TdClassName
{
border-color: #D571A8;
}
.TagClassName
{
border-color: #D571A8;
}
</style>