Shades of Hopbush #D572B1
Tints of Hopbush #D572B1
RGB
CMYK
RGB Variations
Color information
#D572B1 (or 0xD572B1) is known color: Hopbush. HEX triplet: D5, 72 and B1. RGB value is (213,114,177). Sum of RGB (Red+Green+Blue) = 213+114+177=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 114 (44.92% from 255 or 22.62% from 504); Blue value is 177 (69.53% from 255 or 35.12% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D572B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D572B1 is #2A8D4E. Grayscale: #969696. Windows color (decimal): -2788687 or 11629269. OLE color: 11629269.
HSL color Cylindrical-coordinate representation of color #D572B1: hue angle of 321.82º 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 #D572B1 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 114 | 177 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.16 |
| HSL | 321.82º | 0.54% | 0.64% | - |
| HSV(B) | 321.82º | 0.46% | 0.84% | - |
| XYZ | 41.39 | 29.36 | 45.08 | - |
| YUV | 150.78 | 142.8 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 114 | 177 | 0 | 0.46 | 0.17 | 0.16 | 321.82 | 0.54 | 0.64 |
| Hex | D5 | 72 | B1 | 0 | 2E | 11 | 10 | 142 | 36 | 40 |
| Octal | 325 | 162 | 261 | 0 | 56 | 21 | 20 | 502 | 66 | 100 |
| Binary | 11010101 | 1110010 | 10110001 | 0 | 101110 | 10001 | 10000 | 101000010 | 110110 | 1000000 |
Color Harmonies of #D572B1
Complementary color
Monochromatic Colors of #D572B1
Black with #D572B1
Text Example
Text Example
White with #D572B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D572B1; }
p { color: rgb(213,114,177); }
H1.HeaderClassName
{
color: #D572B1;
}
.AnyTagClassName
{
color: #D572B1;
}
</style>
background-color css
<style>
a { background-color: #D572B1; }
a { background-color: rgb(213,114,177); }
div.DivClassName
{
background-color: #D572B1;
}
.BgClassName
{
background-color: #D572B1;
}
</style>
border-color css
<style>
span { border-color: #D572B1; }
span { border-color: rgb(213,114,177); }
td.TdClassName
{
border-color: #D572B1;
}
.TagClassName
{
border-color: #D572B1;
}
</style>