Shades of Hopbush #DD65AC
Tints of Hopbush #DD65AC
RGB
CMYK
RGB Variations
Color information
#DD65AC (or 0xDD65AC) is known color: Hopbush. HEX triplet: DD, 65 and AC. RGB value is (221,101,172). Sum of RGB (Red+Green+Blue) = 221+101+172=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 101 (39.84% from 255 or 20.45% from 494); Blue value is 172 (67.58% from 255 or 34.82% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD65AC is #229A53. Grayscale: #909090. Windows color (decimal): -2267732 or 11298269. OLE color: 11298269.
HSL color Cylindrical-coordinate representation of color #DD65AC: hue angle of 324.5º 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 #DD65AC is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 172 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.13 |
| HSL | 324.5º | 0.64% | 0.63% | - |
| HSV(B) | 324.5º | 0.54% | 0.87% | - |
| XYZ | 41.92 | 27.66 | 42.16 | - |
| YUV | 144.97 | 143.26 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 172 | 0 | 0.54 | 0.22 | 0.13 | 324.5 | 0.64 | 0.63 |
| Hex | DD | 65 | AC | 0 | 36 | 16 | D | 144 | 40 | 3F |
| Octal | 335 | 145 | 254 | 0 | 66 | 26 | 15 | 504 | 100 | 77 |
| Binary | 11011101 | 1100101 | 10101100 | 0 | 110110 | 10110 | 1101 | 101000100 | 1000000 | 111111 |
Color Harmonies of #DD65AC
Complementary color
Monochromatic Colors of #DD65AC
Black with #DD65AC
Text Example
Text Example
White with #DD65AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65AC; }
p { color: rgb(221,101,172); }
H1.HeaderClassName
{
color: #DD65AC;
}
.AnyTagClassName
{
color: #DD65AC;
}
</style>
background-color css
<style>
a { background-color: #DD65AC; }
a { background-color: rgb(221,101,172); }
div.DivClassName
{
background-color: #DD65AC;
}
.BgClassName
{
background-color: #DD65AC;
}
</style>
border-color css
<style>
span { border-color: #DD65AC; }
span { border-color: rgb(221,101,172); }
td.TdClassName
{
border-color: #DD65AC;
}
.TagClassName
{
border-color: #DD65AC;
}
</style>