Shades of Ruby #DB0670
Tints of Ruby #DB0670
RGB
CMYK
RGB Variations
Color information
#DB0670 (or 0xDB0670) is known color: Ruby. HEX triplet: DB, 06 and 70. RGB value is (219,6,112). Sum of RGB (Red+Green+Blue) = 219+6+112=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0670 is #24F98F. Grayscale: #515151. Windows color (decimal): -2423184 or 7341787. OLE color: 7341787.
HSL color Cylindrical-coordinate representation of color #DB0670: hue angle of 330.14º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DB0670 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 6 | 112 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.14 |
| HSL | 330.14º | 0.95% | 0.44% | - |
| HSV(B) | 330.14º | 0.97% | 0.86% | - |
| XYZ | 32.2 | 16.36 | 16.79 | - |
| YUV | 81.77 | 145.07 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 6 | 112 | 0 | 0.97 | 0.49 | 0.14 | 330.14 | 0.95 | 0.44 |
| Hex | DB | 6 | 70 | 0 | 61 | 31 | E | 14A | 5F | 2C |
| Octal | 333 | 6 | 160 | 0 | 141 | 61 | 16 | 512 | 137 | 54 |
| Binary | 11011011 | 110 | 1110000 | 0 | 1100001 | 110001 | 1110 | 101001010 | 1011111 | 101100 |
Color Harmonies of #DB0670
Complementary color
Monochromatic Colors of #DB0670
Black with #DB0670
Text Example
Text Example
White with #DB0670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0670; }
p { color: rgb(219,6,112); }
H1.HeaderClassName
{
color: #DB0670;
}
.AnyTagClassName
{
color: #DB0670;
}
</style>
background-color css
<style>
a { background-color: #DB0670; }
a { background-color: rgb(219,6,112); }
div.DivClassName
{
background-color: #DB0670;
}
.BgClassName
{
background-color: #DB0670;
}
</style>
border-color css
<style>
span { border-color: #DB0670; }
span { border-color: rgb(219,6,112); }
td.TdClassName
{
border-color: #DB0670;
}
.TagClassName
{
border-color: #DB0670;
}
</style>