Shades of Ruby #DB1451
Tints of Ruby #DB1451
RGB
CMYK
RGB Variations
Color information
#DB1451 (or 0xDB1451) is known color: Ruby. HEX triplet: DB, 14 and 51. RGB value is (219,20,81). Sum of RGB (Red+Green+Blue) = 219+20+81=320 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.44% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1451 is #24EBAE. Grayscale: #565656. Windows color (decimal): -2419631 or 5313755. OLE color: 5313755.
HSL color Cylindrical-coordinate representation of color #DB1451: hue angle of 341.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DB1451 is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 81 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.14 |
| HSL | 341.61º | 0.83% | 0.47% | - |
| HSV(B) | 341.61º | 0.91% | 0.86% | - |
| XYZ | 30.95 | 16.15 | 9.27 | - |
| YUV | 86.46 | 124.93 | 222.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 81 | 0 | 0.91 | 0.63 | 0.14 | 341.61 | 0.83 | 0.47 |
| Hex | DB | 14 | 51 | 0 | 5B | 3F | E | 156 | 53 | 2F |
| Octal | 333 | 24 | 121 | 0 | 133 | 77 | 16 | 526 | 123 | 57 |
| Binary | 11011011 | 10100 | 1010001 | 0 | 1011011 | 111111 | 1110 | 101010110 | 1010011 | 101111 |
Color Harmonies of #DB1451
Complementary color
Monochromatic Colors of #DB1451
Black with #DB1451
Text Example
Text Example
White with #DB1451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1451; }
p { color: rgb(219,20,81); }
H1.HeaderClassName
{
color: #DB1451;
}
.AnyTagClassName
{
color: #DB1451;
}
</style>
background-color css
<style>
a { background-color: #DB1451; }
a { background-color: rgb(219,20,81); }
div.DivClassName
{
background-color: #DB1451;
}
.BgClassName
{
background-color: #DB1451;
}
</style>
border-color css
<style>
span { border-color: #DB1451; }
span { border-color: rgb(219,20,81); }
td.TdClassName
{
border-color: #DB1451;
}
.TagClassName
{
border-color: #DB1451;
}
</style>