Shades of Ruby #DB0B71
Tints of Ruby #DB0B71
RGB
CMYK
RGB Variations
Color information
#DB0B71 (or 0xDB0B71) is known color: Ruby. HEX triplet: DB, 0B and 71. RGB value is (219,11,113). Sum of RGB (Red+Green+Blue) = 219+11+113=343 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.85% from 343); Green value is 11 (4.69% from 255 or 3.21% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B71 is #24F48E. Grayscale: #545454. Windows color (decimal): -2421903 or 7408603. OLE color: 7408603.
HSL color Cylindrical-coordinate representation of color #DB0B71: hue angle of 330.58º 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 #DB0B71 is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 113 | - |
| CMYK | 0 | 0.95 | 0.48 | 0.14 |
| HSL | 330.58º | 0.9% | 0.45% | - |
| HSV(B) | 330.58º | 0.95% | 0.86% | - |
| XYZ | 32.31 | 16.49 | 17.1 | - |
| YUV | 84.82 | 143.91 | 223.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 113 | 0 | 0.95 | 0.48 | 0.14 | 330.58 | 0.9 | 0.45 |
| Hex | DB | B | 71 | 0 | 5F | 30 | E | 14B | 5A | 2D |
| Octal | 333 | 13 | 161 | 0 | 137 | 60 | 16 | 513 | 132 | 55 |
| Binary | 11011011 | 1011 | 1110001 | 0 | 1011111 | 110000 | 1110 | 101001011 | 1011010 | 101101 |
Color Harmonies of #DB0B71
Complementary color
Monochromatic Colors of #DB0B71
Black with #DB0B71
Text Example
Text Example
White with #DB0B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0B71; }
p { color: rgb(219,11,113); }
H1.HeaderClassName
{
color: #DB0B71;
}
.AnyTagClassName
{
color: #DB0B71;
}
</style>
background-color css
<style>
a { background-color: #DB0B71; }
a { background-color: rgb(219,11,113); }
div.DivClassName
{
background-color: #DB0B71;
}
.BgClassName
{
background-color: #DB0B71;
}
</style>
border-color css
<style>
span { border-color: #DB0B71; }
span { border-color: rgb(219,11,113); }
td.TdClassName
{
border-color: #DB0B71;
}
.TagClassName
{
border-color: #DB0B71;
}
</style>