Shades of Hopbush #D472A5
Tints of Hopbush #D472A5
RGB
CMYK
RGB Variations
Color information
#D472A5 (or 0xD472A5) is known color: Hopbush. HEX triplet: D4, 72 and A5. RGB value is (212,114,165). Sum of RGB (Red+Green+Blue) = 212+114+165=491 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.18% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 165 (64.84% from 255 or 33.60% from 491); Max value from RGB is 212 - color contains mainly: red. Hex color #D472A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D472A5 is #2B8D5A. Grayscale: #959595. Windows color (decimal): -2854235 or 10842836. OLE color: 10842836.
HSL color Cylindrical-coordinate representation of color #D472A5: hue angle of 328.78º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D472A5 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 165 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.17 |
| HSL | 328.78º | 0.53% | 0.64% | - |
| HSV(B) | 328.78º | 0.46% | 0.83% | - |
| XYZ | 39.96 | 28.75 | 39.04 | - |
| YUV | 149.12 | 136.97 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 165 | 0 | 0.46 | 0.22 | 0.17 | 328.78 | 0.53 | 0.64 |
| Hex | D4 | 72 | A5 | 0 | 2E | 16 | 11 | 149 | 35 | 40 |
| Octal | 324 | 162 | 245 | 0 | 56 | 26 | 21 | 511 | 65 | 100 |
| Binary | 11010100 | 1110010 | 10100101 | 0 | 101110 | 10110 | 10001 | 101001001 | 110101 | 1000000 |
Color Harmonies of #D472A5
Complementary color
Monochromatic Colors of #D472A5
Black with #D472A5
Text Example
Text Example
White with #D472A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472A5; }
p { color: rgb(212,114,165); }
H1.HeaderClassName
{
color: #D472A5;
}
.AnyTagClassName
{
color: #D472A5;
}
</style>
background-color css
<style>
a { background-color: #D472A5; }
a { background-color: rgb(212,114,165); }
div.DivClassName
{
background-color: #D472A5;
}
.BgClassName
{
background-color: #D472A5;
}
</style>
border-color css
<style>
span { border-color: #D472A5; }
span { border-color: rgb(212,114,165); }
td.TdClassName
{
border-color: #D472A5;
}
.TagClassName
{
border-color: #D472A5;
}
</style>