Shades of Hopbush #DD67AD
Tints of Hopbush #DD67AD
RGB
CMYK
RGB Variations
Color information
#DD67AD (or 0xDD67AD) is known color: Hopbush. HEX triplet: DD, 67 and AD. RGB value is (221,103,173). Sum of RGB (Red+Green+Blue) = 221+103+173=497 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.47% from 497); Green value is 103 (40.62% from 255 or 20.72% from 497); Blue value is 173 (67.97% from 255 or 34.81% from 497); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD67AD is #229852. Grayscale: #929292. Windows color (decimal): -2267219 or 11364317. OLE color: 11364317.
HSL color Cylindrical-coordinate representation of color #DD67AD: hue angle of 324.41º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD67AD is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 173 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.13 |
| HSL | 324.41º | 0.63% | 0.64% | - |
| HSV(B) | 324.41º | 0.53% | 0.87% | - |
| XYZ | 42.21 | 28.09 | 42.73 | - |
| YUV | 146.26 | 143.09 | 181.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 173 | 0 | 0.53 | 0.22 | 0.13 | 324.41 | 0.63 | 0.64 |
| Hex | DD | 67 | AD | 0 | 35 | 16 | D | 144 | 3F | 40 |
| Octal | 335 | 147 | 255 | 0 | 65 | 26 | 15 | 504 | 77 | 100 |
| Binary | 11011101 | 1100111 | 10101101 | 0 | 110101 | 10110 | 1101 | 101000100 | 111111 | 1000000 |
Color Harmonies of #DD67AD
Complementary color
Monochromatic Colors of #DD67AD
Black with #DD67AD
Text Example
Text Example
White with #DD67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67AD; }
p { color: rgb(221,103,173); }
H1.HeaderClassName
{
color: #DD67AD;
}
.AnyTagClassName
{
color: #DD67AD;
}
</style>
background-color css
<style>
a { background-color: #DD67AD; }
a { background-color: rgb(221,103,173); }
div.DivClassName
{
background-color: #DD67AD;
}
.BgClassName
{
background-color: #DD67AD;
}
</style>
border-color css
<style>
span { border-color: #DD67AD; }
span { border-color: rgb(221,103,173); }
td.TdClassName
{
border-color: #DD67AD;
}
.TagClassName
{
border-color: #DD67AD;
}
</style>