Shades of Hopbush #DC68AD
Tints of Hopbush #DC68AD
RGB
CMYK
RGB Variations
Color information
#DC68AD (or 0xDC68AD) is known color: Hopbush. HEX triplet: DC, 68 and AD. RGB value is (220,104,173). Sum of RGB (Red+Green+Blue) = 220+104+173=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC68AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC68AD is #239752. Grayscale: #929292. Windows color (decimal): -2332499 or 11364572. OLE color: 11364572.
HSL color Cylindrical-coordinate representation of color #DC68AD: hue angle of 324.31º 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 #DC68AD is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 173 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.14 |
| HSL | 324.31º | 0.62% | 0.64% | - |
| HSV(B) | 324.31º | 0.53% | 0.86% | - |
| XYZ | 42.01 | 28.13 | 42.75 | - |
| YUV | 146.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 173 | 0 | 0.53 | 0.21 | 0.14 | 324.31 | 0.62 | 0.64 |
| Hex | DC | 68 | AD | 0 | 35 | 15 | E | 144 | 3E | 40 |
| Octal | 334 | 150 | 255 | 0 | 65 | 25 | 16 | 504 | 76 | 100 |
| Binary | 11011100 | 1101000 | 10101101 | 0 | 110101 | 10101 | 1110 | 101000100 | 111110 | 1000000 |
Color Harmonies of #DC68AD
Complementary color
Monochromatic Colors of #DC68AD
Black with #DC68AD
Text Example
Text Example
White with #DC68AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC68AD; }
p { color: rgb(220,104,173); }
H1.HeaderClassName
{
color: #DC68AD;
}
.AnyTagClassName
{
color: #DC68AD;
}
</style>
background-color css
<style>
a { background-color: #DC68AD; }
a { background-color: rgb(220,104,173); }
div.DivClassName
{
background-color: #DC68AD;
}
.BgClassName
{
background-color: #DC68AD;
}
</style>
border-color css
<style>
span { border-color: #DC68AD; }
span { border-color: rgb(220,104,173); }
td.TdClassName
{
border-color: #DC68AD;
}
.TagClassName
{
border-color: #DC68AD;
}
</style>