Shades of Hopbush #DC66AA
Tints of Hopbush #DC66AA
RGB
CMYK
RGB Variations
Color information
#DC66AA (or 0xDC66AA) is known color: Hopbush. HEX triplet: DC, 66 and AA. RGB value is (220,102,170). Sum of RGB (Red+Green+Blue) = 220+102+170=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC66AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC66AA is #239955. Grayscale: #909090. Windows color (decimal): -2333014 or 11167452. OLE color: 11167452.
HSL color Cylindrical-coordinate representation of color #DC66AA: hue angle of 325.42º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC66AA is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 102 | 170 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.14 |
| HSL | 325.42º | 0.63% | 0.63% | - |
| HSV(B) | 325.42º | 0.54% | 0.86% | - |
| XYZ | 41.52 | 27.62 | 41.17 | - |
| YUV | 145.03 | 142.09 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 102 | 170 | 0 | 0.54 | 0.23 | 0.14 | 325.42 | 0.63 | 0.63 |
| Hex | DC | 66 | AA | 0 | 36 | 17 | E | 145 | 3F | 3F |
| Octal | 334 | 146 | 252 | 0 | 66 | 27 | 16 | 505 | 77 | 77 |
| Binary | 11011100 | 1100110 | 10101010 | 0 | 110110 | 10111 | 1110 | 101000101 | 111111 | 111111 |
Color Harmonies of #DC66AA
Complementary color
Monochromatic Colors of #DC66AA
Black with #DC66AA
Text Example
Text Example
White with #DC66AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC66AA; }
p { color: rgb(220,102,170); }
H1.HeaderClassName
{
color: #DC66AA;
}
.AnyTagClassName
{
color: #DC66AA;
}
</style>
background-color css
<style>
a { background-color: #DC66AA; }
a { background-color: rgb(220,102,170); }
div.DivClassName
{
background-color: #DC66AA;
}
.BgClassName
{
background-color: #DC66AA;
}
</style>
border-color css
<style>
span { border-color: #DC66AA; }
span { border-color: rgb(220,102,170); }
td.TdClassName
{
border-color: #DC66AA;
}
.TagClassName
{
border-color: #DC66AA;
}
</style>