Shades of Ruby #DB176D
Tints of Ruby #DB176D
RGB
CMYK
RGB Variations
Color information
#DB176D (or 0xDB176D) is known color: Ruby. HEX triplet: DB, 17 and 6D. RGB value is (219,23,109). Sum of RGB (Red+Green+Blue) = 219+23+109=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB176D is #24E892. Grayscale: #5B5B5B. Windows color (decimal): -2418835 or 7149531. OLE color: 7149531.
HSL color Cylindrical-coordinate representation of color #DB176D: hue angle of 333.67º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB176D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 109 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.14 |
| HSL | 333.67º | 0.81% | 0.47% | - |
| HSV(B) | 333.67º | 0.89% | 0.86% | - |
| XYZ | 32.28 | 16.78 | 16 | - |
| YUV | 91.41 | 137.93 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 109 | 0 | 0.89 | 0.50 | 0.14 | 333.67 | 0.81 | 0.47 |
| Hex | DB | 17 | 6D | 0 | 59 | 32 | E | 14E | 51 | 2F |
| Octal | 333 | 27 | 155 | 0 | 131 | 62 | 16 | 516 | 121 | 57 |
| Binary | 11011011 | 10111 | 1101101 | 0 | 1011001 | 110010 | 1110 | 101001110 | 1010001 | 101111 |
Color Harmonies of #DB176D
Complementary color
Monochromatic Colors of #DB176D
Black with #DB176D
Text Example
Text Example
White with #DB176D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB176D; }
p { color: rgb(219,23,109); }
H1.HeaderClassName
{
color: #DB176D;
}
.AnyTagClassName
{
color: #DB176D;
}
</style>
background-color css
<style>
a { background-color: #DB176D; }
a { background-color: rgb(219,23,109); }
div.DivClassName
{
background-color: #DB176D;
}
.BgClassName
{
background-color: #DB176D;
}
</style>
border-color css
<style>
span { border-color: #DB176D; }
span { border-color: rgb(219,23,109); }
td.TdClassName
{
border-color: #DB176D;
}
.TagClassName
{
border-color: #DB176D;
}
</style>