Shades of Hopbush #D470AC
Tints of Hopbush #D470AC
RGB
CMYK
RGB Variations
Color information
#D470AC (or 0xD470AC) is known color: Hopbush. HEX triplet: D4, 70 and AC. RGB value is (212,112,172). Sum of RGB (Red+Green+Blue) = 212+112+172=496 (65% of max value = 765). Red value is 212 (83.20% from 255 or 42.74% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 212 - color contains mainly: red. Hex color #D470AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D470AC is #2B8F53. Grayscale: #949494. Windows color (decimal): -2854740 or 11301076. OLE color: 11301076.
HSL color Cylindrical-coordinate representation of color #D470AC: hue angle of 324º 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 #D470AC is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 172 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.17 |
| HSL | 324º | 0.54% | 0.64% | - |
| HSV(B) | 324º | 0.47% | 0.83% | - |
| XYZ | 40.39 | 28.56 | 42.41 | - |
| YUV | 148.74 | 141.13 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 172 | 0 | 0.47 | 0.19 | 0.17 | 324 | 0.54 | 0.64 |
| Hex | D4 | 70 | AC | 0 | 2F | 13 | 11 | 144 | 36 | 40 |
| Octal | 324 | 160 | 254 | 0 | 57 | 23 | 21 | 504 | 66 | 100 |
| Binary | 11010100 | 1110000 | 10101100 | 0 | 101111 | 10011 | 10001 | 101000100 | 110110 | 1000000 |
Color Harmonies of #D470AC
Complementary color
Monochromatic Colors of #D470AC
Black with #D470AC
Text Example
Text Example
White with #D470AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470AC; }
p { color: rgb(212,112,172); }
H1.HeaderClassName
{
color: #D470AC;
}
.AnyTagClassName
{
color: #D470AC;
}
</style>
background-color css
<style>
a { background-color: #D470AC; }
a { background-color: rgb(212,112,172); }
div.DivClassName
{
background-color: #D470AC;
}
.BgClassName
{
background-color: #D470AC;
}
</style>
border-color css
<style>
span { border-color: #D470AC; }
span { border-color: rgb(212,112,172); }
td.TdClassName
{
border-color: #D470AC;
}
.TagClassName
{
border-color: #D470AC;
}
</style>