Shades of Hopbush #DD66AD
Tints of Hopbush #DD66AD
RGB
CMYK
RGB Variations
Color information
#DD66AD (or 0xDD66AD) is known color: Hopbush. HEX triplet: DD, 66 and AD. RGB value is (221,102,173). Sum of RGB (Red+Green+Blue) = 221+102+173=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 102 (40.23% from 255 or 20.56% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66AD is #229952. Grayscale: #919191. Windows color (decimal): -2267475 or 11364061. OLE color: 11364061.
HSL color Cylindrical-coordinate representation of color #DD66AD: hue angle of 324.2º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD66AD is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 173 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.13 |
| HSL | 324.2º | 0.64% | 0.63% | - |
| HSV(B) | 324.2º | 0.54% | 0.87% | - |
| XYZ | 42.11 | 27.89 | 42.7 | - |
| YUV | 145.68 | 143.42 | 181.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 173 | 0 | 0.54 | 0.22 | 0.13 | 324.2 | 0.64 | 0.63 |
| Hex | DD | 66 | AD | 0 | 36 | 16 | D | 144 | 40 | 3F |
| Octal | 335 | 146 | 255 | 0 | 66 | 26 | 15 | 504 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10101101 | 0 | 110110 | 10110 | 1101 | 101000100 | 1000000 | 111111 |
Color Harmonies of #DD66AD
Complementary color
Monochromatic Colors of #DD66AD
Black with #DD66AD
Text Example
Text Example
White with #DD66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66AD; }
p { color: rgb(221,102,173); }
H1.HeaderClassName
{
color: #DD66AD;
}
.AnyTagClassName
{
color: #DD66AD;
}
</style>
background-color css
<style>
a { background-color: #DD66AD; }
a { background-color: rgb(221,102,173); }
div.DivClassName
{
background-color: #DD66AD;
}
.BgClassName
{
background-color: #DD66AD;
}
</style>
border-color css
<style>
span { border-color: #DD66AD; }
span { border-color: rgb(221,102,173); }
td.TdClassName
{
border-color: #DD66AD;
}
.TagClassName
{
border-color: #DD66AD;
}
</style>