Shades of Ruby #DB1665
Tints of Ruby #DB1665
RGB
CMYK
RGB Variations
Color information
#DB1665 (or 0xDB1665) is known color: Ruby. HEX triplet: DB, 16 and 65. RGB value is (219,22,101). Sum of RGB (Red+Green+Blue) = 219+22+101=342 (45% of max value = 765). Red value is 219 (85.94% from 255 or 64.04% from 342); Green value is 22 (8.98% from 255 or 6.43% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1665 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB1665 is #24E99A. Grayscale: #595959. Windows color (decimal): -2419099 or 6624987. OLE color: 6624987.
HSL color Cylindrical-coordinate representation of color #DB1665: hue angle of 335.94º 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 #DB1665 is Cyan = 0, Magento = 0.90, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 101 | - |
| CMYK | 0 | 0.90 | 0.54 | 0.14 |
| HSL | 335.94º | 0.82% | 0.47% | - |
| HSV(B) | 335.94º | 0.9% | 0.86% | - |
| XYZ | 31.85 | 16.57 | 13.83 | - |
| YUV | 89.91 | 134.27 | 220.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 101 | 0 | 0.90 | 0.54 | 0.14 | 335.94 | 0.82 | 0.47 |
| Hex | DB | 16 | 65 | 0 | 5A | 36 | E | 150 | 52 | 2F |
| Octal | 333 | 26 | 145 | 0 | 132 | 66 | 16 | 520 | 122 | 57 |
| Binary | 11011011 | 10110 | 1100101 | 0 | 1011010 | 110110 | 1110 | 101010000 | 1010010 | 101111 |
Color Harmonies of #DB1665
Complementary color
Monochromatic Colors of #DB1665
Black with #DB1665
Text Example
Text Example
White with #DB1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB1665; }
p { color: rgb(219,22,101); }
H1.HeaderClassName
{
color: #DB1665;
}
.AnyTagClassName
{
color: #DB1665;
}
</style>
background-color css
<style>
a { background-color: #DB1665; }
a { background-color: rgb(219,22,101); }
div.DivClassName
{
background-color: #DB1665;
}
.BgClassName
{
background-color: #DB1665;
}
</style>
border-color css
<style>
span { border-color: #DB1665; }
span { border-color: rgb(219,22,101); }
td.TdClassName
{
border-color: #DB1665;
}
.TagClassName
{
border-color: #DB1665;
}
</style>