Shades of Ruby #DB1259
Tints of Ruby #DB1259
RGB
CMYK
RGB Variations
Color information
#DB1259 (or 0xDB1259) is known color: Ruby. HEX triplet: DB, 12 and 59. RGB value is (219,18,89). Sum of RGB (Red+Green+Blue) = 219+18+89=326 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.18% from 326); Green value is 18 (7.42% from 255 or 5.52% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1259 is #24EDA6. Grayscale: #565656. Windows color (decimal): -2420135 or 5837531. OLE color: 5837531.
HSL color Cylindrical-coordinate representation of color #DB1259: hue angle of 338.81º 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 #DB1259 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 89 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.14 |
| HSL | 338.81º | 0.85% | 0.46% | - |
| HSV(B) | 338.81º | 0.92% | 0.86% | - |
| XYZ | 31.23 | 16.21 | 10.93 | - |
| YUV | 86.19 | 129.59 | 222.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 89 | 0 | 0.92 | 0.59 | 0.14 | 338.81 | 0.85 | 0.46 |
| Hex | DB | 12 | 59 | 0 | 5C | 3B | E | 153 | 55 | 2E |
| Octal | 333 | 22 | 131 | 0 | 134 | 73 | 16 | 523 | 125 | 56 |
| Binary | 11011011 | 10010 | 1011001 | 0 | 1011100 | 111011 | 1110 | 101010011 | 1010101 | 101110 |
Color Harmonies of #DB1259
Complementary color
Monochromatic Colors of #DB1259
Black with #DB1259
Text Example
Text Example
White with #DB1259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1259; }
p { color: rgb(219,18,89); }
H1.HeaderClassName
{
color: #DB1259;
}
.AnyTagClassName
{
color: #DB1259;
}
</style>
background-color css
<style>
a { background-color: #DB1259; }
a { background-color: rgb(219,18,89); }
div.DivClassName
{
background-color: #DB1259;
}
.BgClassName
{
background-color: #DB1259;
}
</style>
border-color css
<style>
span { border-color: #DB1259; }
span { border-color: rgb(219,18,89); }
td.TdClassName
{
border-color: #DB1259;
}
.TagClassName
{
border-color: #DB1259;
}
</style>