Shades of Ruby #DB196B
Tints of Ruby #DB196B
RGB
CMYK
RGB Variations
Color information
#DB196B (or 0xDB196B) is known color: Ruby. HEX triplet: DB, 19 and 6B. RGB value is (219,25,107). Sum of RGB (Red+Green+Blue) = 219+25+107=351 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.39% from 351); Green value is 25 (10.16% from 255 or 7.12% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 219 - color contains mainly: red. Hex color #DB196B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DB196B is #24E694. Grayscale: #5C5C5C. Windows color (decimal): -2418325 or 7018971. OLE color: 7018971.
HSL color Cylindrical-coordinate representation of color #DB196B: hue angle of 334.64º 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 #DB196B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 25 | 107 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.14 |
| HSL | 334.64º | 0.8% | 0.48% | - |
| HSV(B) | 334.64º | 0.89% | 0.86% | - |
| XYZ | 32.21 | 16.82 | 15.46 | - |
| YUV | 92.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 25 | 107 | 0 | 0.89 | 0.51 | 0.14 | 334.64 | 0.8 | 0.48 |
| Hex | DB | 19 | 6B | 0 | 59 | 33 | E | 14F | 50 | 30 |
| Octal | 333 | 31 | 153 | 0 | 131 | 63 | 16 | 517 | 120 | 60 |
| Binary | 11011011 | 11001 | 1101011 | 0 | 1011001 | 110011 | 1110 | 101001111 | 1010000 | 110000 |
Color Harmonies of #DB196B
Complementary color
Monochromatic Colors of #DB196B
Black with #DB196B
Text Example
Text Example
White with #DB196B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB196B; }
p { color: rgb(219,25,107); }
H1.HeaderClassName
{
color: #DB196B;
}
.AnyTagClassName
{
color: #DB196B;
}
</style>
background-color css
<style>
a { background-color: #DB196B; }
a { background-color: rgb(219,25,107); }
div.DivClassName
{
background-color: #DB196B;
}
.BgClassName
{
background-color: #DB196B;
}
</style>
border-color css
<style>
span { border-color: #DB196B; }
span { border-color: rgb(219,25,107); }
td.TdClassName
{
border-color: #DB196B;
}
.TagClassName
{
border-color: #DB196B;
}
</style>