Shades of Ruby #DB1074
Tints of Ruby #DB1074
RGB
CMYK
RGB Variations
Color information
#DB1074 (or 0xDB1074) is known color: Ruby. HEX triplet: DB, 10 and 74. RGB value is (219,16,116). Sum of RGB (Red+Green+Blue) = 219+16+116=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1074 is #24EF8B. Grayscale: #575757. Windows color (decimal): -2420620 or 7606491. OLE color: 7606491.
HSL color Cylindrical-coordinate representation of color #DB1074: hue angle of 330.44º 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 #DB1074 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 16 | 116 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.14 |
| HSL | 330.44º | 0.86% | 0.46% | - |
| HSV(B) | 330.44º | 0.93% | 0.86% | - |
| XYZ | 32.55 | 16.69 | 18.03 | - |
| YUV | 88.1 | 143.75 | 221.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 16 | 116 | 0 | 0.93 | 0.47 | 0.14 | 330.44 | 0.86 | 0.46 |
| Hex | DB | 10 | 74 | 0 | 5D | 2F | E | 14A | 56 | 2E |
| Octal | 333 | 20 | 164 | 0 | 135 | 57 | 16 | 512 | 126 | 56 |
| Binary | 11011011 | 10000 | 1110100 | 0 | 1011101 | 101111 | 1110 | 101001010 | 1010110 | 101110 |
Color Harmonies of #DB1074
Complementary color
Monochromatic Colors of #DB1074
Black with #DB1074
Text Example
Text Example
White with #DB1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1074; }
p { color: rgb(219,16,116); }
H1.HeaderClassName
{
color: #DB1074;
}
.AnyTagClassName
{
color: #DB1074;
}
</style>
background-color css
<style>
a { background-color: #DB1074; }
a { background-color: rgb(219,16,116); }
div.DivClassName
{
background-color: #DB1074;
}
.BgClassName
{
background-color: #DB1074;
}
</style>
border-color css
<style>
span { border-color: #DB1074; }
span { border-color: rgb(219,16,116); }
td.TdClassName
{
border-color: #DB1074;
}
.TagClassName
{
border-color: #DB1074;
}
</style>