Shades of Ruby #DB1263
Tints of Ruby #DB1263
RGB
CMYK
RGB Variations
Color information
#DB1263 (or 0xDB1263) is known color: Ruby. HEX triplet: DB, 12 and 63. RGB value is (219,18,99). Sum of RGB (Red+Green+Blue) = 219+18+99=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1263 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1263 is #24ED9C. Grayscale: #575757. Windows color (decimal): -2420125 or 6492891. OLE color: 6492891.
HSL color Cylindrical-coordinate representation of color #DB1263: hue angle of 335.82º 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 #DB1263 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 99 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.14 |
| HSL | 335.82º | 0.85% | 0.46% | - |
| HSV(B) | 335.82º | 0.92% | 0.86% | - |
| XYZ | 31.68 | 16.39 | 13.3 | - |
| YUV | 87.33 | 134.59 | 221.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 99 | 0 | 0.92 | 0.55 | 0.14 | 335.82 | 0.85 | 0.46 |
| Hex | DB | 12 | 63 | 0 | 5C | 37 | E | 150 | 55 | 2E |
| Octal | 333 | 22 | 143 | 0 | 134 | 67 | 16 | 520 | 125 | 56 |
| Binary | 11011011 | 10010 | 1100011 | 0 | 1011100 | 110111 | 1110 | 101010000 | 1010101 | 101110 |
Color Harmonies of #DB1263
Complementary color
Monochromatic Colors of #DB1263
Black with #DB1263
Text Example
Text Example
White with #DB1263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1263; }
p { color: rgb(219,18,99); }
H1.HeaderClassName
{
color: #DB1263;
}
.AnyTagClassName
{
color: #DB1263;
}
</style>
background-color css
<style>
a { background-color: #DB1263; }
a { background-color: rgb(219,18,99); }
div.DivClassName
{
background-color: #DB1263;
}
.BgClassName
{
background-color: #DB1263;
}
</style>
border-color css
<style>
span { border-color: #DB1263; }
span { border-color: rgb(219,18,99); }
td.TdClassName
{
border-color: #DB1263;
}
.TagClassName
{
border-color: #DB1263;
}
</style>