Shades of Hopbush #D468AC
Tints of Hopbush #D468AC
RGB
CMYK
RGB Variations
Color information
#D468AC (or 0xD468AC) is known color: Hopbush. HEX triplet: D4, 68 and AC. RGB value is (212,104,172). Sum of RGB (Red+Green+Blue) = 212+104+172=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D468AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D468AC is #2B9753. Grayscale: #8F8F8F. Windows color (decimal): -2856788 or 11299028. OLE color: 11299028.
HSL color Cylindrical-coordinate representation of color #D468AC: hue angle of 322.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D468AC is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 104 | 172 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.17 |
| HSL | 322.22º | 0.56% | 0.62% | - |
| HSV(B) | 322.22º | 0.51% | 0.83% | - |
| XYZ | 39.55 | 26.88 | 42.13 | - |
| YUV | 144.04 | 143.78 | 176.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 104 | 172 | 0 | 0.51 | 0.19 | 0.17 | 322.22 | 0.56 | 0.62 |
| Hex | D4 | 68 | AC | 0 | 33 | 13 | 11 | 142 | 38 | 3E |
| Octal | 324 | 150 | 254 | 0 | 63 | 23 | 21 | 502 | 70 | 76 |
| Binary | 11010100 | 1101000 | 10101100 | 0 | 110011 | 10011 | 10001 | 101000010 | 111000 | 111110 |
Color Harmonies of #D468AC
Complementary color
Monochromatic Colors of #D468AC
Black with #D468AC
Text Example
Text Example
White with #D468AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D468AC; }
p { color: rgb(212,104,172); }
H1.HeaderClassName
{
color: #D468AC;
}
.AnyTagClassName
{
color: #D468AC;
}
</style>
background-color css
<style>
a { background-color: #D468AC; }
a { background-color: rgb(212,104,172); }
div.DivClassName
{
background-color: #D468AC;
}
.BgClassName
{
background-color: #D468AC;
}
</style>
border-color css
<style>
span { border-color: #D468AC; }
span { border-color: rgb(212,104,172); }
td.TdClassName
{
border-color: #D468AC;
}
.TagClassName
{
border-color: #D468AC;
}
</style>