Shades of Ruby #DB0276
Tints of Ruby #DB0276
RGB
CMYK
RGB Variations
Color information
#DB0276 (or 0xDB0276) is known color: Ruby. HEX triplet: DB, 02 and 76. RGB value is (219,2,118). Sum of RGB (Red+Green+Blue) = 219+2+118=339 (44% of max value = 765). Red value is 219 (85.94% from 255 or 64.60% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 118 (46.48% from 255 or 34.81% from 339); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0276 is #24FD89. Grayscale: #4F4F4F. Windows color (decimal): -2424202 or 7733979. OLE color: 7733979.
HSL color Cylindrical-coordinate representation of color #DB0276: hue angle of 327.93º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DB0276 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 118 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.14 |
| HSL | 327.93º | 0.98% | 0.43% | - |
| HSV(B) | 327.93º | 0.99% | 0.86% | - |
| XYZ | 32.51 | 16.41 | 18.59 | - |
| YUV | 80.11 | 149.39 | 227.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 118 | 0 | 0.99 | 0.46 | 0.14 | 327.93 | 0.98 | 0.43 |
| Hex | DB | 2 | 76 | 0 | 63 | 2E | E | 148 | 62 | 2B |
| Octal | 333 | 2 | 166 | 0 | 143 | 56 | 16 | 510 | 142 | 53 |
| Binary | 11011011 | 10 | 1110110 | 0 | 1100011 | 101110 | 1110 | 101001000 | 1100010 | 101011 |
Color Harmonies of #DB0276
Complementary color
Monochromatic Colors of #DB0276
Black with #DB0276
Text Example
Text Example
White with #DB0276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0276; }
p { color: rgb(219,2,118); }
H1.HeaderClassName
{
color: #DB0276;
}
.AnyTagClassName
{
color: #DB0276;
}
</style>
background-color css
<style>
a { background-color: #DB0276; }
a { background-color: rgb(219,2,118); }
div.DivClassName
{
background-color: #DB0276;
}
.BgClassName
{
background-color: #DB0276;
}
</style>
border-color css
<style>
span { border-color: #DB0276; }
span { border-color: rgb(219,2,118); }
td.TdClassName
{
border-color: #DB0276;
}
.TagClassName
{
border-color: #DB0276;
}
</style>