Shades of Hopbush #DD63AB
Tints of Hopbush #DD63AB
RGB
CMYK
RGB Variations
Color information
#DD63AB (or 0xDD63AB) is known color: Hopbush. HEX triplet: DD, 63 and AB. RGB value is (221,99,171). Sum of RGB (Red+Green+Blue) = 221+99+171=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 171 (67.19% from 255 or 34.83% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63AB is #229C54. Grayscale: #8F8F8F. Windows color (decimal): -2268245 or 11232221. OLE color: 11232221.
HSL color Cylindrical-coordinate representation of color #DD63AB: hue angle of 324.59º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD63AB is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 171 | - |
| CMYK | 0 | 0.55 | 0.23 | 0.13 |
| HSL | 324.59º | 0.64% | 0.63% | - |
| HSV(B) | 324.59º | 0.55% | 0.87% | - |
| XYZ | 41.63 | 27.24 | 41.59 | - |
| YUV | 143.69 | 143.42 | 183.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 171 | 0 | 0.55 | 0.23 | 0.13 | 324.59 | 0.64 | 0.63 |
| Hex | DD | 63 | AB | 0 | 37 | 17 | D | 145 | 40 | 3F |
| Octal | 335 | 143 | 253 | 0 | 67 | 27 | 15 | 505 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10101011 | 0 | 110111 | 10111 | 1101 | 101000101 | 1000000 | 111111 |
Color Harmonies of #DD63AB
Complementary color
Monochromatic Colors of #DD63AB
Black with #DD63AB
Text Example
Text Example
White with #DD63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63AB; }
p { color: rgb(221,99,171); }
H1.HeaderClassName
{
color: #DD63AB;
}
.AnyTagClassName
{
color: #DD63AB;
}
</style>
background-color css
<style>
a { background-color: #DD63AB; }
a { background-color: rgb(221,99,171); }
div.DivClassName
{
background-color: #DD63AB;
}
.BgClassName
{
background-color: #DD63AB;
}
</style>
border-color css
<style>
span { border-color: #DD63AB; }
span { border-color: rgb(221,99,171); }
td.TdClassName
{
border-color: #DD63AB;
}
.TagClassName
{
border-color: #DD63AB;
}
</style>