Shades of Hopbush #DB63A6
Tints of Hopbush #DB63A6
RGB
CMYK
RGB Variations
Color information
#DB63A6 (or 0xDB63A6) is known color: Hopbush. HEX triplet: DB, 63 and A6. RGB value is (219,99,166). Sum of RGB (Red+Green+Blue) = 219+99+166=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB63A6 is #249C59. Grayscale: #8E8E8E. Windows color (decimal): -2399322 or 10904539. OLE color: 10904539.
HSL color Cylindrical-coordinate representation of color #DB63A6: hue angle of 326.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB63A6 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 99 | 166 | - | 
| CMYK | 0 | 0.55 | 0.24 | 0.14 | 
| HSL | 326.5º | 0.63% | 0.62% | - | 
| HSV(B) | 326.5º | 0.55% | 0.86% | - | 
| XYZ | 40.56 | 26.74 | 39.1 | - | 
| YUV | 142.52 | 141.26 | 182.55 | - | 
| System | Red | Green | Blue | C | M | Y | K | H | S | L | 
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 99 | 166 | 0 | 0.55 | 0.24 | 0.14 | 326.5 | 0.63 | 0.62 | 
| Hex | DB | 63 | A6 | 0 | 37 | 18 | E | 146 | 3E | 3E | 
| Octal | 333 | 143 | 246 | 0 | 67 | 30 | 16 | 506 | 76 | 76 | 
| Binary | 11011011 | 1100011 | 10100110 | 0 | 110111 | 11000 | 1110 | 101000110 | 111110 | 111110 | 
Color Harmonies of #DB63A6
Complementary color
Monochromatic Colors of #DB63A6
Black with #DB63A6
Text Example
Text Example
White with #DB63A6
Text Example
Text Example
HTML Codes & Css Web design
color css
                <style>
                 p { color: #DB63A6; }
                 p { color: rgb(219,99,166); }
                 H1.HeaderClassName
 {
   color: #DB63A6;
 }
                 .AnyTagClassName
 {
   color: #DB63A6;
 }
                </style>
            
        background-color css
                <style>
                 a { background-color: #DB63A6; }
                 a { background-color: rgb(219,99,166); }
                 div.DivClassName
 {
   background-color: #DB63A6;
 }
                 .BgClassName
 {
   background-color: #DB63A6;
 }
                </style>
            
        border-color css
                <style>
                 span { border-color: #DB63A6; }
                 span { border-color: rgb(219,99,166); }
                 td.TdClassName
 {
   border-color: #DB63A6;
 }
                 .TagClassName
 {
   border-color: #DB63A6;
 }
                </style>