Shades of Ruby #DB0173
Tints of Ruby #DB0173
RGB
CMYK
RGB Variations
Color information
#DB0173 (or 0xDB0173) is known color: Ruby. HEX triplet: DB, 01 and 73. RGB value is (219,1,115). Sum of RGB (Red+Green+Blue) = 219+1+115=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0173 is #24FE8C. Grayscale: #4E4E4E. Windows color (decimal): -2424461 or 7537115. OLE color: 7537115.
HSL color Cylindrical-coordinate representation of color #DB0173: hue angle of 328.62º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DB0173 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.14 |
| HSL | 328.62º | 0.99% | 0.43% | - |
| HSV(B) | 328.62º | 1% | 0.86% | - |
| XYZ | 32.32 | 16.32 | 17.67 | - |
| YUV | 79.18 | 148.22 | 227.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 1 | 115 | 0 | 1.00 | 0.47 | 0.14 | 328.62 | 0.99 | 0.43 |
| Hex | DB | 1 | 73 | 0 | 64 | 2F | E | 149 | 63 | 2B |
| Octal | 333 | 1 | 163 | 0 | 144 | 57 | 16 | 511 | 143 | 53 |
| Binary | 11011011 | 1 | 1110011 | 0 | 1100100 | 101111 | 1110 | 101001001 | 1100011 | 101011 |
Color Harmonies of #DB0173
Complementary color
Monochromatic Colors of #DB0173
Black with #DB0173
Text Example
Text Example
White with #DB0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0173; }
p { color: rgb(219,1,115); }
H1.HeaderClassName
{
color: #DB0173;
}
.AnyTagClassName
{
color: #DB0173;
}
</style>
background-color css
<style>
a { background-color: #DB0173; }
a { background-color: rgb(219,1,115); }
div.DivClassName
{
background-color: #DB0173;
}
.BgClassName
{
background-color: #DB0173;
}
</style>
border-color css
<style>
span { border-color: #DB0173; }
span { border-color: rgb(219,1,115); }
td.TdClassName
{
border-color: #DB0173;
}
.TagClassName
{
border-color: #DB0173;
}
</style>