Shades of Ruby #DB1B70
Tints of Ruby #DB1B70
RGB
CMYK
RGB Variations
Color information
#DB1B70 (or 0xDB1B70) is known color: Ruby. HEX triplet: DB, 1B and 70. RGB value is (219,27,112). Sum of RGB (Red+Green+Blue) = 219+27+112=358 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.17% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 112 (44.14% from 255 or 31.28% from 358); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB1B70 is #24E48F. Grayscale: #5D5D5D. Windows color (decimal): -2417808 or 7347163. OLE color: 7347163.
HSL color Cylindrical-coordinate representation of color #DB1B70: hue angle of 333.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DB1B70 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 27 | 112 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.14 |
| HSL | 333.44º | 0.78% | 0.48% | - |
| HSV(B) | 333.44º | 0.88% | 0.86% | - |
| XYZ | 32.53 | 17.01 | 16.9 | - |
| YUV | 94.1 | 138.11 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 27 | 112 | 0 | 0.88 | 0.49 | 0.14 | 333.44 | 0.78 | 0.48 |
| Hex | DB | 1B | 70 | 0 | 58 | 31 | E | 14D | 4E | 30 |
| Octal | 333 | 33 | 160 | 0 | 130 | 61 | 16 | 515 | 116 | 60 |
| Binary | 11011011 | 11011 | 1110000 | 0 | 1011000 | 110001 | 1110 | 101001101 | 1001110 | 110000 |
Color Harmonies of #DB1B70
Complementary color
Monochromatic Colors of #DB1B70
Black with #DB1B70
Text Example
Text Example
White with #DB1B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1B70; }
p { color: rgb(219,27,112); }
H1.HeaderClassName
{
color: #DB1B70;
}
.AnyTagClassName
{
color: #DB1B70;
}
</style>
background-color css
<style>
a { background-color: #DB1B70; }
a { background-color: rgb(219,27,112); }
div.DivClassName
{
background-color: #DB1B70;
}
.BgClassName
{
background-color: #DB1B70;
}
</style>
border-color css
<style>
span { border-color: #DB1B70; }
span { border-color: rgb(219,27,112); }
td.TdClassName
{
border-color: #DB1B70;
}
.TagClassName
{
border-color: #DB1B70;
}
</style>