Shades of Ruby #DB144E
Tints of Ruby #DB144E
RGB
CMYK
RGB Variations
Color information
#DB144E (or 0xDB144E) is known color: Ruby. HEX triplet: DB, 14 and 4E. RGB value is (219,20,78). Sum of RGB (Red+Green+Blue) = 219+20+78=317 (41% of max value = 765). Red value is 219 (85.94% from 255 or 69.09% from 317); Green value is 20 (8.20% from 255 or 6.31% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 219 - color contains mainly: red. Hex color #DB144E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB144E is #24EBB1. Grayscale: #565656. Windows color (decimal): -2419634 or 5117147. OLE color: 5117147.
HSL color Cylindrical-coordinate representation of color #DB144E: hue angle of 342.51º 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 #DB144E is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 20 | 78 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.14 |
| HSL | 342.51º | 0.83% | 0.47% | - |
| HSV(B) | 342.51º | 0.91% | 0.86% | - |
| XYZ | 30.84 | 16.11 | 8.69 | - |
| YUV | 86.11 | 123.43 | 222.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 20 | 78 | 0 | 0.91 | 0.64 | 0.14 | 342.51 | 0.83 | 0.47 |
| Hex | DB | 14 | 4E | 0 | 5B | 40 | E | 157 | 53 | 2F |
| Octal | 333 | 24 | 116 | 0 | 133 | 100 | 16 | 527 | 123 | 57 |
| Binary | 11011011 | 10100 | 1001110 | 0 | 1011011 | 1000000 | 1110 | 101010111 | 1010011 | 101111 |
Color Harmonies of #DB144E
Complementary color
Monochromatic Colors of #DB144E
Black with #DB144E
Text Example
Text Example
White with #DB144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB144E; }
p { color: rgb(219,20,78); }
H1.HeaderClassName
{
color: #DB144E;
}
.AnyTagClassName
{
color: #DB144E;
}
</style>
background-color css
<style>
a { background-color: #DB144E; }
a { background-color: rgb(219,20,78); }
div.DivClassName
{
background-color: #DB144E;
}
.BgClassName
{
background-color: #DB144E;
}
</style>
border-color css
<style>
span { border-color: #DB144E; }
span { border-color: rgb(219,20,78); }
td.TdClassName
{
border-color: #DB144E;
}
.TagClassName
{
border-color: #DB144E;
}
</style>