Shades of Hopbush #DC69A9
Tints of Hopbush #DC69A9
RGB
CMYK
RGB Variations
Color information
#DC69A9 (or 0xDC69A9) is known color: Hopbush. HEX triplet: DC, 69 and A9. RGB value is (220,105,169). Sum of RGB (Red+Green+Blue) = 220+105+169=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 169 (66.41% from 255 or 34.21% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69A9 is #239656. Grayscale: #929292. Windows color (decimal): -2332247 or 11102684. OLE color: 11102684.
HSL color Cylindrical-coordinate representation of color #DC69A9: hue angle of 326.61º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC69A9 is Cyan = 0, Magento = 0.52, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 169 | - |
| CMYK | 0 | 0.52 | 0.23 | 0.14 |
| HSL | 326.61º | 0.62% | 0.64% | - |
| HSV(B) | 326.61º | 0.52% | 0.86% | - |
| XYZ | 41.73 | 28.18 | 40.78 | - |
| YUV | 146.68 | 140.6 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 169 | 0 | 0.52 | 0.23 | 0.14 | 326.61 | 0.62 | 0.64 |
| Hex | DC | 69 | A9 | 0 | 34 | 17 | E | 147 | 3E | 40 |
| Octal | 334 | 151 | 251 | 0 | 64 | 27 | 16 | 507 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10101001 | 0 | 110100 | 10111 | 1110 | 101000111 | 111110 | 1000000 |
Color Harmonies of #DC69A9
Complementary color
Monochromatic Colors of #DC69A9
Black with #DC69A9
Text Example
Text Example
White with #DC69A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69A9; }
p { color: rgb(220,105,169); }
H1.HeaderClassName
{
color: #DC69A9;
}
.AnyTagClassName
{
color: #DC69A9;
}
</style>
background-color css
<style>
a { background-color: #DC69A9; }
a { background-color: rgb(220,105,169); }
div.DivClassName
{
background-color: #DC69A9;
}
.BgClassName
{
background-color: #DC69A9;
}
</style>
border-color css
<style>
span { border-color: #DC69A9; }
span { border-color: rgb(220,105,169); }
td.TdClassName
{
border-color: #DC69A9;
}
.TagClassName
{
border-color: #DC69A9;
}
</style>