Shades of Ruby #DB1664
Tints of Ruby #DB1664
RGB
CMYK
RGB Variations
Color information
#DB1664 (or 0xDB1664) is known color: Ruby. HEX triplet: DB, 16 and 64. RGB value is (219,22,100). Sum of RGB (Red+Green+Blue) = 219+22+100=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 22 (8.98% from 255 or 6.45% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1664 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1664 is #24E99B. Grayscale: #595959. Windows color (decimal): -2419100 or 6559451. OLE color: 6559451.
HSL color Cylindrical-coordinate representation of color #DB1664: hue angle of 336.24º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB1664 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 100 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.14 |
| HSL | 336.24º | 0.82% | 0.47% | - |
| HSV(B) | 336.24º | 0.9% | 0.86% | - |
| XYZ | 31.8 | 16.55 | 13.58 | - |
| YUV | 89.8 | 133.77 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 100 | 0 | 0.90 | 0.54 | 0.14 | 336.24 | 0.82 | 0.47 |
| Hex | DB | 16 | 64 | 0 | 5A | 36 | E | 150 | 52 | 2F |
| Octal | 333 | 26 | 144 | 0 | 132 | 66 | 16 | 520 | 122 | 57 |
| Binary | 11011011 | 10110 | 1100100 | 0 | 1011010 | 110110 | 1110 | 101010000 | 1010010 | 101111 |
Color Harmonies of #DB1664
Complementary color
Monochromatic Colors of #DB1664
Black with #DB1664
Text Example
Text Example
White with #DB1664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1664; }
p { color: rgb(219,22,100); }
H1.HeaderClassName
{
color: #DB1664;
}
.AnyTagClassName
{
color: #DB1664;
}
</style>
background-color css
<style>
a { background-color: #DB1664; }
a { background-color: rgb(219,22,100); }
div.DivClassName
{
background-color: #DB1664;
}
.BgClassName
{
background-color: #DB1664;
}
</style>
border-color css
<style>
span { border-color: #DB1664; }
span { border-color: rgb(219,22,100); }
td.TdClassName
{
border-color: #DB1664;
}
.TagClassName
{
border-color: #DB1664;
}
</style>