Shades of Ruby #DB105E
Tints of Ruby #DB105E
RGB
CMYK
RGB Variations
Color information
#DB105E (or 0xDB105E) is known color: Ruby. HEX triplet: DB, 10 and 5E. RGB value is (219,16,94). Sum of RGB (Red+Green+Blue) = 219+16+94=329 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.57% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 219 - color contains mainly: red. Hex color #DB105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB105E is #24EFA1. Grayscale: #555555. Windows color (decimal): -2420642 or 6164699. OLE color: 6164699.
HSL color Cylindrical-coordinate representation of color #DB105E: hue angle of 336.95º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DB105E is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 94 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.14 |
| HSL | 336.95º | 0.86% | 0.46% | - |
| HSV(B) | 336.95º | 0.93% | 0.86% | - |
| XYZ | 31.42 | 16.24 | 12.07 | - |
| YUV | 85.59 | 132.75 | 223.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 94 | 0 | 0.93 | 0.57 | 0.14 | 336.95 | 0.86 | 0.46 |
| Hex | DB | 10 | 5E | 0 | 5D | 39 | E | 151 | 56 | 2E |
| Octal | 333 | 20 | 136 | 0 | 135 | 71 | 16 | 521 | 126 | 56 |
| Binary | 11011011 | 10000 | 1011110 | 0 | 1011101 | 111001 | 1110 | 101010001 | 1010110 | 101110 |
Color Harmonies of #DB105E
Complementary color
Monochromatic Colors of #DB105E
Black with #DB105E
Text Example
Text Example
White with #DB105E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB105E; }
p { color: rgb(219,16,94); }
H1.HeaderClassName
{
color: #DB105E;
}
.AnyTagClassName
{
color: #DB105E;
}
</style>
background-color css
<style>
a { background-color: #DB105E; }
a { background-color: rgb(219,16,94); }
div.DivClassName
{
background-color: #DB105E;
}
.BgClassName
{
background-color: #DB105E;
}
</style>
border-color css
<style>
span { border-color: #DB105E; }
span { border-color: rgb(219,16,94); }
td.TdClassName
{
border-color: #DB105E;
}
.TagClassName
{
border-color: #DB105E;
}
</style>