Shades of Ruby #DB1769
Tints of Ruby #DB1769
RGB
CMYK
RGB Variations
Color information
#DB1769 (or 0xDB1769) is known color: Ruby. HEX triplet: DB, 17 and 69. RGB value is (219,23,105). Sum of RGB (Red+Green+Blue) = 219+23+105=347 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.11% from 347); Green value is 23 (9.38% from 255 or 6.63% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1769 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1769 is #24E896. Grayscale: #5A5A5A. Windows color (decimal): -2418839 or 6887387. OLE color: 6887387.
HSL color Cylindrical-coordinate representation of color #DB1769: hue angle of 334.9º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB1769 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 105 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.14 |
| HSL | 334.9º | 0.81% | 0.47% | - |
| HSV(B) | 334.9º | 0.89% | 0.86% | - |
| XYZ | 32.07 | 16.69 | 14.9 | - |
| YUV | 90.95 | 135.93 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 105 | 0 | 0.89 | 0.52 | 0.14 | 334.9 | 0.81 | 0.47 |
| Hex | DB | 17 | 69 | 0 | 59 | 34 | E | 14F | 51 | 2F |
| Octal | 333 | 27 | 151 | 0 | 131 | 64 | 16 | 517 | 121 | 57 |
| Binary | 11011011 | 10111 | 1101001 | 0 | 1011001 | 110100 | 1110 | 101001111 | 1010001 | 101111 |
Color Harmonies of #DB1769
Complementary color
Monochromatic Colors of #DB1769
Black with #DB1769
Text Example
Text Example
White with #DB1769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1769; }
p { color: rgb(219,23,105); }
H1.HeaderClassName
{
color: #DB1769;
}
.AnyTagClassName
{
color: #DB1769;
}
</style>
background-color css
<style>
a { background-color: #DB1769; }
a { background-color: rgb(219,23,105); }
div.DivClassName
{
background-color: #DB1769;
}
.BgClassName
{
background-color: #DB1769;
}
</style>
border-color css
<style>
span { border-color: #DB1769; }
span { border-color: rgb(219,23,105); }
td.TdClassName
{
border-color: #DB1769;
}
.TagClassName
{
border-color: #DB1769;
}
</style>