Shades of Hopbush #D470A2
Tints of Hopbush #D470A2
RGB
CMYK
RGB Variations
Color information
#D470A2 (or 0xD470A2) is known color: Hopbush. HEX triplet: D4, 70 and A2. RGB value is (212,112,162). Sum of RGB (Red+Green+Blue) = 212+112+162=486 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.62% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 162 (63.67% from 255 or 33.33% from 486); Max value from RGB is 212 - color contains mainly: red. Hex color #D470A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D470A2 is #2B8F5D. Grayscale: #939393. Windows color (decimal): -2854750 or 10645716. OLE color: 10645716.
HSL color Cylindrical-coordinate representation of color #D470A2: hue angle of 330º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D470A2 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 162 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.17 |
| HSL | 330º | 0.54% | 0.64% | - |
| HSV(B) | 330º | 0.47% | 0.83% | - |
| XYZ | 39.47 | 28.19 | 37.54 | - |
| YUV | 147.6 | 136.13 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 162 | 0 | 0.47 | 0.24 | 0.17 | 330 | 0.54 | 0.64 |
| Hex | D4 | 70 | A2 | 0 | 2F | 18 | 11 | 14A | 36 | 40 |
| Octal | 324 | 160 | 242 | 0 | 57 | 30 | 21 | 512 | 66 | 100 |
| Binary | 11010100 | 1110000 | 10100010 | 0 | 101111 | 11000 | 10001 | 101001010 | 110110 | 1000000 |
Color Harmonies of #D470A2
Complementary color
Monochromatic Colors of #D470A2
Black with #D470A2
Text Example
Text Example
White with #D470A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470A2; }
p { color: rgb(212,112,162); }
H1.HeaderClassName
{
color: #D470A2;
}
.AnyTagClassName
{
color: #D470A2;
}
</style>
background-color css
<style>
a { background-color: #D470A2; }
a { background-color: rgb(212,112,162); }
div.DivClassName
{
background-color: #D470A2;
}
.BgClassName
{
background-color: #D470A2;
}
</style>
border-color css
<style>
span { border-color: #D470A2; }
span { border-color: rgb(212,112,162); }
td.TdClassName
{
border-color: #D470A2;
}
.TagClassName
{
border-color: #D470A2;
}
</style>