Shades of Ruby #DB0D67
Tints of Ruby #DB0D67
RGB
CMYK
RGB Variations
Color information
#DB0D67 (or 0xDB0D67) is known color: Ruby. HEX triplet: DB, 0D and 67. RGB value is (219,13,103). Sum of RGB (Red+Green+Blue) = 219+13+103=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 13 (5.47% from 255 or 3.88% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D67 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0D67 is #24F298. Grayscale: #545454. Windows color (decimal): -2421401 or 6753755. OLE color: 6753755.
HSL color Cylindrical-coordinate representation of color #DB0D67: hue angle of 333.79º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D67 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 103 | - |
| CMYK | 0 | 0.94 | 0.53 | 0.14 |
| HSL | 333.79º | 0.89% | 0.45% | - |
| HSV(B) | 333.79º | 0.94% | 0.86% | - |
| XYZ | 31.81 | 16.33 | 14.31 | - |
| YUV | 84.85 | 138.25 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 103 | 0 | 0.94 | 0.53 | 0.14 | 333.79 | 0.89 | 0.45 |
| Hex | DB | D | 67 | 0 | 5E | 35 | E | 14E | 59 | 2D |
| Octal | 333 | 15 | 147 | 0 | 136 | 65 | 16 | 516 | 131 | 55 |
| Binary | 11011011 | 1101 | 1100111 | 0 | 1011110 | 110101 | 1110 | 101001110 | 1011001 | 101101 |
Color Harmonies of #DB0D67
Complementary color
Monochromatic Colors of #DB0D67
Black with #DB0D67
Text Example
Text Example
White with #DB0D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D67; }
p { color: rgb(219,13,103); }
H1.HeaderClassName
{
color: #DB0D67;
}
.AnyTagClassName
{
color: #DB0D67;
}
</style>
background-color css
<style>
a { background-color: #DB0D67; }
a { background-color: rgb(219,13,103); }
div.DivClassName
{
background-color: #DB0D67;
}
.BgClassName
{
background-color: #DB0D67;
}
</style>
border-color css
<style>
span { border-color: #DB0D67; }
span { border-color: rgb(219,13,103); }
td.TdClassName
{
border-color: #DB0D67;
}
.TagClassName
{
border-color: #DB0D67;
}
</style>