Shades of Ruby #DB1262
Tints of Ruby #DB1262
RGB
CMYK
RGB Variations
Color information
#DB1262 (or 0xDB1262) is known color: Ruby. HEX triplet: DB, 12 and 62. RGB value is (219,18,98). Sum of RGB (Red+Green+Blue) = 219+18+98=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 18 (7.42% from 255 or 5.37% from 335); Blue value is 98 (38.67% from 255 or 29.25% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1262 is #24ED9D. Grayscale: #575757. Windows color (decimal): -2420126 or 6427355. OLE color: 6427355.
HSL color Cylindrical-coordinate representation of color #DB1262: hue angle of 336.12º 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 #DB1262 is Cyan = 0, Magento = 0.92, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 98 | - |
| CMYK | 0 | 0.92 | 0.55 | 0.14 |
| HSL | 336.12º | 0.85% | 0.46% | - |
| HSV(B) | 336.12º | 0.92% | 0.86% | - |
| XYZ | 31.63 | 16.37 | 13.05 | - |
| YUV | 87.22 | 134.09 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 98 | 0 | 0.92 | 0.55 | 0.14 | 336.12 | 0.85 | 0.46 |
| Hex | DB | 12 | 62 | 0 | 5C | 37 | E | 150 | 55 | 2E |
| Octal | 333 | 22 | 142 | 0 | 134 | 67 | 16 | 520 | 125 | 56 |
| Binary | 11011011 | 10010 | 1100010 | 0 | 1011100 | 110111 | 1110 | 101010000 | 1010101 | 101110 |
Color Harmonies of #DB1262
Complementary color
Monochromatic Colors of #DB1262
Black with #DB1262
Text Example
Text Example
White with #DB1262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1262; }
p { color: rgb(219,18,98); }
H1.HeaderClassName
{
color: #DB1262;
}
.AnyTagClassName
{
color: #DB1262;
}
</style>
background-color css
<style>
a { background-color: #DB1262; }
a { background-color: rgb(219,18,98); }
div.DivClassName
{
background-color: #DB1262;
}
.BgClassName
{
background-color: #DB1262;
}
</style>
border-color css
<style>
span { border-color: #DB1262; }
span { border-color: rgb(219,18,98); }
td.TdClassName
{
border-color: #DB1262;
}
.TagClassName
{
border-color: #DB1262;
}
</style>