Shades of Ruby #DB176A
Tints of Ruby #DB176A
RGB
CMYK
RGB Variations
Color information
#DB176A (or 0xDB176A) is known color: Ruby. HEX triplet: DB, 17 and 6A. RGB value is (219,23,106). Sum of RGB (Red+Green+Blue) = 219+23+106=348 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.93% from 348); Green value is 23 (9.38% from 255 or 6.61% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 219 - color contains mainly: red. Hex color #DB176A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB176A is #24E895. Grayscale: #5A5A5A. Windows color (decimal): -2418838 or 6952923. OLE color: 6952923.
HSL color Cylindrical-coordinate representation of color #DB176A: hue angle of 334.59º 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 #DB176A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 23 | 106 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.14 |
| HSL | 334.59º | 0.81% | 0.47% | - |
| HSV(B) | 334.59º | 0.89% | 0.86% | - |
| XYZ | 32.12 | 16.71 | 15.17 | - |
| YUV | 91.07 | 136.43 | 219.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 23 | 106 | 0 | 0.89 | 0.52 | 0.14 | 334.59 | 0.81 | 0.47 |
| Hex | DB | 17 | 6A | 0 | 59 | 34 | E | 14F | 51 | 2F |
| Octal | 333 | 27 | 152 | 0 | 131 | 64 | 16 | 517 | 121 | 57 |
| Binary | 11011011 | 10111 | 1101010 | 0 | 1011001 | 110100 | 1110 | 101001111 | 1010001 | 101111 |
Color Harmonies of #DB176A
Complementary color
Monochromatic Colors of #DB176A
Black with #DB176A
Text Example
Text Example
White with #DB176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB176A; }
p { color: rgb(219,23,106); }
H1.HeaderClassName
{
color: #DB176A;
}
.AnyTagClassName
{
color: #DB176A;
}
</style>
background-color css
<style>
a { background-color: #DB176A; }
a { background-color: rgb(219,23,106); }
div.DivClassName
{
background-color: #DB176A;
}
.BgClassName
{
background-color: #DB176A;
}
</style>
border-color css
<style>
span { border-color: #DB176A; }
span { border-color: rgb(219,23,106); }
td.TdClassName
{
border-color: #DB176A;
}
.TagClassName
{
border-color: #DB176A;
}
</style>