Shades of Hopbush #DC68AC
Tints of Hopbush #DC68AC
RGB
CMYK
RGB Variations
Color information
#DC68AC (or 0xDC68AC) is known color: Hopbush. HEX triplet: DC, 68 and AC. RGB value is (220,104,172). Sum of RGB (Red+Green+Blue) = 220+104+172=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68AC is #239753. Grayscale: #929292. Windows color (decimal): -2332500 or 11299036. OLE color: 11299036.
HSL color Cylindrical-coordinate representation of color #DC68AC: hue angle of 324.83º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DC68AC is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 172 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.14 |
| HSL | 324.83º | 0.62% | 0.64% | - |
| HSV(B) | 324.83º | 0.53% | 0.86% | - |
| XYZ | 41.91 | 28.09 | 42.24 | - |
| YUV | 146.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 172 | 0 | 0.53 | 0.22 | 0.14 | 324.83 | 0.62 | 0.64 |
| Hex | DC | 68 | AC | 0 | 35 | 16 | E | 145 | 3E | 40 |
| Octal | 334 | 150 | 254 | 0 | 65 | 26 | 16 | 505 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10101100 | 0 | 110101 | 10110 | 1110 | 101000101 | 111110 | 1000000 |
Color Harmonies of #DC68AC
Complementary color
Monochromatic Colors of #DC68AC
Black with #DC68AC
Text Example
Text Example
White with #DC68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68AC; }
p { color: rgb(220,104,172); }
H1.HeaderClassName
{
color: #DC68AC;
}
.AnyTagClassName
{
color: #DC68AC;
}
</style>
background-color css
<style>
a { background-color: #DC68AC; }
a { background-color: rgb(220,104,172); }
div.DivClassName
{
background-color: #DC68AC;
}
.BgClassName
{
background-color: #DC68AC;
}
</style>
border-color css
<style>
span { border-color: #DC68AC; }
span { border-color: rgb(220,104,172); }
td.TdClassName
{
border-color: #DC68AC;
}
.TagClassName
{
border-color: #DC68AC;
}
</style>