Shades of Ruby #DB0273
Tints of Ruby #DB0273
RGB
CMYK
RGB Variations
Color information
#DB0273 (or 0xDB0273) is known color: Ruby. HEX triplet: DB, 02 and 73. RGB value is (219,2,115). Sum of RGB (Red+Green+Blue) = 219+2+115=336 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.18% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 219 - color contains mainly: red. Hex color #DB0273 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB0273 is #24FD8C. Grayscale: #4F4F4F. Windows color (decimal): -2424205 or 7537371. OLE color: 7537371.
HSL color Cylindrical-coordinate representation of color #DB0273: hue angle of 328.76º 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 #DB0273 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 2 | 115 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.14 |
| HSL | 328.76º | 0.98% | 0.43% | - |
| HSV(B) | 328.76º | 0.99% | 0.86% | - |
| XYZ | 32.33 | 16.34 | 17.67 | - |
| YUV | 79.77 | 147.89 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 2 | 115 | 0 | 0.99 | 0.47 | 0.14 | 328.76 | 0.98 | 0.43 |
| Hex | DB | 2 | 73 | 0 | 63 | 2F | E | 149 | 62 | 2B |
| Octal | 333 | 2 | 163 | 0 | 143 | 57 | 16 | 511 | 142 | 53 |
| Binary | 11011011 | 10 | 1110011 | 0 | 1100011 | 101111 | 1110 | 101001001 | 1100010 | 101011 |
Color Harmonies of #DB0273
Complementary color
Monochromatic Colors of #DB0273
Black with #DB0273
Text Example
Text Example
White with #DB0273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB0273; }
p { color: rgb(219,2,115); }
H1.HeaderClassName
{
color: #DB0273;
}
.AnyTagClassName
{
color: #DB0273;
}
</style>
background-color css
<style>
a { background-color: #DB0273; }
a { background-color: rgb(219,2,115); }
div.DivClassName
{
background-color: #DB0273;
}
.BgClassName
{
background-color: #DB0273;
}
</style>
border-color css
<style>
span { border-color: #DB0273; }
span { border-color: rgb(219,2,115); }
td.TdClassName
{
border-color: #DB0273;
}
.TagClassName
{
border-color: #DB0273;
}
</style>