Shades of Ruby #DB0870
Tints of Ruby #DB0870
RGB
CMYK
RGB Variations
Color information
#DB0870 (or 0xDB0870) is known color: Ruby. HEX triplet: DB, 08 and 70. RGB value is (219,8,112). Sum of RGB (Red+Green+Blue) = 219+8+112=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 8 (3.52% from 255 or 2.36% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0870 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0870 is #24F78F. Grayscale: #525252. Windows color (decimal): -2422672 or 7342299. OLE color: 7342299.
HSL color Cylindrical-coordinate representation of color #DB0870: hue angle of 330.43º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DB0870 is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 8 | 112 | - |
| CMYK | 0 | 0.96 | 0.49 | 0.14 |
| HSL | 330.43º | 0.93% | 0.45% | - |
| HSV(B) | 330.43º | 0.96% | 0.86% | - |
| XYZ | 32.22 | 16.4 | 16.8 | - |
| YUV | 82.95 | 144.4 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 8 | 112 | 0 | 0.96 | 0.49 | 0.14 | 330.43 | 0.93 | 0.45 |
| Hex | DB | 8 | 70 | 0 | 60 | 31 | E | 14A | 5D | 2D |
| Octal | 333 | 10 | 160 | 0 | 140 | 61 | 16 | 512 | 135 | 55 |
| Binary | 11011011 | 1000 | 1110000 | 0 | 1100000 | 110001 | 1110 | 101001010 | 1011101 | 101101 |
Color Harmonies of #DB0870
Complementary color
Monochromatic Colors of #DB0870
Black with #DB0870
Text Example
Text Example
White with #DB0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0870; }
p { color: rgb(219,8,112); }
H1.HeaderClassName
{
color: #DB0870;
}
.AnyTagClassName
{
color: #DB0870;
}
</style>
background-color css
<style>
a { background-color: #DB0870; }
a { background-color: rgb(219,8,112); }
div.DivClassName
{
background-color: #DB0870;
}
.BgClassName
{
background-color: #DB0870;
}
</style>
border-color css
<style>
span { border-color: #DB0870; }
span { border-color: rgb(219,8,112); }
td.TdClassName
{
border-color: #DB0870;
}
.TagClassName
{
border-color: #DB0870;
}
</style>