Shades of Hopbush #DD69AD
Tints of Hopbush #DD69AD
RGB
CMYK
RGB Variations
Color information
#DD69AD (or 0xDD69AD) is known color: Hopbush. HEX triplet: DD, 69 and AD. RGB value is (221,105,173). Sum of RGB (Red+Green+Blue) = 221+105+173=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 173 (67.97% from 255 or 34.67% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD69AD is #229652. Grayscale: #939393. Windows color (decimal): -2266707 or 11364829. OLE color: 11364829.
HSL color Cylindrical-coordinate representation of color #DD69AD: hue angle of 324.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69AD is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 173 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.13 |
| HSL | 324.83º | 0.63% | 0.64% | - |
| HSV(B) | 324.83º | 0.52% | 0.87% | - |
| XYZ | 42.41 | 28.49 | 42.8 | - |
| YUV | 147.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 173 | 0 | 0.52 | 0.22 | 0.13 | 324.83 | 0.63 | 0.64 |
| Hex | DD | 69 | AD | 0 | 34 | 16 | D | 145 | 3F | 40 |
| Octal | 335 | 151 | 255 | 0 | 64 | 26 | 15 | 505 | 77 | 100 |
| Binary | 11011101 | 1101001 | 10101101 | 0 | 110100 | 10110 | 1101 | 101000101 | 111111 | 1000000 |
Color Harmonies of #DD69AD
Complementary color
Monochromatic Colors of #DD69AD
Black with #DD69AD
Text Example
Text Example
White with #DD69AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69AD; }
p { color: rgb(221,105,173); }
H1.HeaderClassName
{
color: #DD69AD;
}
.AnyTagClassName
{
color: #DD69AD;
}
</style>
background-color css
<style>
a { background-color: #DD69AD; }
a { background-color: rgb(221,105,173); }
div.DivClassName
{
background-color: #DD69AD;
}
.BgClassName
{
background-color: #DD69AD;
}
</style>
border-color css
<style>
span { border-color: #DD69AD; }
span { border-color: rgb(221,105,173); }
td.TdClassName
{
border-color: #DD69AD;
}
.TagClassName
{
border-color: #DD69AD;
}
</style>