Shades of Ruby #DB176B
Tints of Ruby #DB176B
RGB
CMYK
RGB Variations
Color information
#DB176B (or 0xDB176B) is known color: Ruby. HEX triplet: DB, 17 and 6B. RGB value is (219,23,107). Sum of RGB (Red+Green+Blue) = 219+23+107=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 23 (9.38% from 255 or 6.59% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB176B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB176B is #24E894. Grayscale: #5B5B5B. Windows color (decimal): -2418837 or 7018459. OLE color: 7018459.
HSL color Cylindrical-coordinate representation of color #DB176B: hue angle of 334.29º 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 #DB176B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 107 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.14 |
| HSL | 334.29º | 0.81% | 0.47% | - |
| HSV(B) | 334.29º | 0.89% | 0.86% | - |
| XYZ | 32.17 | 16.73 | 15.44 | - |
| YUV | 91.18 | 136.93 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 107 | 0 | 0.89 | 0.51 | 0.14 | 334.29 | 0.81 | 0.47 |
| Hex | DB | 17 | 6B | 0 | 59 | 33 | E | 14E | 51 | 2F |
| Octal | 333 | 27 | 153 | 0 | 131 | 63 | 16 | 516 | 121 | 57 |
| Binary | 11011011 | 10111 | 1101011 | 0 | 1011001 | 110011 | 1110 | 101001110 | 1010001 | 101111 |
Color Harmonies of #DB176B
Complementary color
Monochromatic Colors of #DB176B
Black with #DB176B
Text Example
Text Example
White with #DB176B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB176B; }
p { color: rgb(219,23,107); }
H1.HeaderClassName
{
color: #DB176B;
}
.AnyTagClassName
{
color: #DB176B;
}
</style>
background-color css
<style>
a { background-color: #DB176B; }
a { background-color: rgb(219,23,107); }
div.DivClassName
{
background-color: #DB176B;
}
.BgClassName
{
background-color: #DB176B;
}
</style>
border-color css
<style>
span { border-color: #DB176B; }
span { border-color: rgb(219,23,107); }
td.TdClassName
{
border-color: #DB176B;
}
.TagClassName
{
border-color: #DB176B;
}
</style>