Shades of Hopbush #DB63A1
Tints of Hopbush #DB63A1
RGB
CMYK
RGB Variations
Color information
#DB63A1 (or 0xDB63A1) is known color: Hopbush. HEX triplet: DB, 63 and A1. RGB value is (219,99,161). Sum of RGB (Red+Green+Blue) = 219+99+161=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB63A1 is #249C5E. Grayscale: #8D8D8D. Windows color (decimal): -2399327 or 10576859. OLE color: 10576859.
HSL color Cylindrical-coordinate representation of color #DB63A1: hue angle of 329º 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 #DB63A1 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 99 | 161 | - |
CMYK | 0 | 0.55 | 0.26 | 0.14 |
HSL | 329º | 0.63% | 0.62% | - |
HSV(B) | 329º | 0.55% | 0.86% | - |
XYZ | 40.11 | 26.56 | 36.73 | - |
YUV | 141.95 | 138.76 | 182.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 99 | 161 | 0 | 0.55 | 0.26 | 0.14 | 329 | 0.63 | 0.62 |
Hex | DB | 63 | A1 | 0 | 37 | 1A | E | 149 | 3E | 3E |
Octal | 333 | 143 | 241 | 0 | 67 | 32 | 16 | 511 | 76 | 76 |
Binary | 11011011 | 1100011 | 10100001 | 0 | 110111 | 11010 | 1110 | 101001001 | 111110 | 111110 |
Color Harmonies of #DB63A1
Complementary color
Monochromatic Colors of #DB63A1
Black with #DB63A1
Text Example
Text Example
White with #DB63A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB63A1; }
p { color: rgb(219,99,161); }
H1.HeaderClassName
{
color: #DB63A1;
}
.AnyTagClassName
{
color: #DB63A1;
}
</style>
background-color css
<style>
a { background-color: #DB63A1; }
a { background-color: rgb(219,99,161); }
div.DivClassName
{
background-color: #DB63A1;
}
.BgClassName
{
background-color: #DB63A1;
}
</style>
border-color css
<style>
span { border-color: #DB63A1; }
span { border-color: rgb(219,99,161); }
td.TdClassName
{
border-color: #DB63A1;
}
.TagClassName
{
border-color: #DB63A1;
}
</style>