Shades of Hopbush #DC69AC
Tints of Hopbush #DC69AC
RGB
CMYK
RGB Variations
Color information
#DC69AC (or 0xDC69AC) is known color: Hopbush. HEX triplet: DC, 69 and AC. RGB value is (220,105,172). Sum of RGB (Red+Green+Blue) = 220+105+172=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC69AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC69AC is #239653. Grayscale: #929292. Windows color (decimal): -2332244 or 11299292. OLE color: 11299292.
HSL color Cylindrical-coordinate representation of color #DC69AC: hue angle of 325.04º 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 #DC69AC is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 105 | 172 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.14 |
| HSL | 325.04º | 0.62% | 0.64% | - |
| HSV(B) | 325.04º | 0.52% | 0.86% | - |
| XYZ | 42.01 | 28.3 | 42.28 | - |
| YUV | 147.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 105 | 172 | 0 | 0.52 | 0.22 | 0.14 | 325.04 | 0.62 | 0.64 |
| Hex | DC | 69 | AC | 0 | 34 | 16 | E | 145 | 3E | 40 |
| Octal | 334 | 151 | 254 | 0 | 64 | 26 | 16 | 505 | 76 | 100 |
| Binary | 11011100 | 1101001 | 10101100 | 0 | 110100 | 10110 | 1110 | 101000101 | 111110 | 1000000 |
Color Harmonies of #DC69AC
Complementary color
Monochromatic Colors of #DC69AC
Black with #DC69AC
Text Example
Text Example
White with #DC69AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC69AC; }
p { color: rgb(220,105,172); }
H1.HeaderClassName
{
color: #DC69AC;
}
.AnyTagClassName
{
color: #DC69AC;
}
</style>
background-color css
<style>
a { background-color: #DC69AC; }
a { background-color: rgb(220,105,172); }
div.DivClassName
{
background-color: #DC69AC;
}
.BgClassName
{
background-color: #DC69AC;
}
</style>
border-color css
<style>
span { border-color: #DC69AC; }
span { border-color: rgb(220,105,172); }
td.TdClassName
{
border-color: #DC69AC;
}
.TagClassName
{
border-color: #DC69AC;
}
</style>