Shades of Ruby #DB125F
Tints of Ruby #DB125F
RGB
CMYK
RGB Variations
Color information
#DB125F (or 0xDB125F) is known color: Ruby. HEX triplet: DB, 12 and 5F. RGB value is (219,18,95). Sum of RGB (Red+Green+Blue) = 219+18+95=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB125F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB125F is #24EDA0. Grayscale: #565656. Windows color (decimal): -2420129 or 6230747. OLE color: 6230747.
HSL color Cylindrical-coordinate representation of color #DB125F: hue angle of 337.01º 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 #DB125F is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 95 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.14 |
| HSL | 337.01º | 0.85% | 0.46% | - |
| HSV(B) | 337.01º | 0.92% | 0.86% | - |
| XYZ | 31.5 | 16.32 | 12.32 | - |
| YUV | 86.88 | 132.59 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 95 | 0 | 0.92 | 0.57 | 0.14 | 337.01 | 0.85 | 0.46 |
| Hex | DB | 12 | 5F | 0 | 5C | 39 | E | 151 | 55 | 2E |
| Octal | 333 | 22 | 137 | 0 | 134 | 71 | 16 | 521 | 125 | 56 |
| Binary | 11011011 | 10010 | 1011111 | 0 | 1011100 | 111001 | 1110 | 101010001 | 1010101 | 101110 |
Color Harmonies of #DB125F
Complementary color
Monochromatic Colors of #DB125F
Black with #DB125F
Text Example
Text Example
White with #DB125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB125F; }
p { color: rgb(219,18,95); }
H1.HeaderClassName
{
color: #DB125F;
}
.AnyTagClassName
{
color: #DB125F;
}
</style>
background-color css
<style>
a { background-color: #DB125F; }
a { background-color: rgb(219,18,95); }
div.DivClassName
{
background-color: #DB125F;
}
.BgClassName
{
background-color: #DB125F;
}
</style>
border-color css
<style>
span { border-color: #DB125F; }
span { border-color: rgb(219,18,95); }
td.TdClassName
{
border-color: #DB125F;
}
.TagClassName
{
border-color: #DB125F;
}
</style>