Shades of Ruby #DB1669
Tints of Ruby #DB1669
RGB
CMYK
RGB Variations
Color information
#DB1669 (or 0xDB1669) is known color: Ruby. HEX triplet: DB, 16 and 69. RGB value is (219,22,105). Sum of RGB (Red+Green+Blue) = 219+22+105=346 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.29% from 346); Green value is 22 (8.98% from 255 or 6.36% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1669 is #24E996. Grayscale: #5A5A5A. Windows color (decimal): -2419095 or 6887131. OLE color: 6887131.
HSL color Cylindrical-coordinate representation of color #DB1669: hue angle of 334.72º 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 #DB1669 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 105 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.14 |
| HSL | 334.72º | 0.82% | 0.47% | - |
| HSV(B) | 334.72º | 0.9% | 0.86% | - |
| XYZ | 32.05 | 16.65 | 14.89 | - |
| YUV | 90.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 105 | 0 | 0.90 | 0.52 | 0.14 | 334.72 | 0.82 | 0.47 |
| Hex | DB | 16 | 69 | 0 | 5A | 34 | E | 14F | 52 | 2F |
| Octal | 333 | 26 | 151 | 0 | 132 | 64 | 16 | 517 | 122 | 57 |
| Binary | 11011011 | 10110 | 1101001 | 0 | 1011010 | 110100 | 1110 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DB1669
Complementary color
Monochromatic Colors of #DB1669
Black with #DB1669
Text Example
Text Example
White with #DB1669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1669; }
p { color: rgb(219,22,105); }
H1.HeaderClassName
{
color: #DB1669;
}
.AnyTagClassName
{
color: #DB1669;
}
</style>
background-color css
<style>
a { background-color: #DB1669; }
a { background-color: rgb(219,22,105); }
div.DivClassName
{
background-color: #DB1669;
}
.BgClassName
{
background-color: #DB1669;
}
</style>
border-color css
<style>
span { border-color: #DB1669; }
span { border-color: rgb(219,22,105); }
td.TdClassName
{
border-color: #DB1669;
}
.TagClassName
{
border-color: #DB1669;
}
</style>