Shades of Hopbush #D572AB
Tints of Hopbush #D572AB
RGB
CMYK
RGB Variations
Color information
#D572AB (or 0xD572AB) is known color: Hopbush. HEX triplet: D5, 72 and AB. RGB value is (213,114,171). Sum of RGB (Red+Green+Blue) = 213+114+171=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 114 (44.92% from 255 or 22.89% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D572AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D572AB is #2A8D54. Grayscale: #959595. Windows color (decimal): -2788693 or 11236053. OLE color: 11236053.
HSL color Cylindrical-coordinate representation of color #D572AB: hue angle of 325.45º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D572AB is Cyan = 0, Magento = 0.46, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 171 | - |
| CMYK | 0 | 0.46 | 0.20 | 0.16 |
| HSL | 325.45º | 0.54% | 0.64% | - |
| HSV(B) | 325.45º | 0.46% | 0.84% | - |
| XYZ | 40.81 | 29.12 | 42 | - |
| YUV | 150.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 171 | 0 | 0.46 | 0.20 | 0.16 | 325.45 | 0.54 | 0.64 |
| Hex | D5 | 72 | AB | 0 | 2E | 14 | 10 | 145 | 36 | 40 |
| Octal | 325 | 162 | 253 | 0 | 56 | 24 | 20 | 505 | 66 | 100 |
| Binary | 11010101 | 1110010 | 10101011 | 0 | 101110 | 10100 | 10000 | 101000101 | 110110 | 1000000 |
Color Harmonies of #D572AB
Complementary color
Monochromatic Colors of #D572AB
Black with #D572AB
Text Example
Text Example
White with #D572AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D572AB; }
p { color: rgb(213,114,171); }
H1.HeaderClassName
{
color: #D572AB;
}
.AnyTagClassName
{
color: #D572AB;
}
</style>
background-color css
<style>
a { background-color: #D572AB; }
a { background-color: rgb(213,114,171); }
div.DivClassName
{
background-color: #D572AB;
}
.BgClassName
{
background-color: #D572AB;
}
</style>
border-color css
<style>
span { border-color: #D572AB; }
span { border-color: rgb(213,114,171); }
td.TdClassName
{
border-color: #D572AB;
}
.TagClassName
{
border-color: #D572AB;
}
</style>