Shades of Ruby #DB0473
Tints of Ruby #DB0473
RGB
CMYK
RGB Variations
Color information
#DB0473 (or 0xDB0473) is known color: Ruby. HEX triplet: DB, 04 and 73. RGB value is (219,4,115). Sum of RGB (Red+Green+Blue) = 219+4+115=338 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.79% from 338); Green value is 4 (1.95% from 255 or 1.18% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0473 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0473 is #24FB8C. Grayscale: #505050. Windows color (decimal): -2423693 or 7537883. OLE color: 7537883.
HSL color Cylindrical-coordinate representation of color #DB0473: hue angle of 329.02º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DB0473 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 4 | 115 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.14 |
| HSL | 329.02º | 0.96% | 0.44% | - |
| HSV(B) | 329.02º | 0.98% | 0.86% | - |
| XYZ | 32.35 | 16.38 | 17.68 | - |
| YUV | 80.94 | 147.23 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 4 | 115 | 0 | 0.98 | 0.47 | 0.14 | 329.02 | 0.96 | 0.44 |
| Hex | DB | 4 | 73 | 0 | 62 | 2F | E | 149 | 60 | 2C |
| Octal | 333 | 4 | 163 | 0 | 142 | 57 | 16 | 511 | 140 | 54 |
| Binary | 11011011 | 100 | 1110011 | 0 | 1100010 | 101111 | 1110 | 101001001 | 1100000 | 101100 |
Color Harmonies of #DB0473
Complementary color
Monochromatic Colors of #DB0473
Black with #DB0473
Text Example
Text Example
White with #DB0473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0473; }
p { color: rgb(219,4,115); }
H1.HeaderClassName
{
color: #DB0473;
}
.AnyTagClassName
{
color: #DB0473;
}
</style>
background-color css
<style>
a { background-color: #DB0473; }
a { background-color: rgb(219,4,115); }
div.DivClassName
{
background-color: #DB0473;
}
.BgClassName
{
background-color: #DB0473;
}
</style>
border-color css
<style>
span { border-color: #DB0473; }
span { border-color: rgb(219,4,115); }
td.TdClassName
{
border-color: #DB0473;
}
.TagClassName
{
border-color: #DB0473;
}
</style>