Shades of Ruby #DB1961
Tints of Ruby #DB1961
RGB
CMYK
RGB Variations
Color information
#DB1961 (or 0xDB1961) is known color: Ruby. HEX triplet: DB, 19 and 61. RGB value is (219,25,97). Sum of RGB (Red+Green+Blue) = 219+25+97=341 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.22% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 97 (38.28% from 255 or 28.45% from 341); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1961 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1961 is #24E69E. Grayscale: #5B5B5B. Windows color (decimal): -2418335 or 6363611. OLE color: 6363611.
HSL color Cylindrical-coordinate representation of color #DB1961: hue angle of 337.73º 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 #DB1961 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 97 | - |
| CMYK | 0 | 0.89 | 0.56 | 0.14 |
| HSL | 337.73º | 0.8% | 0.48% | - |
| HSV(B) | 337.73º | 0.89% | 0.86% | - |
| XYZ | 31.72 | 16.62 | 12.85 | - |
| YUV | 91.21 | 131.27 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 97 | 0 | 0.89 | 0.56 | 0.14 | 337.73 | 0.8 | 0.48 |
| Hex | DB | 19 | 61 | 0 | 59 | 38 | E | 152 | 50 | 30 |
| Octal | 333 | 31 | 141 | 0 | 131 | 70 | 16 | 522 | 120 | 60 |
| Binary | 11011011 | 11001 | 1100001 | 0 | 1011001 | 111000 | 1110 | 101010010 | 1010000 | 110000 |
Color Harmonies of #DB1961
Complementary color
Monochromatic Colors of #DB1961
Black with #DB1961
Text Example
Text Example
White with #DB1961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1961; }
p { color: rgb(219,25,97); }
H1.HeaderClassName
{
color: #DB1961;
}
.AnyTagClassName
{
color: #DB1961;
}
</style>
background-color css
<style>
a { background-color: #DB1961; }
a { background-color: rgb(219,25,97); }
div.DivClassName
{
background-color: #DB1961;
}
.BgClassName
{
background-color: #DB1961;
}
</style>
border-color css
<style>
span { border-color: #DB1961; }
span { border-color: rgb(219,25,97); }
td.TdClassName
{
border-color: #DB1961;
}
.TagClassName
{
border-color: #DB1961;
}
</style>