Shades of Ruby #DB196D
Tints of Ruby #DB196D
RGB
CMYK
RGB Variations
Color information
#DB196D (or 0xDB196D) is known color: Ruby. HEX triplet: DB, 19 and 6D. RGB value is (219,25,109). Sum of RGB (Red+Green+Blue) = 219+25+109=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 25 (10.16% from 255 or 7.08% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB196D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB196D is #24E692. Grayscale: #5C5C5C. Windows color (decimal): -2418323 or 7150043. OLE color: 7150043.
HSL color Cylindrical-coordinate representation of color #DB196D: hue angle of 334.02º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DB196D is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 109 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.14 |
| HSL | 334.02º | 0.8% | 0.48% | - |
| HSV(B) | 334.02º | 0.89% | 0.86% | - |
| XYZ | 32.32 | 16.86 | 16.02 | - |
| YUV | 92.58 | 137.27 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 109 | 0 | 0.89 | 0.50 | 0.14 | 334.02 | 0.8 | 0.48 |
| Hex | DB | 19 | 6D | 0 | 59 | 32 | E | 14E | 50 | 30 |
| Octal | 333 | 31 | 155 | 0 | 131 | 62 | 16 | 516 | 120 | 60 |
| Binary | 11011011 | 11001 | 1101101 | 0 | 1011001 | 110010 | 1110 | 101001110 | 1010000 | 110000 |
Color Harmonies of #DB196D
Complementary color
Monochromatic Colors of #DB196D
Black with #DB196D
Text Example
Text Example
White with #DB196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB196D; }
p { color: rgb(219,25,109); }
H1.HeaderClassName
{
color: #DB196D;
}
.AnyTagClassName
{
color: #DB196D;
}
</style>
background-color css
<style>
a { background-color: #DB196D; }
a { background-color: rgb(219,25,109); }
div.DivClassName
{
background-color: #DB196D;
}
.BgClassName
{
background-color: #DB196D;
}
</style>
border-color css
<style>
span { border-color: #DB196D; }
span { border-color: rgb(219,25,109); }
td.TdClassName
{
border-color: #DB196D;
}
.TagClassName
{
border-color: #DB196D;
}
</style>