Shades of Ruby #DB1D70
Tints of Ruby #DB1D70
RGB
CMYK
RGB Variations
Color information
#DB1D70 (or 0xDB1D70) is known color: Ruby. HEX triplet: DB, 1D and 70. RGB value is (219,29,112). Sum of RGB (Red+Green+Blue) = 219+29+112=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1D70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1D70 is #24E28F. Grayscale: #5F5F5F. Windows color (decimal): -2417296 or 7347675. OLE color: 7347675.
HSL color Cylindrical-coordinate representation of color #DB1D70: hue angle of 333.79º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DB1D70 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 29 | 112 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.14 |
| HSL | 333.79º | 0.77% | 0.49% | - |
| HSV(B) | 333.79º | 0.87% | 0.86% | - |
| XYZ | 32.58 | 17.11 | 16.91 | - |
| YUV | 95.27 | 137.45 | 216.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 29 | 112 | 0 | 0.87 | 0.49 | 0.14 | 333.79 | 0.77 | 0.49 |
| Hex | DB | 1D | 70 | 0 | 57 | 31 | E | 14E | 4D | 31 |
| Octal | 333 | 35 | 160 | 0 | 127 | 61 | 16 | 516 | 115 | 61 |
| Binary | 11011011 | 11101 | 1110000 | 0 | 1010111 | 110001 | 1110 | 101001110 | 1001101 | 110001 |
Color Harmonies of #DB1D70
Complementary color
Monochromatic Colors of #DB1D70
Black with #DB1D70
Text Example
Text Example
White with #DB1D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1D70; }
p { color: rgb(219,29,112); }
H1.HeaderClassName
{
color: #DB1D70;
}
.AnyTagClassName
{
color: #DB1D70;
}
</style>
background-color css
<style>
a { background-color: #DB1D70; }
a { background-color: rgb(219,29,112); }
div.DivClassName
{
background-color: #DB1D70;
}
.BgClassName
{
background-color: #DB1D70;
}
</style>
border-color css
<style>
span { border-color: #DB1D70; }
span { border-color: rgb(219,29,112); }
td.TdClassName
{
border-color: #DB1D70;
}
.TagClassName
{
border-color: #DB1D70;
}
</style>