Shades of Ruby #DB1F73
Tints of Ruby #DB1F73
RGB
CMYK
RGB Variations
Color information
#DB1F73 (or 0xDB1F73) is known color: Ruby. HEX triplet: DB, 1F and 73. RGB value is (219,31,115). Sum of RGB (Red+Green+Blue) = 219+31+115=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1F73 is #24E08C. Grayscale: #606060. Windows color (decimal): -2416781 or 7544795. OLE color: 7544795.
HSL color Cylindrical-coordinate representation of color #DB1F73: hue angle of 333.19º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DB1F73 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 31 | 115 | - |
| CMYK | 0 | 0.86 | 0.47 | 0.14 |
| HSL | 333.19º | 0.75% | 0.49% | - |
| HSV(B) | 333.19º | 0.86% | 0.86% | - |
| XYZ | 32.8 | 17.28 | 17.83 | - |
| YUV | 96.79 | 138.28 | 215.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 31 | 115 | 0 | 0.86 | 0.47 | 0.14 | 333.19 | 0.75 | 0.49 |
| Hex | DB | 1F | 73 | 0 | 56 | 2F | E | 14D | 4B | 31 |
| Octal | 333 | 37 | 163 | 0 | 126 | 57 | 16 | 515 | 113 | 61 |
| Binary | 11011011 | 11111 | 1110011 | 0 | 1010110 | 101111 | 1110 | 101001101 | 1001011 | 110001 |
Color Harmonies of #DB1F73
Complementary color
Monochromatic Colors of #DB1F73
Black with #DB1F73
Text Example
Text Example
White with #DB1F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1F73; }
p { color: rgb(219,31,115); }
H1.HeaderClassName
{
color: #DB1F73;
}
.AnyTagClassName
{
color: #DB1F73;
}
</style>
background-color css
<style>
a { background-color: #DB1F73; }
a { background-color: rgb(219,31,115); }
div.DivClassName
{
background-color: #DB1F73;
}
.BgClassName
{
background-color: #DB1F73;
}
</style>
border-color css
<style>
span { border-color: #DB1F73; }
span { border-color: rgb(219,31,115); }
td.TdClassName
{
border-color: #DB1F73;
}
.TagClassName
{
border-color: #DB1F73;
}
</style>