Shades of Ruby #DB0B77
Tints of Ruby #DB0B77
RGB
CMYK
RGB Variations
Color information
#DB0B77 (or 0xDB0B77) is known color: Ruby. HEX triplet: DB, 0B and 77. RGB value is (219,11,119). Sum of RGB (Red+Green+Blue) = 219+11+119=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0B77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0B77 is #24F488. Grayscale: #555555. Windows color (decimal): -2421897 or 7801819. OLE color: 7801819.
HSL color Cylindrical-coordinate representation of color #DB0B77: hue angle of 328.85º 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 #DB0B77 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 11 | 119 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.14 |
| HSL | 328.85º | 0.9% | 0.45% | - |
| HSV(B) | 328.85º | 0.95% | 0.86% | - |
| XYZ | 32.66 | 16.63 | 18.94 | - |
| YUV | 85.5 | 146.91 | 223.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 11 | 119 | 0 | 0.95 | 0.46 | 0.14 | 328.85 | 0.9 | 0.45 |
| Hex | DB | B | 77 | 0 | 5F | 2E | E | 149 | 5A | 2D |
| Octal | 333 | 13 | 167 | 0 | 137 | 56 | 16 | 511 | 132 | 55 |
| Binary | 11011011 | 1011 | 1110111 | 0 | 1011111 | 101110 | 1110 | 101001001 | 1011010 | 101101 |
Color Harmonies of #DB0B77
Complementary color
Monochromatic Colors of #DB0B77
Black with #DB0B77
Text Example
Text Example
White with #DB0B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0B77; }
p { color: rgb(219,11,119); }
H1.HeaderClassName
{
color: #DB0B77;
}
.AnyTagClassName
{
color: #DB0B77;
}
</style>
background-color css
<style>
a { background-color: #DB0B77; }
a { background-color: rgb(219,11,119); }
div.DivClassName
{
background-color: #DB0B77;
}
.BgClassName
{
background-color: #DB0B77;
}
</style>
border-color css
<style>
span { border-color: #DB0B77; }
span { border-color: rgb(219,11,119); }
td.TdClassName
{
border-color: #DB0B77;
}
.TagClassName
{
border-color: #DB0B77;
}
</style>