Shades of Ruby #DB125A
Tints of Ruby #DB125A
RGB
CMYK
RGB Variations
Color information
#DB125A (or 0xDB125A) is known color: Ruby. HEX triplet: DB, 12 and 5A. RGB value is (219,18,90). Sum of RGB (Red+Green+Blue) = 219+18+90=327 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.97% from 327); Green value is 18 (7.42% from 255 or 5.50% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 219 - color contains mainly: red. Hex color #DB125A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB125A is #24EDA5. Grayscale: #565656. Windows color (decimal): -2420134 or 5903067. OLE color: 5903067.
HSL color Cylindrical-coordinate representation of color #DB125A: hue angle of 338.51º 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 #DB125A is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 90 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.14 |
| HSL | 338.51º | 0.85% | 0.46% | - |
| HSV(B) | 338.51º | 0.92% | 0.86% | - |
| XYZ | 31.28 | 16.23 | 11.16 | - |
| YUV | 86.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 90 | 0 | 0.92 | 0.59 | 0.14 | 338.51 | 0.85 | 0.46 |
| Hex | DB | 12 | 5A | 0 | 5C | 3B | E | 153 | 55 | 2E |
| Octal | 333 | 22 | 132 | 0 | 134 | 73 | 16 | 523 | 125 | 56 |
| Binary | 11011011 | 10010 | 1011010 | 0 | 1011100 | 111011 | 1110 | 101010011 | 1010101 | 101110 |
Color Harmonies of #DB125A
Complementary color
Monochromatic Colors of #DB125A
Black with #DB125A
Text Example
Text Example
White with #DB125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB125A; }
p { color: rgb(219,18,90); }
H1.HeaderClassName
{
color: #DB125A;
}
.AnyTagClassName
{
color: #DB125A;
}
</style>
background-color css
<style>
a { background-color: #DB125A; }
a { background-color: rgb(219,18,90); }
div.DivClassName
{
background-color: #DB125A;
}
.BgClassName
{
background-color: #DB125A;
}
</style>
border-color css
<style>
span { border-color: #DB125A; }
span { border-color: rgb(219,18,90); }
td.TdClassName
{
border-color: #DB125A;
}
.TagClassName
{
border-color: #DB125A;
}
</style>