Shades of Ruby #DB0B69
Tints of Ruby #DB0B69
RGB
CMYK
RGB Variations
Color information
#DB0B69 (or 0xDB0B69) is known color: Ruby. HEX triplet: DB, 0B and 69. RGB value is (219,11,105). Sum of RGB (Red+Green+Blue) = 219+11+105=335 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.37% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B69 is #24F496. Grayscale: #535353. Windows color (decimal): -2421911 or 6884315. OLE color: 6884315.
HSL color Cylindrical-coordinate representation of color #DB0B69: hue angle of 332.88º 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 #DB0B69 is Cyan = 0, Magento = 0.95, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 105 | - |
| CMYK | 0 | 0.95 | 0.52 | 0.14 |
| HSL | 332.88º | 0.9% | 0.45% | - |
| HSV(B) | 332.88º | 0.95% | 0.86% | - |
| XYZ | 31.88 | 16.32 | 14.83 | - |
| YUV | 83.91 | 139.91 | 224.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 105 | 0 | 0.95 | 0.52 | 0.14 | 332.88 | 0.9 | 0.45 |
| Hex | DB | B | 69 | 0 | 5F | 34 | E | 14D | 5A | 2D |
| Octal | 333 | 13 | 151 | 0 | 137 | 64 | 16 | 515 | 132 | 55 |
| Binary | 11011011 | 1011 | 1101001 | 0 | 1011111 | 110100 | 1110 | 101001101 | 1011010 | 101101 |
Color Harmonies of #DB0B69
Complementary color
Monochromatic Colors of #DB0B69
Black with #DB0B69
Text Example
Text Example
White with #DB0B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0B69; }
p { color: rgb(219,11,105); }
H1.HeaderClassName
{
color: #DB0B69;
}
.AnyTagClassName
{
color: #DB0B69;
}
</style>
background-color css
<style>
a { background-color: #DB0B69; }
a { background-color: rgb(219,11,105); }
div.DivClassName
{
background-color: #DB0B69;
}
.BgClassName
{
background-color: #DB0B69;
}
</style>
border-color css
<style>
span { border-color: #DB0B69; }
span { border-color: rgb(219,11,105); }
td.TdClassName
{
border-color: #DB0B69;
}
.TagClassName
{
border-color: #DB0B69;
}
</style>