Shades of Ruby #DB1951
Tints of Ruby #DB1951
RGB
CMYK
RGB Variations
Color information
#DB1951 (or 0xDB1951) is known color: Ruby. HEX triplet: DB, 19 and 51. RGB value is (219,25,81). Sum of RGB (Red+Green+Blue) = 219+25+81=325 (43% of max value = 765). Red value is 219 (85.94% from 255 or 67.38% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 81 (32.03% from 255 or 24.92% from 325); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1951 is #24E6AE. Grayscale: #595959. Windows color (decimal): -2418351 or 5315035. OLE color: 5315035.
HSL color Cylindrical-coordinate representation of color #DB1951: hue angle of 342.68º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1951 is Cyan = 0, Magento = 0.89, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 81 | - |
| CMYK | 0 | 0.89 | 0.63 | 0.14 |
| HSL | 342.68º | 0.8% | 0.48% | - |
| HSV(B) | 342.68º | 0.89% | 0.86% | - |
| XYZ | 31.05 | 16.35 | 9.3 | - |
| YUV | 89.39 | 123.27 | 220.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 81 | 0 | 0.89 | 0.63 | 0.14 | 342.68 | 0.8 | 0.48 |
| Hex | DB | 19 | 51 | 0 | 59 | 3F | E | 157 | 50 | 30 |
| Octal | 333 | 31 | 121 | 0 | 131 | 77 | 16 | 527 | 120 | 60 |
| Binary | 11011011 | 11001 | 1010001 | 0 | 1011001 | 111111 | 1110 | 101010111 | 1010000 | 110000 |
Color Harmonies of #DB1951
Complementary color
Monochromatic Colors of #DB1951
Black with #DB1951
Text Example
Text Example
White with #DB1951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1951; }
p { color: rgb(219,25,81); }
H1.HeaderClassName
{
color: #DB1951;
}
.AnyTagClassName
{
color: #DB1951;
}
</style>
background-color css
<style>
a { background-color: #DB1951; }
a { background-color: rgb(219,25,81); }
div.DivClassName
{
background-color: #DB1951;
}
.BgClassName
{
background-color: #DB1951;
}
</style>
border-color css
<style>
span { border-color: #DB1951; }
span { border-color: rgb(219,25,81); }
td.TdClassName
{
border-color: #DB1951;
}
.TagClassName
{
border-color: #DB1951;
}
</style>