Shades of Hopbush #DD66AC
Tints of Hopbush #DD66AC
RGB
CMYK
RGB Variations
Color information
#DD66AC (or 0xDD66AC) is known color: Hopbush. HEX triplet: DD, 66 and AC. RGB value is (221,102,172). Sum of RGB (Red+Green+Blue) = 221+102+172=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66AC is #229953. Grayscale: #919191. Windows color (decimal): -2267476 or 11298525. OLE color: 11298525.
HSL color Cylindrical-coordinate representation of color #DD66AC: hue angle of 324.71º 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 #DD66AC is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 102 | 172 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.13 |
| HSL | 324.71º | 0.64% | 0.63% | - |
| HSV(B) | 324.71º | 0.54% | 0.87% | - |
| XYZ | 42.02 | 27.85 | 42.19 | - |
| YUV | 145.56 | 142.92 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 102 | 172 | 0 | 0.54 | 0.22 | 0.13 | 324.71 | 0.64 | 0.63 |
| Hex | DD | 66 | AC | 0 | 36 | 16 | D | 145 | 40 | 3F |
| Octal | 335 | 146 | 254 | 0 | 66 | 26 | 15 | 505 | 100 | 77 |
| Binary | 11011101 | 1100110 | 10101100 | 0 | 110110 | 10110 | 1101 | 101000101 | 1000000 | 111111 |
Color Harmonies of #DD66AC
Complementary color
Monochromatic Colors of #DD66AC
Black with #DD66AC
Text Example
Text Example
White with #DD66AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD66AC; }
p { color: rgb(221,102,172); }
H1.HeaderClassName
{
color: #DD66AC;
}
.AnyTagClassName
{
color: #DD66AC;
}
</style>
background-color css
<style>
a { background-color: #DD66AC; }
a { background-color: rgb(221,102,172); }
div.DivClassName
{
background-color: #DD66AC;
}
.BgClassName
{
background-color: #DD66AC;
}
</style>
border-color css
<style>
span { border-color: #DD66AC; }
span { border-color: rgb(221,102,172); }
td.TdClassName
{
border-color: #DD66AC;
}
.TagClassName
{
border-color: #DD66AC;
}
</style>