Shades of Hopbush #D678AC
Tints of Hopbush #D678AC
RGB
CMYK
RGB Variations
Color information
#D678AC (or 0xD678AC) is known color: Hopbush. HEX triplet: D6, 78 and AC. RGB value is (214,120,172). Sum of RGB (Red+Green+Blue) = 214+120+172=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 120 (47.27% from 255 or 23.72% from 506); Blue value is 172 (67.58% from 255 or 33.99% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D678AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D678AC is #298753. Grayscale: #999999. Windows color (decimal): -2721620 or 11303126. OLE color: 11303126.
HSL color Cylindrical-coordinate representation of color #D678AC: hue angle of 326.81º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D678AC is Cyan = 0, Magento = 0.44, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 172 | - |
| CMYK | 0 | 0.44 | 0.20 | 0.16 |
| HSL | 326.81º | 0.53% | 0.65% | - |
| HSV(B) | 326.81º | 0.44% | 0.84% | - |
| XYZ | 41.89 | 30.71 | 42.75 | - |
| YUV | 154.03 | 138.14 | 170.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 172 | 0 | 0.44 | 0.20 | 0.16 | 326.81 | 0.53 | 0.65 |
| Hex | D6 | 78 | AC | 0 | 2C | 14 | 10 | 147 | 35 | 41 |
| Octal | 326 | 170 | 254 | 0 | 54 | 24 | 20 | 507 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10101100 | 0 | 101100 | 10100 | 10000 | 101000111 | 110101 | 1000001 |
Color Harmonies of #D678AC
Complementary color
Monochromatic Colors of #D678AC
Black with #D678AC
Text Example
Text Example
White with #D678AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D678AC; }
p { color: rgb(214,120,172); }
H1.HeaderClassName
{
color: #D678AC;
}
.AnyTagClassName
{
color: #D678AC;
}
</style>
background-color css
<style>
a { background-color: #D678AC; }
a { background-color: rgb(214,120,172); }
div.DivClassName
{
background-color: #D678AC;
}
.BgClassName
{
background-color: #D678AC;
}
</style>
border-color css
<style>
span { border-color: #D678AC; }
span { border-color: rgb(214,120,172); }
td.TdClassName
{
border-color: #D678AC;
}
.TagClassName
{
border-color: #D678AC;
}
</style>