Shades of Hopbush #DC6AAD
Tints of Hopbush #DC6AAD
RGB
CMYK
RGB Variations
Color information
#DC6AAD (or 0xDC6AAD) is known color: Hopbush. HEX triplet: DC, 6A and AD. RGB value is (220,106,173). Sum of RGB (Red+Green+Blue) = 220+106+173=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 106 (41.80% from 255 or 21.24% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AAD is #239552. Grayscale: #939393. Windows color (decimal): -2331987 or 11365084. OLE color: 11365084.
HSL color Cylindrical-coordinate representation of color #DC6AAD: hue angle of 324.74º 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 #DC6AAD is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 173 | - |
| CMYK | 0 | 0.52 | 0.21 | 0.14 |
| HSL | 324.74º | 0.62% | 0.64% | - |
| HSV(B) | 324.74º | 0.52% | 0.86% | - |
| XYZ | 42.21 | 28.54 | 42.82 | - |
| YUV | 147.72 | 142.27 | 179.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 173 | 0 | 0.52 | 0.21 | 0.14 | 324.74 | 0.62 | 0.64 |
| Hex | DC | 6A | AD | 0 | 34 | 15 | E | 145 | 3E | 40 |
| Octal | 334 | 152 | 255 | 0 | 64 | 25 | 16 | 505 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10101101 | 0 | 110100 | 10101 | 1110 | 101000101 | 111110 | 1000000 |
Color Harmonies of #DC6AAD
Complementary color
Monochromatic Colors of #DC6AAD
Black with #DC6AAD
Text Example
Text Example
White with #DC6AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AAD; }
p { color: rgb(220,106,173); }
H1.HeaderClassName
{
color: #DC6AAD;
}
.AnyTagClassName
{
color: #DC6AAD;
}
</style>
background-color css
<style>
a { background-color: #DC6AAD; }
a { background-color: rgb(220,106,173); }
div.DivClassName
{
background-color: #DC6AAD;
}
.BgClassName
{
background-color: #DC6AAD;
}
</style>
border-color css
<style>
span { border-color: #DC6AAD; }
span { border-color: rgb(220,106,173); }
td.TdClassName
{
border-color: #DC6AAD;
}
.TagClassName
{
border-color: #DC6AAD;
}
</style>