Shades of Ruby #DB1668
Tints of Ruby #DB1668
RGB
CMYK
RGB Variations
Color information
#DB1668 (or 0xDB1668) is known color: Ruby. HEX triplet: DB, 16 and 68. RGB value is (219,22,104). Sum of RGB (Red+Green+Blue) = 219+22+104=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1668 is #24E997. Grayscale: #5A5A5A. Windows color (decimal): -2419096 or 6821595. OLE color: 6821595.
HSL color Cylindrical-coordinate representation of color #DB1668: hue angle of 335.03º 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 #DB1668 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 104 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.14 |
| HSL | 335.03º | 0.82% | 0.47% | - |
| HSV(B) | 335.03º | 0.9% | 0.86% | - |
| XYZ | 32 | 16.63 | 14.62 | - |
| YUV | 90.25 | 135.77 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 104 | 0 | 0.90 | 0.53 | 0.14 | 335.03 | 0.82 | 0.47 |
| Hex | DB | 16 | 68 | 0 | 5A | 35 | E | 14F | 52 | 2F |
| Octal | 333 | 26 | 150 | 0 | 132 | 65 | 16 | 517 | 122 | 57 |
| Binary | 11011011 | 10110 | 1101000 | 0 | 1011010 | 110101 | 1110 | 101001111 | 1010010 | 101111 |
Color Harmonies of #DB1668
Complementary color
Monochromatic Colors of #DB1668
Black with #DB1668
Text Example
Text Example
White with #DB1668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1668; }
p { color: rgb(219,22,104); }
H1.HeaderClassName
{
color: #DB1668;
}
.AnyTagClassName
{
color: #DB1668;
}
</style>
background-color css
<style>
a { background-color: #DB1668; }
a { background-color: rgb(219,22,104); }
div.DivClassName
{
background-color: #DB1668;
}
.BgClassName
{
background-color: #DB1668;
}
</style>
border-color css
<style>
span { border-color: #DB1668; }
span { border-color: rgb(219,22,104); }
td.TdClassName
{
border-color: #DB1668;
}
.TagClassName
{
border-color: #DB1668;
}
</style>