Shades of Ruby #DB1465
Tints of Ruby #DB1465
RGB
CMYK
RGB Variations
Color information
#DB1465 (or 0xDB1465) is known color: Ruby. HEX triplet: DB, 14 and 65. RGB value is (219,20,101). Sum of RGB (Red+Green+Blue) = 219+20+101=340 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.41% from 340); Green value is 20 (8.20% from 255 or 5.88% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1465 is #24EB9A. Grayscale: #585858. Windows color (decimal): -2419611 or 6624475. OLE color: 6624475.
HSL color Cylindrical-coordinate representation of color #DB1465: hue angle of 335.58º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1465 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 101 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.14 |
| HSL | 335.58º | 0.83% | 0.47% | - |
| HSV(B) | 335.58º | 0.91% | 0.86% | - |
| XYZ | 31.81 | 16.5 | 13.82 | - |
| YUV | 88.74 | 134.93 | 220.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 101 | 0 | 0.91 | 0.54 | 0.14 | 335.58 | 0.83 | 0.47 |
| Hex | DB | 14 | 65 | 0 | 5B | 36 | E | 150 | 53 | 2F |
| Octal | 333 | 24 | 145 | 0 | 133 | 66 | 16 | 520 | 123 | 57 |
| Binary | 11011011 | 10100 | 1100101 | 0 | 1011011 | 110110 | 1110 | 101010000 | 1010011 | 101111 |
Color Harmonies of #DB1465
Complementary color
Monochromatic Colors of #DB1465
Black with #DB1465
Text Example
Text Example
White with #DB1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1465; }
p { color: rgb(219,20,101); }
H1.HeaderClassName
{
color: #DB1465;
}
.AnyTagClassName
{
color: #DB1465;
}
</style>
background-color css
<style>
a { background-color: #DB1465; }
a { background-color: rgb(219,20,101); }
div.DivClassName
{
background-color: #DB1465;
}
.BgClassName
{
background-color: #DB1465;
}
</style>
border-color css
<style>
span { border-color: #DB1465; }
span { border-color: rgb(219,20,101); }
td.TdClassName
{
border-color: #DB1465;
}
.TagClassName
{
border-color: #DB1465;
}
</style>