Shades of Ruby #DB1264
Tints of Ruby #DB1264
RGB
CMYK
RGB Variations
Color information
#DB1264 (or 0xDB1264) is known color: Ruby. HEX triplet: DB, 12 and 64. RGB value is (219,18,100). Sum of RGB (Red+Green+Blue) = 219+18+100=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1264 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1264 is #24ED9B. Grayscale: #575757. Windows color (decimal): -2420124 or 6558427. OLE color: 6558427.
HSL color Cylindrical-coordinate representation of color #DB1264: hue angle of 335.52º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DB1264 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 100 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.14 |
| HSL | 335.52º | 0.85% | 0.46% | - |
| HSV(B) | 335.52º | 0.92% | 0.86% | - |
| XYZ | 31.73 | 16.41 | 13.55 | - |
| YUV | 87.45 | 135.09 | 221.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 100 | 0 | 0.92 | 0.54 | 0.14 | 335.52 | 0.85 | 0.46 |
| Hex | DB | 12 | 64 | 0 | 5C | 36 | E | 150 | 55 | 2E |
| Octal | 333 | 22 | 144 | 0 | 134 | 66 | 16 | 520 | 125 | 56 |
| Binary | 11011011 | 10010 | 1100100 | 0 | 1011100 | 110110 | 1110 | 101010000 | 1010101 | 101110 |
Color Harmonies of #DB1264
Complementary color
Monochromatic Colors of #DB1264
Black with #DB1264
Text Example
Text Example
White with #DB1264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1264; }
p { color: rgb(219,18,100); }
H1.HeaderClassName
{
color: #DB1264;
}
.AnyTagClassName
{
color: #DB1264;
}
</style>
background-color css
<style>
a { background-color: #DB1264; }
a { background-color: rgb(219,18,100); }
div.DivClassName
{
background-color: #DB1264;
}
.BgClassName
{
background-color: #DB1264;
}
</style>
border-color css
<style>
span { border-color: #DB1264; }
span { border-color: rgb(219,18,100); }
td.TdClassName
{
border-color: #DB1264;
}
.TagClassName
{
border-color: #DB1264;
}
</style>