Shades of Hopbush #D473A6
Tints of Hopbush #D473A6
RGB
CMYK
RGB Variations
Color information
#D473A6 (or 0xD473A6) is known color: Hopbush. HEX triplet: D4, 73 and A6. RGB value is (212,115,166). Sum of RGB (Red+Green+Blue) = 212+115+166=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 115 (45.31% from 255 or 23.33% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D473A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D473A6 is #2B8C59. Grayscale: #959595. Windows color (decimal): -2853978 or 10908628. OLE color: 10908628.
HSL color Cylindrical-coordinate representation of color #D473A6: hue angle of 328.45º 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 #D473A6 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 115 | 166 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.17 |
| HSL | 328.45º | 0.53% | 0.64% | - |
| HSV(B) | 328.45º | 0.46% | 0.83% | - |
| XYZ | 40.17 | 29.01 | 39.56 | - |
| YUV | 149.82 | 137.14 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 115 | 166 | 0 | 0.46 | 0.22 | 0.17 | 328.45 | 0.53 | 0.64 |
| Hex | D4 | 73 | A6 | 0 | 2E | 16 | 11 | 148 | 35 | 40 |
| Octal | 324 | 163 | 246 | 0 | 56 | 26 | 21 | 510 | 65 | 100 |
| Binary | 11010100 | 1110011 | 10100110 | 0 | 101110 | 10110 | 10001 | 101001000 | 110101 | 1000000 |
Color Harmonies of #D473A6
Complementary color
Monochromatic Colors of #D473A6
Black with #D473A6
Text Example
Text Example
White with #D473A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D473A6; }
p { color: rgb(212,115,166); }
H1.HeaderClassName
{
color: #D473A6;
}
.AnyTagClassName
{
color: #D473A6;
}
</style>
background-color css
<style>
a { background-color: #D473A6; }
a { background-color: rgb(212,115,166); }
div.DivClassName
{
background-color: #D473A6;
}
.BgClassName
{
background-color: #D473A6;
}
</style>
border-color css
<style>
span { border-color: #D473A6; }
span { border-color: rgb(212,115,166); }
td.TdClassName
{
border-color: #D473A6;
}
.TagClassName
{
border-color: #D473A6;
}
</style>