Shades of Ruby #DB1764
Tints of Ruby #DB1764
RGB
CMYK
RGB Variations
Color information
#DB1764 (or 0xDB1764) is known color: Ruby. HEX triplet: DB, 17 and 64. RGB value is (219,23,100). Sum of RGB (Red+Green+Blue) = 219+23+100=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 23 (9.38% from 255 or 6.73% from 342); Blue value is 100 (39.45% from 255 or 29.24% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1764 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1764 is #24E89B. Grayscale: #5A5A5A. Windows color (decimal): -2418844 or 6559707. OLE color: 6559707.
HSL color Cylindrical-coordinate representation of color #DB1764: hue angle of 336.43º 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 #DB1764 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 100 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.14 |
| HSL | 336.43º | 0.81% | 0.47% | - |
| HSV(B) | 336.43º | 0.89% | 0.86% | - |
| XYZ | 31.82 | 16.59 | 13.58 | - |
| YUV | 90.38 | 133.43 | 219.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 100 | 0 | 0.89 | 0.54 | 0.14 | 336.43 | 0.81 | 0.47 |
| Hex | DB | 17 | 64 | 0 | 59 | 36 | E | 150 | 51 | 2F |
| Octal | 333 | 27 | 144 | 0 | 131 | 66 | 16 | 520 | 121 | 57 |
| Binary | 11011011 | 10111 | 1100100 | 0 | 1011001 | 110110 | 1110 | 101010000 | 1010001 | 101111 |
Color Harmonies of #DB1764
Complementary color
Monochromatic Colors of #DB1764
Black with #DB1764
Text Example
Text Example
White with #DB1764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1764; }
p { color: rgb(219,23,100); }
H1.HeaderClassName
{
color: #DB1764;
}
.AnyTagClassName
{
color: #DB1764;
}
</style>
background-color css
<style>
a { background-color: #DB1764; }
a { background-color: rgb(219,23,100); }
div.DivClassName
{
background-color: #DB1764;
}
.BgClassName
{
background-color: #DB1764;
}
</style>
border-color css
<style>
span { border-color: #DB1764; }
span { border-color: rgb(219,23,100); }
td.TdClassName
{
border-color: #DB1764;
}
.TagClassName
{
border-color: #DB1764;
}
</style>