Shades of Ruby #DB0073
Tints of Ruby #DB0073
RGB
CMYK
RGB Variations
Color information
#DB0073 (or 0xDB0073) is known color: Ruby. HEX triplet: DB, 00 and 73. RGB value is (219,0,115). Sum of RGB (Red+Green+Blue) = 219+0+115=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0073 is #24FF8C. Grayscale: #4E4E4E. Windows color (decimal): -2424717 or 7536859. OLE color: 7536859.
HSL color Cylindrical-coordinate representation of color #DB0073: hue angle of 328.49º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0073 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.47 | 0.14 |
| HSL | 328.49º | 1% | 0.43% | - |
| HSV(B) | 328.49º | 1% | 0.86% | - |
| XYZ | 32.31 | 16.3 | 17.66 | - |
| YUV | 78.59 | 148.55 | 228.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 0 | 115 | 0 | 1 | 0.47 | 0.14 | 328.49 | 1 | 0.43 |
| Hex | DB | 0 | 73 | 0 | 64 | 2F | E | 148 | 64 | 2B |
| Octal | 333 | 0 | 163 | 0 | 144 | 57 | 16 | 510 | 144 | 53 |
| Binary | 11011011 | 0 | 1110011 | 0 | 1100100 | 101111 | 1110 | 101001000 | 1100100 | 101011 |
Color Harmonies of #DB0073
Complementary color
Monochromatic Colors of #DB0073
Black with #DB0073
Text Example
Text Example
White with #DB0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0073; }
p { color: rgb(219,0,115); }
H1.HeaderClassName
{
color: #DB0073;
}
.AnyTagClassName
{
color: #DB0073;
}
</style>
background-color css
<style>
a { background-color: #DB0073; }
a { background-color: rgb(219,0,115); }
div.DivClassName
{
background-color: #DB0073;
}
.BgClassName
{
background-color: #DB0073;
}
</style>
border-color css
<style>
span { border-color: #DB0073; }
span { border-color: rgb(219,0,115); }
td.TdClassName
{
border-color: #DB0073;
}
.TagClassName
{
border-color: #DB0073;
}
</style>