Shades of Ruby #DB1763
Tints of Ruby #DB1763
RGB
CMYK
RGB Variations
Color information
#DB1763 (or 0xDB1763) is known color: Ruby. HEX triplet: DB, 17 and 63. RGB value is (219,23,99). Sum of RGB (Red+Green+Blue) = 219+23+99=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1763 is #24E89C. Grayscale: #5A5A5A. Windows color (decimal): -2418845 or 6494171. OLE color: 6494171.
HSL color Cylindrical-coordinate representation of color #DB1763: hue angle of 336.73º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1763 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 99 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.14 |
| HSL | 336.73º | 0.81% | 0.47% | - |
| HSV(B) | 336.73º | 0.89% | 0.86% | - |
| XYZ | 31.77 | 16.57 | 13.33 | - |
| YUV | 90.27 | 132.93 | 219.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 99 | 0 | 0.89 | 0.55 | 0.14 | 336.73 | 0.81 | 0.47 |
| Hex | DB | 17 | 63 | 0 | 59 | 37 | E | 151 | 51 | 2F |
| Octal | 333 | 27 | 143 | 0 | 131 | 67 | 16 | 521 | 121 | 57 |
| Binary | 11011011 | 10111 | 1100011 | 0 | 1011001 | 110111 | 1110 | 101010001 | 1010001 | 101111 |
Color Harmonies of #DB1763
Complementary color
Monochromatic Colors of #DB1763
Black with #DB1763
Text Example
Text Example
White with #DB1763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1763; }
p { color: rgb(219,23,99); }
H1.HeaderClassName
{
color: #DB1763;
}
.AnyTagClassName
{
color: #DB1763;
}
</style>
background-color css
<style>
a { background-color: #DB1763; }
a { background-color: rgb(219,23,99); }
div.DivClassName
{
background-color: #DB1763;
}
.BgClassName
{
background-color: #DB1763;
}
</style>
border-color css
<style>
span { border-color: #DB1763; }
span { border-color: rgb(219,23,99); }
td.TdClassName
{
border-color: #DB1763;
}
.TagClassName
{
border-color: #DB1763;
}
</style>