Shades of Ruby #DB125D
Tints of Ruby #DB125D
RGB
CMYK
RGB Variations
Color information
#DB125D (or 0xDB125D) is known color: Ruby. HEX triplet: DB, 12 and 5D. RGB value is (219,18,93). Sum of RGB (Red+Green+Blue) = 219+18+93=330 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.36% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 219 - color contains mainly: red. Hex color #DB125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB125D is #24EDA2. Grayscale: #565656. Windows color (decimal): -2420131 or 6099675. OLE color: 6099675.
HSL color Cylindrical-coordinate representation of color #DB125D: hue angle of 337.61º 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 #DB125D is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 93 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.14 |
| HSL | 337.61º | 0.85% | 0.46% | - |
| HSV(B) | 337.61º | 0.92% | 0.86% | - |
| XYZ | 31.41 | 16.28 | 11.84 | - |
| YUV | 86.65 | 131.59 | 222.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 93 | 0 | 0.92 | 0.58 | 0.14 | 337.61 | 0.85 | 0.46 |
| Hex | DB | 12 | 5D | 0 | 5C | 3A | E | 152 | 55 | 2E |
| Octal | 333 | 22 | 135 | 0 | 134 | 72 | 16 | 522 | 125 | 56 |
| Binary | 11011011 | 10010 | 1011101 | 0 | 1011100 | 111010 | 1110 | 101010010 | 1010101 | 101110 |
Color Harmonies of #DB125D
Complementary color
Monochromatic Colors of #DB125D
Black with #DB125D
Text Example
Text Example
White with #DB125D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB125D; }
p { color: rgb(219,18,93); }
H1.HeaderClassName
{
color: #DB125D;
}
.AnyTagClassName
{
color: #DB125D;
}
</style>
background-color css
<style>
a { background-color: #DB125D; }
a { background-color: rgb(219,18,93); }
div.DivClassName
{
background-color: #DB125D;
}
.BgClassName
{
background-color: #DB125D;
}
</style>
border-color css
<style>
span { border-color: #DB125D; }
span { border-color: rgb(219,18,93); }
td.TdClassName
{
border-color: #DB125D;
}
.TagClassName
{
border-color: #DB125D;
}
</style>