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