Shades of Ruby #DB0373
Tints of Ruby #DB0373
RGB
CMYK
RGB Variations
Color information
#DB0373 (or 0xDB0373) is known color: Ruby. HEX triplet: DB, 03 and 73. RGB value is (219,3,115). Sum of RGB (Red+Green+Blue) = 219+3+115=337 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.99% from 337); Green value is 3 (1.56% from 255 or 0.89% from 337); Blue value is 115 (45.31% from 255 or 34.12% from 337); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0373 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0373 is #24FC8C. Grayscale: #505050. Windows color (decimal): -2423949 or 7537627. OLE color: 7537627.
HSL color Cylindrical-coordinate representation of color #DB0373: hue angle of 328.89º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0373 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 3 | 115 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.14 |
| HSL | 328.89º | 0.97% | 0.44% | - |
| HSV(B) | 328.89º | 0.99% | 0.86% | - |
| XYZ | 32.34 | 16.36 | 17.67 | - |
| YUV | 80.35 | 147.56 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 3 | 115 | 0 | 0.99 | 0.47 | 0.14 | 328.89 | 0.97 | 0.44 |
| Hex | DB | 3 | 73 | 0 | 63 | 2F | E | 149 | 61 | 2C |
| Octal | 333 | 3 | 163 | 0 | 143 | 57 | 16 | 511 | 141 | 54 |
| Binary | 11011011 | 11 | 1110011 | 0 | 1100011 | 101111 | 1110 | 101001001 | 1100001 | 101100 |
Color Harmonies of #DB0373
Complementary color
Monochromatic Colors of #DB0373
Black with #DB0373
Text Example
Text Example
White with #DB0373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0373; }
p { color: rgb(219,3,115); }
H1.HeaderClassName
{
color: #DB0373;
}
.AnyTagClassName
{
color: #DB0373;
}
</style>
background-color css
<style>
a { background-color: #DB0373; }
a { background-color: rgb(219,3,115); }
div.DivClassName
{
background-color: #DB0373;
}
.BgClassName
{
background-color: #DB0373;
}
</style>
border-color css
<style>
span { border-color: #DB0373; }
span { border-color: rgb(219,3,115); }
td.TdClassName
{
border-color: #DB0373;
}
.TagClassName
{
border-color: #DB0373;
}
</style>