Shades of Ruby #DB165B
Tints of Ruby #DB165B
RGB
CMYK
RGB Variations
Color information
#DB165B (or 0xDB165B) is known color: Ruby. HEX triplet: DB, 16 and 5B. RGB value is (219,22,91). Sum of RGB (Red+Green+Blue) = 219+22+91=332 (43% of max value = 765). Red value is 219 (85.94% from 255 or 65.96% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 91 (35.94% from 255 or 27.41% from 332); Max value from RGB is 219 - color contains mainly: red. Hex color #DB165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB165B is #24E9A4. Grayscale: #585858. Windows color (decimal): -2419109 or 5969627. OLE color: 5969627.
HSL color Cylindrical-coordinate representation of color #DB165B: hue angle of 338.98º 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 #DB165B is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 22 | 91 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.14 |
| HSL | 338.98º | 0.82% | 0.47% | - |
| HSV(B) | 338.98º | 0.9% | 0.86% | - |
| XYZ | 31.39 | 16.39 | 11.41 | - |
| YUV | 88.77 | 129.27 | 220.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 22 | 91 | 0 | 0.90 | 0.58 | 0.14 | 338.98 | 0.82 | 0.47 |
| Hex | DB | 16 | 5B | 0 | 5A | 3A | E | 153 | 52 | 2F |
| Octal | 333 | 26 | 133 | 0 | 132 | 72 | 16 | 523 | 122 | 57 |
| Binary | 11011011 | 10110 | 1011011 | 0 | 1011010 | 111010 | 1110 | 101010011 | 1010010 | 101111 |
Color Harmonies of #DB165B
Complementary color
Monochromatic Colors of #DB165B
Black with #DB165B
Text Example
Text Example
White with #DB165B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB165B; }
p { color: rgb(219,22,91); }
H1.HeaderClassName
{
color: #DB165B;
}
.AnyTagClassName
{
color: #DB165B;
}
</style>
background-color css
<style>
a { background-color: #DB165B; }
a { background-color: rgb(219,22,91); }
div.DivClassName
{
background-color: #DB165B;
}
.BgClassName
{
background-color: #DB165B;
}
</style>
border-color css
<style>
span { border-color: #DB165B; }
span { border-color: rgb(219,22,91); }
td.TdClassName
{
border-color: #DB165B;
}
.TagClassName
{
border-color: #DB165B;
}
</style>