Shades of Ruby #DB165D
Tints of Ruby #DB165D
RGB
CMYK
RGB Variations
Color information
#DB165D (or 0xDB165D) is known color: Ruby. HEX triplet: DB, 16 and 5D. RGB value is (219,22,93). Sum of RGB (Red+Green+Blue) = 219+22+93=334 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.57% from 334); Green value is 22 (8.98% from 255 or 6.59% from 334); Blue value is 93 (36.72% from 255 or 27.84% from 334); Max value from RGB is 219 - color contains mainly: red. Hex color #DB165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB165D is #24E9A2. Grayscale: #585858. Windows color (decimal): -2419107 or 6100699. OLE color: 6100699.
HSL color Cylindrical-coordinate representation of color #DB165D: hue angle of 338.38º 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 #DB165D is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 93 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.14 |
| HSL | 338.38º | 0.82% | 0.47% | - |
| HSV(B) | 338.38º | 0.9% | 0.86% | - |
| XYZ | 31.48 | 16.42 | 11.87 | - |
| YUV | 89 | 130.27 | 220.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 93 | 0 | 0.90 | 0.58 | 0.14 | 338.38 | 0.82 | 0.47 |
| Hex | DB | 16 | 5D | 0 | 5A | 3A | E | 152 | 52 | 2F |
| Octal | 333 | 26 | 135 | 0 | 132 | 72 | 16 | 522 | 122 | 57 |
| Binary | 11011011 | 10110 | 1011101 | 0 | 1011010 | 111010 | 1110 | 101010010 | 1010010 | 101111 |
Color Harmonies of #DB165D
Complementary color
Monochromatic Colors of #DB165D
Black with #DB165D
Text Example
Text Example
White with #DB165D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB165D; }
p { color: rgb(219,22,93); }
H1.HeaderClassName
{
color: #DB165D;
}
.AnyTagClassName
{
color: #DB165D;
}
</style>
background-color css
<style>
a { background-color: #DB165D; }
a { background-color: rgb(219,22,93); }
div.DivClassName
{
background-color: #DB165D;
}
.BgClassName
{
background-color: #DB165D;
}
</style>
border-color css
<style>
span { border-color: #DB165D; }
span { border-color: rgb(219,22,93); }
td.TdClassName
{
border-color: #DB165D;
}
.TagClassName
{
border-color: #DB165D;
}
</style>