Shades of Ruby #DB154F
Tints of Ruby #DB154F
RGB
CMYK
RGB Variations
Color information
#DB154F (or 0xDB154F) is known color: Ruby. HEX triplet: DB, 15 and 4F. RGB value is (219,21,79). Sum of RGB (Red+Green+Blue) = 219+21+79=319 (42% of max value = 765). Red value is 219 (85.94% from 255 or 68.65% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 219 - color contains mainly: red. Hex color #DB154F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB154F is #24EAB0. Grayscale: #565656. Windows color (decimal): -2419377 or 5182939. OLE color: 5182939.
HSL color Cylindrical-coordinate representation of color #DB154F: hue angle of 342.42º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DB154F is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 21 | 79 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.14 |
| HSL | 342.42º | 0.83% | 0.47% | - |
| HSV(B) | 342.42º | 0.9% | 0.86% | - |
| XYZ | 30.89 | 16.16 | 8.89 | - |
| YUV | 86.81 | 123.6 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 21 | 79 | 0 | 0.90 | 0.64 | 0.14 | 342.42 | 0.83 | 0.47 |
| Hex | DB | 15 | 4F | 0 | 5A | 40 | E | 156 | 52 | 2F |
| Octal | 333 | 25 | 117 | 0 | 132 | 100 | 16 | 526 | 122 | 57 |
| Binary | 11011011 | 10101 | 1001111 | 0 | 1011010 | 1000000 | 1110 | 101010110 | 1010010 | 101111 |
Color Harmonies of #DB154F
Complementary color
Monochromatic Colors of #DB154F
Black with #DB154F
Text Example
Text Example
White with #DB154F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB154F; }
p { color: rgb(219,21,79); }
H1.HeaderClassName
{
color: #DB154F;
}
.AnyTagClassName
{
color: #DB154F;
}
</style>
background-color css
<style>
a { background-color: #DB154F; }
a { background-color: rgb(219,21,79); }
div.DivClassName
{
background-color: #DB154F;
}
.BgClassName
{
background-color: #DB154F;
}
</style>
border-color css
<style>
span { border-color: #DB154F; }
span { border-color: rgb(219,21,79); }
td.TdClassName
{
border-color: #DB154F;
}
.TagClassName
{
border-color: #DB154F;
}
</style>