Shades of Ruby #DB165C
Tints of Ruby #DB165C
RGB
CMYK
RGB Variations
Color information
#DB165C (or 0xDB165C) is known color: Ruby. HEX triplet: DB, 16 and 5C. RGB value is (219,22,92). Sum of RGB (Red+Green+Blue) = 219+22+92=333 (44% of max value = 765). Red value is 219 (85.94% from 255 or 65.77% from 333); Green value is 22 (8.98% from 255 or 6.61% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 219 - color contains mainly: red. Hex color #DB165C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB165C is #24E9A3. Grayscale: #585858. Windows color (decimal): -2419108 or 6035163. OLE color: 6035163.
HSL color Cylindrical-coordinate representation of color #DB165C: hue angle of 338.68º 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 #DB165C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 92 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.14 |
| HSL | 338.68º | 0.82% | 0.47% | - |
| HSV(B) | 338.68º | 0.9% | 0.86% | - |
| XYZ | 31.43 | 16.41 | 11.64 | - |
| YUV | 88.88 | 129.77 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 92 | 0 | 0.90 | 0.58 | 0.14 | 338.68 | 0.82 | 0.47 |
| Hex | DB | 16 | 5C | 0 | 5A | 3A | E | 153 | 52 | 2F |
| Octal | 333 | 26 | 134 | 0 | 132 | 72 | 16 | 523 | 122 | 57 |
| Binary | 11011011 | 10110 | 1011100 | 0 | 1011010 | 111010 | 1110 | 101010011 | 1010010 | 101111 |
Color Harmonies of #DB165C
Complementary color
Monochromatic Colors of #DB165C
Black with #DB165C
Text Example
Text Example
White with #DB165C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB165C; }
p { color: rgb(219,22,92); }
H1.HeaderClassName
{
color: #DB165C;
}
.AnyTagClassName
{
color: #DB165C;
}
</style>
background-color css
<style>
a { background-color: #DB165C; }
a { background-color: rgb(219,22,92); }
div.DivClassName
{
background-color: #DB165C;
}
.BgClassName
{
background-color: #DB165C;
}
</style>
border-color css
<style>
span { border-color: #DB165C; }
span { border-color: rgb(219,22,92); }
td.TdClassName
{
border-color: #DB165C;
}
.TagClassName
{
border-color: #DB165C;
}
</style>