Shades of Ruby #DB126A
Tints of Ruby #DB126A
RGB
CMYK
RGB Variations
Color information
#DB126A (or 0xDB126A) is known color: Ruby. HEX triplet: DB, 12 and 6A. RGB value is (219,18,106). Sum of RGB (Red+Green+Blue) = 219+18+106=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 18 (7.42% from 255 or 5.25% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB126A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB126A is #24ED95. Grayscale: #575757. Windows color (decimal): -2420118 or 6951643. OLE color: 6951643.
HSL color Cylindrical-coordinate representation of color #DB126A: hue angle of 333.73º 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 #DB126A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 18 | 106 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.14 |
| HSL | 333.73º | 0.85% | 0.46% | - |
| HSV(B) | 333.73º | 0.92% | 0.86% | - |
| XYZ | 32.03 | 16.53 | 15.14 | - |
| YUV | 88.13 | 138.09 | 221.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 18 | 106 | 0 | 0.92 | 0.52 | 0.14 | 333.73 | 0.85 | 0.46 |
| Hex | DB | 12 | 6A | 0 | 5C | 34 | E | 14E | 55 | 2E |
| Octal | 333 | 22 | 152 | 0 | 134 | 64 | 16 | 516 | 125 | 56 |
| Binary | 11011011 | 10010 | 1101010 | 0 | 1011100 | 110100 | 1110 | 101001110 | 1010101 | 101110 |
Color Harmonies of #DB126A
Complementary color
Monochromatic Colors of #DB126A
Black with #DB126A
Text Example
Text Example
White with #DB126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB126A; }
p { color: rgb(219,18,106); }
H1.HeaderClassName
{
color: #DB126A;
}
.AnyTagClassName
{
color: #DB126A;
}
</style>
background-color css
<style>
a { background-color: #DB126A; }
a { background-color: rgb(219,18,106); }
div.DivClassName
{
background-color: #DB126A;
}
.BgClassName
{
background-color: #DB126A;
}
</style>
border-color css
<style>
span { border-color: #DB126A; }
span { border-color: rgb(219,18,106); }
td.TdClassName
{
border-color: #DB126A;
}
.TagClassName
{
border-color: #DB126A;
}
</style>