Shades of Hopbush #DD63A6
Tints of Hopbush #DD63A6
RGB
CMYK
RGB Variations
Color information
#DD63A6 (or 0xDD63A6) is known color: Hopbush. HEX triplet: DD, 63 and A6. RGB value is (221,99,166). Sum of RGB (Red+Green+Blue) = 221+99+166=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 99 (39.06% from 255 or 20.37% from 486); Blue value is 166 (65.23% from 255 or 34.16% from 486); Max value from RGB is 221 - color contains mainly: red. Hex color #DD63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD63A6 is #229C59. Grayscale: #8E8E8E. Windows color (decimal): -2268250 or 10904541. OLE color: 10904541.
HSL color Cylindrical-coordinate representation of color #DD63A6: hue angle of 327.05º 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 #DD63A6 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 99 | 166 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.13 |
| HSL | 327.05º | 0.64% | 0.63% | - |
| HSV(B) | 327.05º | 0.55% | 0.87% | - |
| XYZ | 41.16 | 27.05 | 39.13 | - |
| YUV | 143.12 | 140.92 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 99 | 166 | 0 | 0.55 | 0.25 | 0.13 | 327.05 | 0.64 | 0.63 |
| Hex | DD | 63 | A6 | 0 | 37 | 19 | D | 147 | 40 | 3F |
| Octal | 335 | 143 | 246 | 0 | 67 | 31 | 15 | 507 | 100 | 77 |
| Binary | 11011101 | 1100011 | 10100110 | 0 | 110111 | 11001 | 1101 | 101000111 | 1000000 | 111111 |
Color Harmonies of #DD63A6
Complementary color
Monochromatic Colors of #DD63A6
Black with #DD63A6
Text Example
Text Example
White with #DD63A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD63A6; }
p { color: rgb(221,99,166); }
H1.HeaderClassName
{
color: #DD63A6;
}
.AnyTagClassName
{
color: #DD63A6;
}
</style>
background-color css
<style>
a { background-color: #DD63A6; }
a { background-color: rgb(221,99,166); }
div.DivClassName
{
background-color: #DD63A6;
}
.BgClassName
{
background-color: #DD63A6;
}
</style>
border-color css
<style>
span { border-color: #DD63A6; }
span { border-color: rgb(221,99,166); }
td.TdClassName
{
border-color: #DD63A6;
}
.TagClassName
{
border-color: #DD63A6;
}
</style>