Shades of Ruby #DB0C73
Tints of Ruby #DB0C73
RGB
CMYK
RGB Variations
Color information
#DB0C73 (or 0xDB0C73) is known color: Ruby. HEX triplet: DB, 0C and 73. RGB value is (219,12,115). Sum of RGB (Red+Green+Blue) = 219+12+115=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0C73 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0C73 is #24F38C. Grayscale: #555555. Windows color (decimal): -2421645 or 7539931. OLE color: 7539931.
HSL color Cylindrical-coordinate representation of color #DB0C73: hue angle of 330.14º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB0C73 is Cyan = 0, Magento = 0.95, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 12 | 115 | - |
| CMYK | 0 | 0.95 | 0.47 | 0.14 |
| HSL | 330.14º | 0.9% | 0.45% | - |
| HSV(B) | 330.14º | 0.95% | 0.86% | - |
| XYZ | 32.44 | 16.56 | 17.71 | - |
| YUV | 85.64 | 144.58 | 223.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 12 | 115 | 0 | 0.95 | 0.47 | 0.14 | 330.14 | 0.9 | 0.45 |
| Hex | DB | C | 73 | 0 | 5F | 2F | E | 14A | 5A | 2D |
| Octal | 333 | 14 | 163 | 0 | 137 | 57 | 16 | 512 | 132 | 55 |
| Binary | 11011011 | 1100 | 1110011 | 0 | 1011111 | 101111 | 1110 | 101001010 | 1011010 | 101101 |
Color Harmonies of #DB0C73
Complementary color
Monochromatic Colors of #DB0C73
Black with #DB0C73
Text Example
Text Example
White with #DB0C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0C73; }
p { color: rgb(219,12,115); }
H1.HeaderClassName
{
color: #DB0C73;
}
.AnyTagClassName
{
color: #DB0C73;
}
</style>
background-color css
<style>
a { background-color: #DB0C73; }
a { background-color: rgb(219,12,115); }
div.DivClassName
{
background-color: #DB0C73;
}
.BgClassName
{
background-color: #DB0C73;
}
</style>
border-color css
<style>
span { border-color: #DB0C73; }
span { border-color: rgb(219,12,115); }
td.TdClassName
{
border-color: #DB0C73;
}
.TagClassName
{
border-color: #DB0C73;
}
</style>