Shades of Ruby #DB1969
Tints of Ruby #DB1969
RGB
CMYK
RGB Variations
Color information
#DB1969 (or 0xDB1969) is known color: Ruby. HEX triplet: DB, 19 and 69. RGB value is (219,25,105). Sum of RGB (Red+Green+Blue) = 219+25+105=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 25 (10.16% from 255 or 7.16% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1969 is #24E696. Grayscale: #5C5C5C. Windows color (decimal): -2418327 or 6887899. OLE color: 6887899.
HSL color Cylindrical-coordinate representation of color #DB1969: hue angle of 335.26º 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 #DB1969 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 105 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.14 |
| HSL | 335.26º | 0.8% | 0.48% | - |
| HSV(B) | 335.26º | 0.89% | 0.86% | - |
| XYZ | 32.11 | 16.78 | 14.91 | - |
| YUV | 92.13 | 135.27 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 105 | 0 | 0.89 | 0.52 | 0.14 | 335.26 | 0.8 | 0.48 |
| Hex | DB | 19 | 69 | 0 | 59 | 34 | E | 14F | 50 | 30 |
| Octal | 333 | 31 | 151 | 0 | 131 | 64 | 16 | 517 | 120 | 60 |
| Binary | 11011011 | 11001 | 1101001 | 0 | 1011001 | 110100 | 1110 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DB1969
Complementary color
Monochromatic Colors of #DB1969
Black with #DB1969
Text Example
Text Example
White with #DB1969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1969; }
p { color: rgb(219,25,105); }
H1.HeaderClassName
{
color: #DB1969;
}
.AnyTagClassName
{
color: #DB1969;
}
</style>
background-color css
<style>
a { background-color: #DB1969; }
a { background-color: rgb(219,25,105); }
div.DivClassName
{
background-color: #DB1969;
}
.BgClassName
{
background-color: #DB1969;
}
</style>
border-color css
<style>
span { border-color: #DB1969; }
span { border-color: rgb(219,25,105); }
td.TdClassName
{
border-color: #DB1969;
}
.TagClassName
{
border-color: #DB1969;
}
</style>