Shades of Ruby #DB0D63
Tints of Ruby #DB0D63
RGB
CMYK
RGB Variations
Color information
#DB0D63 (or 0xDB0D63) is known color: Ruby. HEX triplet: DB, 0D and 63. RGB value is (219,13,99). Sum of RGB (Red+Green+Blue) = 219+13+99=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0D63 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0D63 is #24F29C. Grayscale: #545454. Windows color (decimal): -2421405 or 6491611. OLE color: 6491611.
HSL color Cylindrical-coordinate representation of color #DB0D63: hue angle of 334.95º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DB0D63 is Cyan = 0, Magento = 0.94, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 13 | 99 | - |
| CMYK | 0 | 0.94 | 0.55 | 0.14 |
| HSL | 334.95º | 0.89% | 0.45% | - |
| HSV(B) | 334.95º | 0.94% | 0.86% | - |
| XYZ | 31.61 | 16.25 | 13.27 | - |
| YUV | 84.4 | 136.25 | 224.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 13 | 99 | 0 | 0.94 | 0.55 | 0.14 | 334.95 | 0.89 | 0.45 |
| Hex | DB | D | 63 | 0 | 5E | 37 | E | 14F | 59 | 2D |
| Octal | 333 | 15 | 143 | 0 | 136 | 67 | 16 | 517 | 131 | 55 |
| Binary | 11011011 | 1101 | 1100011 | 0 | 1011110 | 110111 | 1110 | 101001111 | 1011001 | 101101 |
Color Harmonies of #DB0D63
Complementary color
Monochromatic Colors of #DB0D63
Black with #DB0D63
Text Example
Text Example
White with #DB0D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0D63; }
p { color: rgb(219,13,99); }
H1.HeaderClassName
{
color: #DB0D63;
}
.AnyTagClassName
{
color: #DB0D63;
}
</style>
background-color css
<style>
a { background-color: #DB0D63; }
a { background-color: rgb(219,13,99); }
div.DivClassName
{
background-color: #DB0D63;
}
.BgClassName
{
background-color: #DB0D63;
}
</style>
border-color css
<style>
span { border-color: #DB0D63; }
span { border-color: rgb(219,13,99); }
td.TdClassName
{
border-color: #DB0D63;
}
.TagClassName
{
border-color: #DB0D63;
}
</style>