Shades of Ruby #DB1265
Tints of Ruby #DB1265
RGB
CMYK
RGB Variations
Color information
#DB1265 (or 0xDB1265) is known color: Ruby. HEX triplet: DB, 12 and 65. RGB value is (219,18,101). Sum of RGB (Red+Green+Blue) = 219+18+101=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 18 (7.42% from 255 or 5.33% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1265 is #24ED9A. Grayscale: #575757. Windows color (decimal): -2420123 or 6623963. OLE color: 6623963.
HSL color Cylindrical-coordinate representation of color #DB1265: hue angle of 335.22º 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 #DB1265 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 101 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.14 |
| HSL | 335.22º | 0.85% | 0.46% | - |
| HSV(B) | 335.22º | 0.92% | 0.86% | - |
| XYZ | 31.78 | 16.43 | 13.81 | - |
| YUV | 87.56 | 135.59 | 221.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 101 | 0 | 0.92 | 0.54 | 0.14 | 335.22 | 0.85 | 0.46 |
| Hex | DB | 12 | 65 | 0 | 5C | 36 | E | 14F | 55 | 2E |
| Octal | 333 | 22 | 145 | 0 | 134 | 66 | 16 | 517 | 125 | 56 |
| Binary | 11011011 | 10010 | 1100101 | 0 | 1011100 | 110110 | 1110 | 101001111 | 1010101 | 101110 |
Color Harmonies of #DB1265
Complementary color
Monochromatic Colors of #DB1265
Black with #DB1265
Text Example
Text Example
White with #DB1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1265; }
p { color: rgb(219,18,101); }
H1.HeaderClassName
{
color: #DB1265;
}
.AnyTagClassName
{
color: #DB1265;
}
</style>
background-color css
<style>
a { background-color: #DB1265; }
a { background-color: rgb(219,18,101); }
div.DivClassName
{
background-color: #DB1265;
}
.BgClassName
{
background-color: #DB1265;
}
</style>
border-color css
<style>
span { border-color: #DB1265; }
span { border-color: rgb(219,18,101); }
td.TdClassName
{
border-color: #DB1265;
}
.TagClassName
{
border-color: #DB1265;
}
</style>