Shades of Ruby #DB125E
Tints of Ruby #DB125E
RGB
CMYK
RGB Variations
Color information
#DB125E (or 0xDB125E) is known color: Ruby. HEX triplet: DB, 12 and 5E. RGB value is (219,18,94). Sum of RGB (Red+Green+Blue) = 219+18+94=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 94 (37.11% from 255 or 28.40% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB125E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB125E is #24EDA1. Grayscale: #565656. Windows color (decimal): -2420130 or 6165211. OLE color: 6165211.
HSL color Cylindrical-coordinate representation of color #DB125E: hue angle of 337.31º 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 #DB125E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 94 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.14 |
| HSL | 337.31º | 0.85% | 0.46% | - |
| HSV(B) | 337.31º | 0.92% | 0.86% | - |
| XYZ | 31.45 | 16.3 | 12.08 | - |
| YUV | 86.76 | 132.09 | 222.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 94 | 0 | 0.92 | 0.57 | 0.14 | 337.31 | 0.85 | 0.46 |
| Hex | DB | 12 | 5E | 0 | 5C | 39 | E | 151 | 55 | 2E |
| Octal | 333 | 22 | 136 | 0 | 134 | 71 | 16 | 521 | 125 | 56 |
| Binary | 11011011 | 10010 | 1011110 | 0 | 1011100 | 111001 | 1110 | 101010001 | 1010101 | 101110 |
Color Harmonies of #DB125E
Complementary color
Monochromatic Colors of #DB125E
Black with #DB125E
Text Example
Text Example
White with #DB125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB125E; }
p { color: rgb(219,18,94); }
H1.HeaderClassName
{
color: #DB125E;
}
.AnyTagClassName
{
color: #DB125E;
}
</style>
background-color css
<style>
a { background-color: #DB125E; }
a { background-color: rgb(219,18,94); }
div.DivClassName
{
background-color: #DB125E;
}
.BgClassName
{
background-color: #DB125E;
}
</style>
border-color css
<style>
span { border-color: #DB125E; }
span { border-color: rgb(219,18,94); }
td.TdClassName
{
border-color: #DB125E;
}
.TagClassName
{
border-color: #DB125E;
}
</style>